HEX: #E6C59A
RGB: (230,197,154)
#E6C59A enthält hauptsächlich rote und grüne Farbe. Für #E6C59A ist eine «websichere» Webfarbe #CCCC99 (oder kurz #CC9).
Die Farbe #E6C59A wird in RGB als (230,197,154) definiert.
RGB: (230,197,154)
(90%, 77%, 60%)
R 230 von 255 = 90%
G 197 von 255 = 77%
B 154 von 255 = 60%
R + G + B ~ 76%. #E6C59A ziemlich helle Farbe.
R + G + B = 230 + 197 + 154 = 581 (100%)
R 230 von 581 ~ 39.59%
G 197 von 581 ~ 33.91%
B 154 von 581 ~ 26.51'%
Die Farbe #E6C59A wird in CMYK als (0,14,33,10) definiert.
CMYK: (0,14,33,10)
C0M14Y33K10 (0%, 14%, 33%, 10%)
(0.00 / 0.14 / 0.33 / 0.10)
Farbe #E6C59A in den populären Farbmodellen.
E6 | C5 | 9A | |
---|---|---|---|
RGB | 230 | 197 | 154 |
HSL | 34° | 60.32% | 75.29% |
HSB/HSV | 34° | 33.04% | 90.20% |
CMYK | 0.00% | 14.35% | 33.04% |
9.80% |
Die Farbe #E6C59A in den populären Zahlensystemen.
Hexadezimal | E6 | C5 | 9A |
Dezimal | 230 | 197 | 154 |
Binär | 11100110 | 11000101 | 10011010 |
Oktal | 346 | 305 | 232 |
Dunkle Töne der Farbe #E6C59A
Helle Töne der Farbe #E6C59A
Beispiele css- und html für Elemente in der Farbe #E6C59A. Bitte benutzen Sie auch rgb(230,197,154) statt hex-Code.
.myTextColor { color: #E6C59A; }
<p style="color:#E6C59A">This sample text font color is #E6C59A.</p>
Die Farbe dieses Textes ist #E6C59A.
.myBgColor { background-color: #E6C59A; }
<div style="background-color:#E6C59A">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #E6C59A.
.myBorderColor { border: 1px solid #E6C59A; }
<div style="border:3px solid #E6C59A">Div</div>
Die Grenzen von diesem div sind in Farbe #E6C59A.
.myOpacity80 { color: #E6C59A; opacity: 0.8; }
<p style="color:#E6C59A;opacity:0.8;">80%</p>
Text in Farbe #E6C59A und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #E6C59A;}
<p style="text-shadow: 3px 3px 1px #E6C59A">Text here.</p>
Dieser Text hat den Schatten in Farbe #E6C59A.
.textShadow {text-shadow: 3px 3px 1px #E6C59A', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #E6C59A, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #E6C59A und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#E6C59A, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#E6C59A, Direction=45, Strength=4)">Text</p>
This text has shadow with #E6C59A and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #E6C59A;
-webkit-box-shadow: 1px 1px 3px 2px #E6C59A;
box-shadow: 1px 1px 3px 2px #E6C59A;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #E6C59A; -webkit-box-shadow: 1px 1px 3px 2px #E6C59A; box-shadow:1px 1px 3px 2px #E6C59A;">
Div content here
</div>
Dieser Text ist in der Farbe #E6C59A auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #E6C59A auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #E6C59A.
Dieser Text ist weiß auf dem Hintergrund in Farbe #E6C59A.
Kontrastfarbe für #hex ist #193A65.