HEX: #E6EE76
RGB: (230,238,118)
#E6EE76 enthält hauptsächlich rote und grüne Farbe. Für #E6EE76 ist eine «websichere» Webfarbe #CCFF66 (oder kurz #CF6).
Die Farbe #E6EE76 wird in RGB als (230,238,118) definiert.
RGB: (230,238,118)
(90%, 93%, 46%)
R 230 von 255 = 90%
G 238 von 255 = 93%
B 118 von 255 = 46%
R + G + B ~ 76%. #E6EE76 ziemlich helle Farbe.
R + G + B = 230 + 238 + 118 = 586 (100%)
R 230 von 586 ~ 39.25%
G 238 von 586 ~ 40.61%
B 118 von 586 ~ 20.14'%
Die Farbe #E6EE76 wird in CMYK als (3,0,50,7) definiert.
CMYK: (3,0,50,7)
C3M0Y50K7 (3%, 0%, 50%, 7%)
(0.03 / 0.00 / 0.50 / 0.07)
Farbe #E6EE76 in den populären Farbmodellen.
E6 | EE | 76 | |
---|---|---|---|
RGB | 230 | 238 | 118 |
HSL | 64° | 77.92% | 69.80% |
HSB/HSV | 64° | 50.42% | 93.33% |
CMYK | 3.36% | 0.00% | 50.42% |
6.67% |
Die Farbe #E6EE76 in den populären Zahlensystemen.
Hexadezimal | E6 | EE | 76 |
Dezimal | 230 | 238 | 118 |
Binär | 11100110 | 11101110 | 1110110 |
Oktal | 346 | 356 | 166 |
Dunkle Töne der Farbe #E6EE76
Helle Töne der Farbe #E6EE76
Beispiele css- und html für Elemente in der Farbe #E6EE76. Bitte benutzen Sie auch rgb(230,238,118) statt hex-Code.
.myTextColor { color: #E6EE76; }
<p style="color:#E6EE76">This sample text font color is #E6EE76.</p>
Die Farbe dieses Textes ist #E6EE76.
.myBgColor { background-color: #E6EE76; }
<div style="background-color:#E6EE76">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #E6EE76.
.myBorderColor { border: 1px solid #E6EE76; }
<div style="border:3px solid #E6EE76">Div</div>
Die Grenzen von diesem div sind in Farbe #E6EE76.
.myOpacity80 { color: #E6EE76; opacity: 0.8; }
<p style="color:#E6EE76;opacity:0.8;">80%</p>
Text in Farbe #E6EE76 und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #E6EE76;}
<p style="text-shadow: 3px 3px 1px #E6EE76">Text here.</p>
Dieser Text hat den Schatten in Farbe #E6EE76.
.textShadow {text-shadow: 3px 3px 1px #E6EE76', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #E6EE76, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #E6EE76 und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#E6EE76, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#E6EE76, Direction=45, Strength=4)">Text</p>
This text has shadow with #E6EE76 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #E6EE76;
-webkit-box-shadow: 1px 1px 3px 2px #E6EE76;
box-shadow: 1px 1px 3px 2px #E6EE76;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #E6EE76; -webkit-box-shadow: 1px 1px 3px 2px #E6EE76; box-shadow:1px 1px 3px 2px #E6EE76;">
Div content here
</div>
Dieser Text ist in der Farbe #E6EE76 auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #E6EE76 auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #E6EE76.
Dieser Text ist weiß auf dem Hintergrund in Farbe #E6EE76.
Kontrastfarbe für #hex ist #191189.