HEX: #EDB24B
RGB: (237,178,75)
#EDB24B enthält hauptsächlich rote und grüne Farbe. Für #EDB24B ist eine «websichere» Webfarbe #FF9933 (oder kurz #F93).
Die Farbe #EDB24B wird in RGB als (237,178,75) definiert.
RGB: (237,178,75)
(93%, 70%, 29%)
R 237 von 255 = 93%
G 178 von 255 = 70%
B 75 von 255 = 29%
R + G + B ~ 64%. #EDB24B ziemlich helle Farbe.
R + G + B = 237 + 178 + 75 = 490 (100%)
R 237 von 490 ~ 48.37%
G 178 von 490 ~ 36.33%
B 75 von 490 ~ 15.31'%
Die Farbe #EDB24B wird in CMYK als (0,25,68,7) definiert.
CMYK: (0,25,68,7)
C0M25Y68K7 (0%, 25%, 68%, 7%)
(0.00 / 0.25 / 0.68 / 0.07)
Farbe #EDB24B in den populären Farbmodellen.
ED | B2 | 4B | |
---|---|---|---|
RGB | 237 | 178 | 75 |
HSL | 38° | 81.82% | 61.18% |
HSB/HSV | 38° | 68.35% | 92.94% |
CMYK | 0.00% | 24.89% | 68.35% |
7.06% |
Die Farbe #EDB24B in den populären Zahlensystemen.
Hexadezimal | ED | B2 | 4B |
Dezimal | 237 | 178 | 75 |
Binär | 11101101 | 10110010 | 1001011 |
Oktal | 355 | 262 | 113 |
Dunkle Töne der Farbe #EDB24B
Helle Töne der Farbe #EDB24B
Beispiele css- und html für Elemente in der Farbe #EDB24B. Bitte benutzen Sie auch rgb(237,178,75) statt hex-Code.
.myTextColor { color: #EDB24B; }
<p style="color:#EDB24B">This sample text font color is #EDB24B.</p>
Die Farbe dieses Textes ist #EDB24B.
.myBgColor { background-color: #EDB24B; }
<div style="background-color:#EDB24B">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #EDB24B.
.myBorderColor { border: 1px solid #EDB24B; }
<div style="border:3px solid #EDB24B">Div</div>
Die Grenzen von diesem div sind in Farbe #EDB24B.
.myOpacity80 { color: #EDB24B; opacity: 0.8; }
<p style="color:#EDB24B;opacity:0.8;">80%</p>
Text in Farbe #EDB24B und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #EDB24B;}
<p style="text-shadow: 3px 3px 1px #EDB24B">Text here.</p>
Dieser Text hat den Schatten in Farbe #EDB24B.
.textShadow {text-shadow: 3px 3px 1px #EDB24B', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #EDB24B, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #EDB24B und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#EDB24B, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#EDB24B, Direction=45, Strength=4)">Text</p>
This text has shadow with #EDB24B and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #EDB24B;
-webkit-box-shadow: 1px 1px 3px 2px #EDB24B;
box-shadow: 1px 1px 3px 2px #EDB24B;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #EDB24B; -webkit-box-shadow: 1px 1px 3px 2px #EDB24B; box-shadow:1px 1px 3px 2px #EDB24B;">
Div content here
</div>
Dieser Text ist in der Farbe #EDB24B auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #EDB24B auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #EDB24B.
Dieser Text ist weiß auf dem Hintergrund in Farbe #EDB24B.
Kontrastfarbe für #hex ist #124DB4.