HEX: #EFDA63
RGB: (239,218,99)
#EFDA63 enthält hauptsächlich rote und grüne Farbe. Für #EFDA63 ist eine «websichere» Webfarbe #FFCC66 (oder kurz #FC6).
Die Farbe #EFDA63 wird in RGB als (239,218,99) definiert.
RGB: (239,218,99) (94%,85%,39%)
R 239 von 255 = 94%
G 218 von 255 = 85%
B 99 von 255 = 39%
R + G + B ~ 73%. #EFDA63 ziemlich helle Farbe.
R + G + B =
239 + 218 + 99 = 556 (100%)
R 239 von 556 ~ 42.99%
G 218 von 556 ~ 39.21%
B 99 von 556 ~ 17.81%
Die Farbe #EFDA63 wird in CMYK als (0,9,59,6) definiert.
CMYK: (0,9,59,6) C0M9Y59K6 (0%,9%,59%,6%) (0.00/0.09/0.59/0.06)
EF | DA | 63 | |
---|---|---|---|
RGB | 239 | 218 | 99 |
HSL | 51° | 81.40% | 66.27% |
HSB/HSV | 51° | 58.58% | 93.73% |
CMYK | 0.00% | 8.79% | 58.58% |
6.27% |
Hexadezimal | EF | DA | 63 |
Dezimal | 239 | 218 | 99 |
Binär | 11101111 | 11011010 | 1100011 |
Oktal | 357 | 332 | 143 |
Beispiele css- und html für Elemente in der Farbe #EFDA63. Bitte benutzen Sie auch rgb(239,218,99) statt hex-Code.
.myTextColor { color: #EFDA63; }
<p style="color:#EFDA63">This sample text font color is #EFDA63.</p>
Die Farbe dieses Textes ist #EFDA63.
.myBgColor { background-color: #EFDA63; }
<div style="background-color:#EFDA63">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #EFDA63.
.myBorderColor { border: 1px solid #EFDA63; }
<div style="border:3px solid #EFDA63">Div</div>
Die Grenzen von diesem div sind in Farbe #EFDA63.
.myOpacity80 { color: #EFDA63; opacity: 0.8; }
<p style="color:#EFDA63;opacity:0.8;">80%</p>
Text in Farbe #EFDA63 und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #EFDA63;}
<p style="text-shadow: 3px 3px 1px #EFDA63">Text here.</p>
Dieser Text hat den Schatten in Farbe #EFDA63.
.textShadow {text-shadow: 3px 3px 1px #EFDA63, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #EFDA63, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #EFDA63 und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#EFDA63, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#EFDA63, Direction=45, Strength=4)">Text</p>
This text has shadow with #EFDA63 and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #EFDA63; -webkit-box-shadow: 1px 1px 3px 2px #EFDA63; box-shadow: 1px 1px 3px 2px #EFDA63; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #EFDA63; -webkit-box-shadow: 1px 1px 3px 2px #EFDA63; box-shadow:1px 1px 3px 2px #EFDA63;">
Div content here</div>
Dieser Text ist in der Farbe #EFDA63 auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #EFDA63 auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #EFDA63.
Dieser Text ist weiß auf dem Hintergrund in Farbe #EFDA63.