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