HEX: #E49009
RGB: (228,144,9)
#E49009 enthält hauptsächlich rote Farbe. Für #E49009 ist eine «websichere» Webfarbe #CC9900 (oder kurz #C90).
Die Farbe #E49009 wird in RGB als (228,144,9) definiert.
RGB: (228,144,9) (89%,56%,4%)
R 228 von 255 = 89%
G 144 von 255 = 56%
B 9 von 255 = 4%
R + G + B ~ 50%. #E49009 mittlere Farbe (nicht dunkel und nicht hell).
R + G + B =
228 + 144 + 9 = 381 (100%)
R 228 von 381 ~ 59.84%
G 144 von 381 ~ 37.8%
B 9 von 381 ~ 2.36%
Die Farbe #E49009 wird in CMYK als (0,37,96,11) definiert.
CMYK: (0,37,96,11) C0M37Y96K11 (0%,37%,96%,11%) (0.00/0.37/0.96/0.11)
E4 | 90 | 09 | |
---|---|---|---|
RGB | 228 | 144 | 9 |
HSL | 37° | 92.41% | 46.47% |
HSB/HSV | 37° | 96.05% | 89.41% |
CMYK | 0.00% | 36.84% | 96.05% |
10.59% |
Hexadezimal | E4 | 90 | 09 |
Dezimal | 228 | 144 | 9 |
Binär | 11100100 | 10010000 | 1001 |
Oktal | 344 | 220 | 11 |
Beispiele css- und html für Elemente in der Farbe #E49009. Bitte benutzen Sie auch rgb(228,144,9) statt hex-Code.
.myTextColor { color: #E49009; }
<p style="color:#E49009">This sample text font color is #E49009.</p>
Die Farbe dieses Textes ist #E49009.
.myBgColor { background-color: #E49009; }
<div style="background-color:#E49009">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #E49009.
.myBorderColor { border: 1px solid #E49009; }
<div style="border:3px solid #E49009">Div</div>
Die Grenzen von diesem div sind in Farbe #E49009.
.myOpacity80 { color: #E49009; opacity: 0.8; }
<p style="color:#E49009;opacity:0.8;">80%</p>
Text in Farbe #E49009 und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #E49009;}
<p style="text-shadow: 3px 3px 1px #E49009">Text here.</p>
Dieser Text hat den Schatten in Farbe #E49009.
.textShadow {text-shadow: 3px 3px 1px #E49009, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #E49009, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #E49009 und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#E49009, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#E49009, Direction=45, Strength=4)">Text</p>
This text has shadow with #E49009 and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #E49009; -webkit-box-shadow: 1px 1px 3px 2px #E49009; box-shadow: 1px 1px 3px 2px #E49009; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #E49009; -webkit-box-shadow: 1px 1px 3px 2px #E49009; box-shadow:1px 1px 3px 2px #E49009;">
Div content here</div>
Dieser Text ist in der Farbe #E49009 auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #E49009 auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #E49009.
Dieser Text ist weiß auf dem Hintergrund in Farbe #E49009.