HEX: #E5B030
RGB: (229,176,48)
#E5B030 enthält hauptsächlich rote und grüne Farbe. Für #E5B030 ist eine «websichere» Webfarbe #CC9933 (oder kurz #C93).
Die Farbe #E5B030 wird in RGB als (229,176,48) definiert.
RGB: (229,176,48)
(90%, 69%, 19%)
R 229 von 255 = 90%
G 176 von 255 = 69%
B 48 von 255 = 19%
R + G + B ~ 59%. #E5B030 mittlere Farbe (nicht dunkel und nicht hell).
R + G + B = 229 + 176 + 48 = 453 (100%)
R 229 von 453 ~ 50.55%
G 176 von 453 ~ 38.85%
B 48 von 453 ~ 10.6'%
Die Farbe #E5B030 wird in CMYK als (0,23,79,10) definiert.
CMYK: (0,23,79,10)
C0M23Y79K10 (0%, 23%, 79%, 10%)
(0.00 / 0.23 / 0.79 / 0.10)
Farbe #E5B030 in den populären Farbmodellen.
E5 | B0 | 30 | |
---|---|---|---|
RGB | 229 | 176 | 48 |
HSL | 42° | 77.68% | 54.31% |
HSB/HSV | 42° | 79.04% | 89.80% |
CMYK | 0.00% | 23.14% | 79.04% |
10.20% |
Die Farbe #E5B030 in den populären Zahlensystemen.
Hexadezimal | E5 | B0 | 30 |
Dezimal | 229 | 176 | 48 |
Binär | 11100101 | 10110000 | 110000 |
Oktal | 345 | 260 | 60 |
Dunkle Töne der Farbe #E5B030
Helle Töne der Farbe #E5B030
Beispiele css- und html für Elemente in der Farbe #E5B030. Bitte benutzen Sie auch rgb(229,176,48) statt hex-Code.
.myTextColor { color: #E5B030; }
<p style="color:#E5B030">This sample text font color is #E5B030.</p>
Die Farbe dieses Textes ist #E5B030.
.myBgColor { background-color: #E5B030; }
<div style="background-color:#E5B030">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #E5B030.
.myBorderColor { border: 1px solid #E5B030; }
<div style="border:3px solid #E5B030">Div</div>
Die Grenzen von diesem div sind in Farbe #E5B030.
.myOpacity80 { color: #E5B030; opacity: 0.8; }
<p style="color:#E5B030;opacity:0.8;">80%</p>
Text in Farbe #E5B030 und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #E5B030;}
<p style="text-shadow: 3px 3px 1px #E5B030">Text here.</p>
Dieser Text hat den Schatten in Farbe #E5B030.
.textShadow {text-shadow: 3px 3px 1px #E5B030', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #E5B030, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #E5B030 und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#E5B030, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#E5B030, Direction=45, Strength=4)">Text</p>
This text has shadow with #E5B030 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #E5B030;
-webkit-box-shadow: 1px 1px 3px 2px #E5B030;
box-shadow: 1px 1px 3px 2px #E5B030;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #E5B030; -webkit-box-shadow: 1px 1px 3px 2px #E5B030; box-shadow:1px 1px 3px 2px #E5B030;">
Div content here
</div>
Dieser Text ist in der Farbe #E5B030 auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #E5B030 auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #E5B030.
Dieser Text ist weiß auf dem Hintergrund in Farbe #E5B030.
Kontrastfarbe für #hex ist #1A4FCF.