HEX: #E66E60
RGB: (230,110,96)
#E66E60 enthält hauptsächlich rote Farbe. Für #E66E60 ist eine «websichere» Webfarbe #CC6666 (oder kurz #C66).
Die Farbe #E66E60 wird in RGB als (230,110,96) definiert.
RGB: (230,110,96)
(90%, 43%, 38%)
R 230 von 255 = 90%
G 110 von 255 = 43%
B 96 von 255 = 38%
R + G + B ~ 57%. #E66E60 mittlere Farbe (nicht dunkel und nicht hell).
R + G + B = 230 + 110 + 96 = 436 (100%)
R 230 von 436 ~ 52.75%
G 110 von 436 ~ 25.23%
B 96 von 436 ~ 22.02'%
Die Farbe #E66E60 wird in CMYK als (0,52,58,10) definiert.
CMYK: (0,52,58,10)
C0M52Y58K10 (0%, 52%, 58%, 10%)
(0.00 / 0.52 / 0.58 / 0.10)
Farbe #E66E60 in den populären Farbmodellen.
E6 | 6E | 60 | |
---|---|---|---|
RGB | 230 | 110 | 96 |
HSL | 6° | 72.83% | 63.92% |
HSB/HSV | 6° | 58.26% | 90.20% |
CMYK | 0.00% | 52.17% | 58.26% |
9.80% |
Die Farbe #E66E60 in den populären Zahlensystemen.
Hexadezimal | E6 | 6E | 60 |
Dezimal | 230 | 110 | 96 |
Binär | 11100110 | 1101110 | 1100000 |
Oktal | 346 | 156 | 140 |
Dunkle Töne der Farbe #E66E60
Helle Töne der Farbe #E66E60
Beispiele css- und html für Elemente in der Farbe #E66E60. Bitte benutzen Sie auch rgb(230,110,96) statt hex-Code.
.myTextColor { color: #E66E60; }
<p style="color:#E66E60">This sample text font color is #E66E60.</p>
Die Farbe dieses Textes ist #E66E60.
.myBgColor { background-color: #E66E60; }
<div style="background-color:#E66E60">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #E66E60.
.myBorderColor { border: 1px solid #E66E60; }
<div style="border:3px solid #E66E60">Div</div>
Die Grenzen von diesem div sind in Farbe #E66E60.
.myOpacity80 { color: #E66E60; opacity: 0.8; }
<p style="color:#E66E60;opacity:0.8;">80%</p>
Text in Farbe #E66E60 und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #E66E60;}
<p style="text-shadow: 3px 3px 1px #E66E60">Text here.</p>
Dieser Text hat den Schatten in Farbe #E66E60.
.textShadow {text-shadow: 3px 3px 1px #E66E60', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #E66E60, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #E66E60 und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#E66E60, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#E66E60, Direction=45, Strength=4)">Text</p>
This text has shadow with #E66E60 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #E66E60;
-webkit-box-shadow: 1px 1px 3px 2px #E66E60;
box-shadow: 1px 1px 3px 2px #E66E60;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #E66E60; -webkit-box-shadow: 1px 1px 3px 2px #E66E60; box-shadow:1px 1px 3px 2px #E66E60;">
Div content here
</div>
Dieser Text ist in der Farbe #E66E60 auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #E66E60 auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #E66E60.
Dieser Text ist weiß auf dem Hintergrund in Farbe #E66E60.
Kontrastfarbe für #hex ist #19919F.