HEX: #E66C21
RGB: (230,108,33)
#E66C21 enthält hauptsächlich rote Farbe. Für #E66C21 ist eine «websichere» Webfarbe #CC6633 (oder kurz #C63).
Die Farbe #E66C21 wird in RGB als (230,108,33) definiert.
RGB: (230,108,33)
(90%, 42%, 13%)
R 230 von 255 = 90%
G 108 von 255 = 42%
B 33 von 255 = 13%
R + G + B ~ 48%. #E66C21 mittlere Farbe (nicht dunkel und nicht hell).
R + G + B = 230 + 108 + 33 = 371 (100%)
R 230 von 371 ~ 61.99%
G 108 von 371 ~ 29.11%
B 33 von 371 ~ 8.89'%
Die Farbe #E66C21 wird in CMYK als (0,53,86,10) definiert.
CMYK: (0,53,86,10)
C0M53Y86K10 (0%, 53%, 86%, 10%)
(0.00 / 0.53 / 0.86 / 0.10)
Farbe #E66C21 in den populären Farbmodellen.
E6 | 6C | 21 | |
---|---|---|---|
RGB | 230 | 108 | 33 |
HSL | 23° | 79.76% | 51.57% |
HSB/HSV | 23° | 85.65% | 90.20% |
CMYK | 0.00% | 53.04% | 85.65% |
9.80% |
Die Farbe #E66C21 in den populären Zahlensystemen.
Hexadezimal | E6 | 6C | 21 |
Dezimal | 230 | 108 | 33 |
Binär | 11100110 | 1101100 | 100001 |
Oktal | 346 | 154 | 41 |
Dunkle Töne der Farbe #E66C21
Helle Töne der Farbe #E66C21
Beispiele css- und html für Elemente in der Farbe #E66C21. Bitte benutzen Sie auch rgb(230,108,33) statt hex-Code.
.myTextColor { color: #E66C21; }
<p style="color:#E66C21">This sample text font color is #E66C21.</p>
Die Farbe dieses Textes ist #E66C21.
.myBgColor { background-color: #E66C21; }
<div style="background-color:#E66C21">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #E66C21.
.myBorderColor { border: 1px solid #E66C21; }
<div style="border:3px solid #E66C21">Div</div>
Die Grenzen von diesem div sind in Farbe #E66C21.
.myOpacity80 { color: #E66C21; opacity: 0.8; }
<p style="color:#E66C21;opacity:0.8;">80%</p>
Text in Farbe #E66C21 und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #E66C21;}
<p style="text-shadow: 3px 3px 1px #E66C21">Text here.</p>
Dieser Text hat den Schatten in Farbe #E66C21.
.textShadow {text-shadow: 3px 3px 1px #E66C21', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #E66C21, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #E66C21 und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#E66C21, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#E66C21, Direction=45, Strength=4)">Text</p>
This text has shadow with #E66C21 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #E66C21;
-webkit-box-shadow: 1px 1px 3px 2px #E66C21;
box-shadow: 1px 1px 3px 2px #E66C21;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #E66C21; -webkit-box-shadow: 1px 1px 3px 2px #E66C21; box-shadow:1px 1px 3px 2px #E66C21;">
Div content here
</div>
Dieser Text ist in der Farbe #E66C21 auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #E66C21 auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #E66C21.
Dieser Text ist weiß auf dem Hintergrund in Farbe #E66C21.
Kontrastfarbe für #hex ist #1993DE.