HEX: #ECB521
RGB: (236,181,33)
#ECB521 enthält hauptsächlich rote und grüne Farbe. Für #ECB521 ist eine «websichere» Webfarbe #FFCC33 (oder kurz #FC3).
Die Farbe #ECB521 wird in RGB als (236,181,33) definiert.
RGB: (236,181,33) (93%,71%,13%)
R 236 von 255 = 93%
G 181 von 255 = 71%
B 33 von 255 = 13%
R + G + B ~ 59%. #ECB521 mittlere Farbe (nicht dunkel und nicht hell).
R + G + B =
236 + 181 + 33 = 450 (100%)
R 236 von 450 ~ 52.44%
G 181 von 450 ~ 40.22%
B 33 von 450 ~ 7.33%
Die Farbe #ECB521 wird in CMYK als (0,23,86,7) definiert.
CMYK: (0,23,86,7) C0M23Y86K7 (0%,23%,86%,7%) (0.00/0.23/0.86/0.07)
EC | B5 | 21 | |
---|---|---|---|
RGB | 236 | 181 | 33 |
HSL | 44° | 84.23% | 52.75% |
HSB/HSV | 44° | 86.02% | 92.55% |
CMYK | 0.00% | 23.31% | 86.02% |
7.45% |
Hexadezimal | EC | B5 | 21 |
Dezimal | 236 | 181 | 33 |
Binär | 11101100 | 10110101 | 100001 |
Oktal | 354 | 265 | 41 |
Beispiele css- und html für Elemente in der Farbe #ECB521. Bitte benutzen Sie auch rgb(236,181,33) statt hex-Code.
.myTextColor { color: #ECB521; }
<p style="color:#ECB521">This sample text font color is #ECB521.</p>
Die Farbe dieses Textes ist #ECB521.
.myBgColor { background-color: #ECB521; }
<div style="background-color:#ECB521">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #ECB521.
.myBorderColor { border: 1px solid #ECB521; }
<div style="border:3px solid #ECB521">Div</div>
Die Grenzen von diesem div sind in Farbe #ECB521.
.myOpacity80 { color: #ECB521; opacity: 0.8; }
<p style="color:#ECB521;opacity:0.8;">80%</p>
Text in Farbe #ECB521 und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #ECB521;}
<p style="text-shadow: 3px 3px 1px #ECB521">Text here.</p>
Dieser Text hat den Schatten in Farbe #ECB521.
.textShadow {text-shadow: 3px 3px 1px #ECB521, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #ECB521, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #ECB521 und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#ECB521, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#ECB521, Direction=45, Strength=4)">Text</p>
This text has shadow with #ECB521 and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #ECB521; -webkit-box-shadow: 1px 1px 3px 2px #ECB521; box-shadow: 1px 1px 3px 2px #ECB521; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #ECB521; -webkit-box-shadow: 1px 1px 3px 2px #ECB521; box-shadow:1px 1px 3px 2px #ECB521;">
Div content here</div>
Dieser Text ist in der Farbe #ECB521 auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #ECB521 auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #ECB521.
Dieser Text ist weiß auf dem Hintergrund in Farbe #ECB521.