HEX: #E6C989
RGB: (230,201,137)
#E6C989 enthält hauptsächlich rote und grüne Farbe. Für #E6C989 ist eine «websichere» Webfarbe #CCCC99 (oder kurz #CC9).
Die Farbe #E6C989 wird in RGB als (230,201,137) definiert.
RGB: (230,201,137)
(90%, 79%, 54%)
R 230 von 255 = 90%
G 201 von 255 = 79%
B 137 von 255 = 54%
R + G + B ~ 74%. #E6C989 ziemlich helle Farbe.
R + G + B = 230 + 201 + 137 = 568 (100%)
R 230 von 568 ~ 40.49%
G 201 von 568 ~ 35.39%
B 137 von 568 ~ 24.12'%
Die Farbe #E6C989 wird in CMYK als (0,13,40,10) definiert.
CMYK: (0,13,40,10)
C0M13Y40K10 (0%, 13%, 40%, 10%)
(0.00 / 0.13 / 0.40 / 0.10)
Farbe #E6C989 in den populären Farbmodellen.
E6 | C9 | 89 | |
---|---|---|---|
RGB | 230 | 201 | 137 |
HSL | 41° | 65.03% | 71.96% |
HSB/HSV | 41° | 40.43% | 90.20% |
CMYK | 0.00% | 12.61% | 40.43% |
9.80% |
Die Farbe #E6C989 in den populären Zahlensystemen.
Hexadezimal | E6 | C9 | 89 |
Dezimal | 230 | 201 | 137 |
Binär | 11100110 | 11001001 | 10001001 |
Oktal | 346 | 311 | 211 |
Dunkle Töne der Farbe #E6C989
Helle Töne der Farbe #E6C989
Beispiele css- und html für Elemente in der Farbe #E6C989. Bitte benutzen Sie auch rgb(230,201,137) statt hex-Code.
.myTextColor { color: #E6C989; }
<p style="color:#E6C989">This sample text font color is #E6C989.</p>
Die Farbe dieses Textes ist #E6C989.
.myBgColor { background-color: #E6C989; }
<div style="background-color:#E6C989">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #E6C989.
.myBorderColor { border: 1px solid #E6C989; }
<div style="border:3px solid #E6C989">Div</div>
Die Grenzen von diesem div sind in Farbe #E6C989.
.myOpacity80 { color: #E6C989; opacity: 0.8; }
<p style="color:#E6C989;opacity:0.8;">80%</p>
Text in Farbe #E6C989 und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #E6C989;}
<p style="text-shadow: 3px 3px 1px #E6C989">Text here.</p>
Dieser Text hat den Schatten in Farbe #E6C989.
.textShadow {text-shadow: 3px 3px 1px #E6C989', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #E6C989, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #E6C989 und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#E6C989, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#E6C989, Direction=45, Strength=4)">Text</p>
This text has shadow with #E6C989 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #E6C989;
-webkit-box-shadow: 1px 1px 3px 2px #E6C989;
box-shadow: 1px 1px 3px 2px #E6C989;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #E6C989; -webkit-box-shadow: 1px 1px 3px 2px #E6C989; box-shadow:1px 1px 3px 2px #E6C989;">
Div content here
</div>
Dieser Text ist in der Farbe #E6C989 auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #E6C989 auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #E6C989.
Dieser Text ist weiß auf dem Hintergrund in Farbe #E6C989.
Kontrastfarbe für #hex ist #193676.