HEX: #EED988
RGB: (238,217,136)
#EED988 enthält hauptsächlich rote und grüne Farbe. Für #EED988 ist eine «websichere» Webfarbe #FFCC99 (oder kurz #FC9).
Die Farbe #EED988 wird in RGB als (238,217,136) definiert.
RGB: (238,217,136)
(93%, 85%, 53%)
R 238 von 255 = 93%
G 217 von 255 = 85%
B 136 von 255 = 53%
R + G + B ~ 77%. #EED988 ziemlich helle Farbe.
R + G + B = 238 + 217 + 136 = 591 (100%)
R 238 von 591 ~ 40.27%
G 217 von 591 ~ 36.72%
B 136 von 591 ~ 23.01'%
Die Farbe #EED988 wird in CMYK als (0,9,43,7) definiert.
CMYK: (0,9,43,7)
C0M9Y43K7 (0%, 9%, 43%, 7%)
(0.00 / 0.09 / 0.43 / 0.07)
Farbe #EED988 in den populären Farbmodellen.
EE | D9 | 88 | |
---|---|---|---|
RGB | 238 | 217 | 136 |
HSL | 48° | 75.00% | 73.33% |
HSB/HSV | 48° | 42.86% | 93.33% |
CMYK | 0.00% | 8.82% | 42.86% |
6.67% |
Die Farbe #EED988 in den populären Zahlensystemen.
Hexadezimal | EE | D9 | 88 |
Dezimal | 238 | 217 | 136 |
Binär | 11101110 | 11011001 | 10001000 |
Oktal | 356 | 331 | 210 |
Dunkle Töne der Farbe #EED988
Helle Töne der Farbe #EED988
Beispiele css- und html für Elemente in der Farbe #EED988. Bitte benutzen Sie auch rgb(238,217,136) statt hex-Code.
.myTextColor { color: #EED988; }
<p style="color:#EED988">This sample text font color is #EED988.</p>
Die Farbe dieses Textes ist #EED988.
.myBgColor { background-color: #EED988; }
<div style="background-color:#EED988">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #EED988.
.myBorderColor { border: 1px solid #EED988; }
<div style="border:3px solid #EED988">Div</div>
Die Grenzen von diesem div sind in Farbe #EED988.
.myOpacity80 { color: #EED988; opacity: 0.8; }
<p style="color:#EED988;opacity:0.8;">80%</p>
Text in Farbe #EED988 und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #EED988;}
<p style="text-shadow: 3px 3px 1px #EED988">Text here.</p>
Dieser Text hat den Schatten in Farbe #EED988.
.textShadow {text-shadow: 3px 3px 1px #EED988', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #EED988, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #EED988 und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#EED988, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#EED988, Direction=45, Strength=4)">Text</p>
This text has shadow with #EED988 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #EED988;
-webkit-box-shadow: 1px 1px 3px 2px #EED988;
box-shadow: 1px 1px 3px 2px #EED988;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #EED988; -webkit-box-shadow: 1px 1px 3px 2px #EED988; box-shadow:1px 1px 3px 2px #EED988;">
Div content here
</div>
Dieser Text ist in der Farbe #EED988 auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #EED988 auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #EED988.
Dieser Text ist weiß auf dem Hintergrund in Farbe #EED988.
Kontrastfarbe für #hex ist #112677.