HEX: #EDC421
RGB: (237,196,33)
#EDC421 enthält hauptsächlich rote und grüne Farbe. Für #EDC421 ist eine «websichere» Webfarbe #FFCC33 (oder kurz #FC3).
Die Farbe #EDC421 wird in RGB als (237,196,33) definiert.
RGB: (237,196,33)
(93%, 77%, 13%)
R 237 von 255 = 93%
G 196 von 255 = 77%
B 33 von 255 = 13%
R + G + B ~ 61%. #EDC421 ziemlich helle Farbe.
R + G + B = 237 + 196 + 33 = 466 (100%)
R 237 von 466 ~ 50.86%
G 196 von 466 ~ 42.06%
B 33 von 466 ~ 7.08'%
Die Farbe #EDC421 wird in CMYK als (0,17,86,7) definiert.
CMYK: (0,17,86,7)
C0M17Y86K7 (0%, 17%, 86%, 7%)
(0.00 / 0.17 / 0.86 / 0.07)
Farbe #EDC421 in den populären Farbmodellen.
ED | C4 | 21 | |
---|---|---|---|
RGB | 237 | 196 | 33 |
HSL | 48° | 85.00% | 52.94% |
HSB/HSV | 48° | 86.08% | 92.94% |
CMYK | 0.00% | 17.30% | 86.08% |
7.06% |
Die Farbe #EDC421 in den populären Zahlensystemen.
Hexadezimal | ED | C4 | 21 |
Dezimal | 237 | 196 | 33 |
Binär | 11101101 | 11000100 | 100001 |
Oktal | 355 | 304 | 41 |
Dunkle Töne der Farbe #EDC421
Helle Töne der Farbe #EDC421
Beispiele css- und html für Elemente in der Farbe #EDC421. Bitte benutzen Sie auch rgb(237,196,33) statt hex-Code.
.myTextColor { color: #EDC421; }
<p style="color:#EDC421">This sample text font color is #EDC421.</p>
Die Farbe dieses Textes ist #EDC421.
.myBgColor { background-color: #EDC421; }
<div style="background-color:#EDC421">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #EDC421.
.myBorderColor { border: 1px solid #EDC421; }
<div style="border:3px solid #EDC421">Div</div>
Die Grenzen von diesem div sind in Farbe #EDC421.
.myOpacity80 { color: #EDC421; opacity: 0.8; }
<p style="color:#EDC421;opacity:0.8;">80%</p>
Text in Farbe #EDC421 und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #EDC421;}
<p style="text-shadow: 3px 3px 1px #EDC421">Text here.</p>
Dieser Text hat den Schatten in Farbe #EDC421.
.textShadow {text-shadow: 3px 3px 1px #EDC421', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #EDC421, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #EDC421 und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#EDC421, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#EDC421, Direction=45, Strength=4)">Text</p>
This text has shadow with #EDC421 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #EDC421;
-webkit-box-shadow: 1px 1px 3px 2px #EDC421;
box-shadow: 1px 1px 3px 2px #EDC421;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #EDC421; -webkit-box-shadow: 1px 1px 3px 2px #EDC421; box-shadow:1px 1px 3px 2px #EDC421;">
Div content here
</div>
Dieser Text ist in der Farbe #EDC421 auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #EDC421 auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #EDC421.
Dieser Text ist weiß auf dem Hintergrund in Farbe #EDC421.
Kontrastfarbe für #EDC421 ist #123BDE.