HEX: #E5EE99
RGB: (229,238,153)
#E5EE99 enthält hauptsächlich rote und grüne Farbe. Für #E5EE99 ist eine «websichere» Webfarbe #CCFF99 (oder kurz #CF9).
Die Farbe #E5EE99 wird in RGB als (229,238,153) definiert.
RGB: (229,238,153) (90%,93%,60%)
R 229 von 255 = 90%
G 238 von 255 = 93%
B 153 von 255 = 60%
R + G + B ~ 81%. #E5EE99 ziemlich helle Farbe.
R + G + B =
229 + 238 + 153 = 620 (100%)
R 229 von 620 ~ 36.94%
G 238 von 620 ~ 38.39%
B 153 von 620 ~ 24.68%
Die Farbe #E5EE99 wird in CMYK als (4,0,36,7) definiert.
CMYK: (4,0,36,7) C4M0Y36K7 (4%,0%,36%,7%) (0.04/0.00/0.36/0.07)
E5 | EE | 99 | |
---|---|---|---|
RGB | 229 | 238 | 153 |
HSL | 66° | 71.43% | 76.67% |
HSB/HSV | 66° | 35.71% | 93.33% |
CMYK | 3.78% | 0.00% | 35.71% |
6.67% |
Hexadezimal | E5 | EE | 99 |
Dezimal | 229 | 238 | 153 |
Binär | 11100101 | 11101110 | 10011001 |
Oktal | 345 | 356 | 231 |
Beispiele css- und html für Elemente in der Farbe #E5EE99. Bitte benutzen Sie auch rgb(229,238,153) statt hex-Code.
.myTextColor { color: #E5EE99; }
<p style="color:#E5EE99">This sample text font color is #E5EE99.</p>
Die Farbe dieses Textes ist #E5EE99.
.myBgColor { background-color: #E5EE99; }
<div style="background-color:#E5EE99">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #E5EE99.
.myBorderColor { border: 1px solid #E5EE99; }
<div style="border:3px solid #E5EE99">Div</div>
Die Grenzen von diesem div sind in Farbe #E5EE99.
.myOpacity80 { color: #E5EE99; opacity: 0.8; }
<p style="color:#E5EE99;opacity:0.8;">80%</p>
Text in Farbe #E5EE99 und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #E5EE99;}
<p style="text-shadow: 3px 3px 1px #E5EE99">Text here.</p>
Dieser Text hat den Schatten in Farbe #E5EE99.
.textShadow {text-shadow: 3px 3px 1px #E5EE99, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #E5EE99, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #E5EE99 und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#E5EE99, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#E5EE99, Direction=45, Strength=4)">Text</p>
This text has shadow with #E5EE99 and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #E5EE99; -webkit-box-shadow: 1px 1px 3px 2px #E5EE99; box-shadow: 1px 1px 3px 2px #E5EE99; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #E5EE99; -webkit-box-shadow: 1px 1px 3px 2px #E5EE99; box-shadow:1px 1px 3px 2px #E5EE99;">
Div content here</div>
Dieser Text ist in der Farbe #E5EE99 auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #E5EE99 auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #E5EE99.
Dieser Text ist weiß auf dem Hintergrund in Farbe #E5EE99.