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