HEX: #EDE59C
RGB: (237,229,156)
#EDE59C enthält hauptsächlich rote und grüne Farbe. Für #EDE59C ist eine «websichere» Webfarbe #FFCC99 (oder kurz #FC9).
Die Farbe #EDE59C wird in RGB als (237,229,156) definiert.
RGB: (237,229,156)
(93%, 90%, 61%)
R 237 von 255 = 93%
G 229 von 255 = 90%
B 156 von 255 = 61%
R + G + B ~ 81%. #EDE59C ziemlich helle Farbe.
R + G + B = 237 + 229 + 156 = 622 (100%)
R 237 von 622 ~ 38.1%
G 229 von 622 ~ 36.82%
B 156 von 622 ~ 25.08'%
Die Farbe #EDE59C wird in CMYK als (0,3,34,7) definiert.
CMYK: (0,3,34,7)
C0M3Y34K7 (0%, 3%, 34%, 7%)
(0.00 / 0.03 / 0.34 / 0.07)
Farbe #EDE59C in den populären Farbmodellen.
ED | E5 | 9C | |
---|---|---|---|
RGB | 237 | 229 | 156 |
HSL | 54° | 69.23% | 77.06% |
HSB/HSV | 54° | 34.18% | 92.94% |
CMYK | 0.00% | 3.38% | 34.18% |
7.06% |
Die Farbe #EDE59C in den populären Zahlensystemen.
Hexadezimal | ED | E5 | 9C |
Dezimal | 237 | 229 | 156 |
Binär | 11101101 | 11100101 | 10011100 |
Oktal | 355 | 345 | 234 |
Dunkle Töne der Farbe #EDE59C
Helle Töne der Farbe #EDE59C
Beispiele css- und html für Elemente in der Farbe #EDE59C. Bitte benutzen Sie auch rgb(237,229,156) statt hex-Code.
.myTextColor { color: #EDE59C; }
<p style="color:#EDE59C">This sample text font color is #EDE59C.</p>
Die Farbe dieses Textes ist #EDE59C.
.myBgColor { background-color: #EDE59C; }
<div style="background-color:#EDE59C">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #EDE59C.
.myBorderColor { border: 1px solid #EDE59C; }
<div style="border:3px solid #EDE59C">Div</div>
Die Grenzen von diesem div sind in Farbe #EDE59C.
.myOpacity80 { color: #EDE59C; opacity: 0.8; }
<p style="color:#EDE59C;opacity:0.8;">80%</p>
Text in Farbe #EDE59C und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #EDE59C;}
<p style="text-shadow: 3px 3px 1px #EDE59C">Text here.</p>
Dieser Text hat den Schatten in Farbe #EDE59C.
.textShadow {text-shadow: 3px 3px 1px #EDE59C', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #EDE59C, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #EDE59C und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#EDE59C, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#EDE59C, Direction=45, Strength=4)">Text</p>
This text has shadow with #EDE59C and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #EDE59C;
-webkit-box-shadow: 1px 1px 3px 2px #EDE59C;
box-shadow: 1px 1px 3px 2px #EDE59C;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #EDE59C; -webkit-box-shadow: 1px 1px 3px 2px #EDE59C; box-shadow:1px 1px 3px 2px #EDE59C;">
Div content here
</div>
Dieser Text ist in der Farbe #EDE59C auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #EDE59C auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #EDE59C.
Dieser Text ist weiß auf dem Hintergrund in Farbe #EDE59C.
Kontrastfarbe für #hex ist #121A63.