HEX: #E64B06
RGB: (230,75,6)
#E64B06 enthält hauptsächlich rote Farbe. Für #E64B06 ist eine «websichere» Webfarbe #CC3300 (oder kurz #C30).
Die Farbe #E64B06 wird in RGB als (230,75,6) definiert.
RGB: (230,75,6)
(90%, 29%, 2%)
R 230 von 255 = 90%
G 75 von 255 = 29%
B 6 von 255 = 2%
R + G + B ~ 40%. #E64B06 mittlere Farbe (nicht dunkel und nicht hell).
R + G + B = 230 + 75 + 6 = 311 (100%)
R 230 von 311 ~ 73.95%
G 75 von 311 ~ 24.12%
B 6 von 311 ~ 1.93'%
Die Farbe #E64B06 wird in CMYK als (0,67,97,10) definiert.
CMYK: (0,67,97,10)
C0M67Y97K10 (0%, 67%, 97%, 10%)
(0.00 / 0.67 / 0.97 / 0.10)
Farbe #E64B06 in den populären Farbmodellen.
E6 | 4B | 06 | |
---|---|---|---|
RGB | 230 | 75 | 6 |
HSL | 18° | 94.92% | 46.27% |
HSB/HSV | 18° | 97.39% | 90.20% |
CMYK | 0.00% | 67.39% | 97.39% |
9.80% |
Die Farbe #E64B06 in den populären Zahlensystemen.
Hexadezimal | E6 | 4B | 06 |
Dezimal | 230 | 75 | 6 |
Binär | 11100110 | 1001011 | 110 |
Oktal | 346 | 113 | 6 |
Dunkle Töne der Farbe #E64B06
Helle Töne der Farbe #E64B06
Beispiele css- und html für Elemente in der Farbe #E64B06. Bitte benutzen Sie auch rgb(230,75,6) statt hex-Code.
.myTextColor { color: #E64B06; }
<p style="color:#E64B06">This sample text font color is #E64B06.</p>
Die Farbe dieses Textes ist #E64B06.
.myBgColor { background-color: #E64B06; }
<div style="background-color:#E64B06">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #E64B06.
.myBorderColor { border: 1px solid #E64B06; }
<div style="border:3px solid #E64B06">Div</div>
Die Grenzen von diesem div sind in Farbe #E64B06.
.myOpacity80 { color: #E64B06; opacity: 0.8; }
<p style="color:#E64B06;opacity:0.8;">80%</p>
Text in Farbe #E64B06 und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #E64B06;}
<p style="text-shadow: 3px 3px 1px #E64B06">Text here.</p>
Dieser Text hat den Schatten in Farbe #E64B06.
.textShadow {text-shadow: 3px 3px 1px #E64B06', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #E64B06, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #E64B06 und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#E64B06, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#E64B06, Direction=45, Strength=4)">Text</p>
This text has shadow with #E64B06 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #E64B06;
-webkit-box-shadow: 1px 1px 3px 2px #E64B06;
box-shadow: 1px 1px 3px 2px #E64B06;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #E64B06; -webkit-box-shadow: 1px 1px 3px 2px #E64B06; box-shadow:1px 1px 3px 2px #E64B06;">
Div content here
</div>
Dieser Text ist in der Farbe #E64B06 auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #E64B06 auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #E64B06.
Dieser Text ist weiß auf dem Hintergrund in Farbe #E64B06.
Kontrastfarbe für #E64B06 ist #19B4F9.