HEX: #EFD979
RGB: (239,217,121)
#EFD979 enthält hauptsächlich rote und grüne Farbe. Für #EFD979 ist eine «websichere» Webfarbe #FFCC66 (oder kurz #FC6).
Die Farbe #EFD979 wird in RGB als (239,217,121) definiert.
RGB: (239,217,121) (94%,85%,47%)
R 239 von 255 = 94%
G 217 von 255 = 85%
B 121 von 255 = 47%
R + G + B ~ 75%. #EFD979 ziemlich helle Farbe.
R + G + B =
239 + 217 + 121 = 577 (100%)
R 239 von 577 ~ 41.42%
G 217 von 577 ~ 37.61%
B 121 von 577 ~ 20.97%
Die Farbe #EFD979 wird in CMYK als (0,9,49,6) definiert.
CMYK: (0,9,49,6) C0M9Y49K6 (0%,9%,49%,6%) (0.00/0.09/0.49/0.06)
EF | D9 | 79 | |
---|---|---|---|
RGB | 239 | 217 | 121 |
HSL | 49° | 78.67% | 70.59% |
HSB/HSV | 49° | 49.37% | 93.73% |
CMYK | 0.00% | 9.21% | 49.37% |
6.27% |
Hexadezimal | EF | D9 | 79 |
Dezimal | 239 | 217 | 121 |
Binär | 11101111 | 11011001 | 1111001 |
Oktal | 357 | 331 | 171 |
Beispiele css- und html für Elemente in der Farbe #EFD979. Bitte benutzen Sie auch rgb(239,217,121) statt hex-Code.
.myTextColor { color: #EFD979; }
<p style="color:#EFD979">This sample text font color is #EFD979.</p>
Die Farbe dieses Textes ist #EFD979.
.myBgColor { background-color: #EFD979; }
<div style="background-color:#EFD979">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #EFD979.
.myBorderColor { border: 1px solid #EFD979; }
<div style="border:3px solid #EFD979">Div</div>
Die Grenzen von diesem div sind in Farbe #EFD979.
.myOpacity80 { color: #EFD979; opacity: 0.8; }
<p style="color:#EFD979;opacity:0.8;">80%</p>
Text in Farbe #EFD979 und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #EFD979;}
<p style="text-shadow: 3px 3px 1px #EFD979">Text here.</p>
Dieser Text hat den Schatten in Farbe #EFD979.
.textShadow {text-shadow: 3px 3px 1px #EFD979, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #EFD979, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #EFD979 und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#EFD979, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#EFD979, Direction=45, Strength=4)">Text</p>
This text has shadow with #EFD979 and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #EFD979; -webkit-box-shadow: 1px 1px 3px 2px #EFD979; box-shadow: 1px 1px 3px 2px #EFD979; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #EFD979; -webkit-box-shadow: 1px 1px 3px 2px #EFD979; box-shadow:1px 1px 3px 2px #EFD979;">
Div content here</div>
Dieser Text ist in der Farbe #EFD979 auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #EFD979 auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #EFD979.
Dieser Text ist weiß auf dem Hintergrund in Farbe #EFD979.