HEX: #E6C06D
RGB: (230,192,109)
#E6C06D enthält hauptsächlich rote und grüne Farbe. Für #E6C06D ist eine «websichere» Webfarbe #CCCC66 (oder kurz #CC6).
Die Farbe #E6C06D wird in RGB als (230,192,109) definiert.
RGB: (230,192,109)
(90%, 75%, 43%)
R 230 von 255 = 90%
G 192 von 255 = 75%
B 109 von 255 = 43%
R + G + B ~ 69%. #E6C06D ziemlich helle Farbe.
R + G + B = 230 + 192 + 109 = 531 (100%)
R 230 von 531 ~ 43.31%
G 192 von 531 ~ 36.16%
B 109 von 531 ~ 20.53'%
Die Farbe #E6C06D wird in CMYK als (0,17,53,10) definiert.
CMYK: (0,17,53,10)
C0M17Y53K10 (0%, 17%, 53%, 10%)
(0.00 / 0.17 / 0.53 / 0.10)
Farbe #E6C06D in den populären Farbmodellen.
E6 | C0 | 6D | |
---|---|---|---|
RGB | 230 | 192 | 109 |
HSL | 41° | 70.76% | 66.47% |
HSB/HSV | 41° | 52.61% | 90.20% |
CMYK | 0.00% | 16.52% | 52.61% |
9.80% |
Die Farbe #E6C06D in den populären Zahlensystemen.
Hexadezimal | E6 | C0 | 6D |
Dezimal | 230 | 192 | 109 |
Binär | 11100110 | 11000000 | 1101101 |
Oktal | 346 | 300 | 155 |
Dunkle Töne der Farbe #E6C06D
Helle Töne der Farbe #E6C06D
Beispiele css- und html für Elemente in der Farbe #E6C06D. Bitte benutzen Sie auch rgb(230,192,109) statt hex-Code.
.myTextColor { color: #E6C06D; }
<p style="color:#E6C06D">This sample text font color is #E6C06D.</p>
Die Farbe dieses Textes ist #E6C06D.
.myBgColor { background-color: #E6C06D; }
<div style="background-color:#E6C06D">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #E6C06D.
.myBorderColor { border: 1px solid #E6C06D; }
<div style="border:3px solid #E6C06D">Div</div>
Die Grenzen von diesem div sind in Farbe #E6C06D.
.myOpacity80 { color: #E6C06D; opacity: 0.8; }
<p style="color:#E6C06D;opacity:0.8;">80%</p>
Text in Farbe #E6C06D und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #E6C06D;}
<p style="text-shadow: 3px 3px 1px #E6C06D">Text here.</p>
Dieser Text hat den Schatten in Farbe #E6C06D.
.textShadow {text-shadow: 3px 3px 1px #E6C06D', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #E6C06D, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #E6C06D und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#E6C06D, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#E6C06D, Direction=45, Strength=4)">Text</p>
This text has shadow with #E6C06D and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #E6C06D;
-webkit-box-shadow: 1px 1px 3px 2px #E6C06D;
box-shadow: 1px 1px 3px 2px #E6C06D;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #E6C06D; -webkit-box-shadow: 1px 1px 3px 2px #E6C06D; box-shadow:1px 1px 3px 2px #E6C06D;">
Div content here
</div>
Dieser Text ist in der Farbe #E6C06D auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #E6C06D auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #E6C06D.
Dieser Text ist weiß auf dem Hintergrund in Farbe #E6C06D.
Kontrastfarbe für #hex ist #193F92.