HEX: #E06B49
RGB: (224,107,73)
#E06B49 enthält hauptsächlich rote Farbe. Für #E06B49 ist eine «websichere» Webfarbe #CC6633 (oder kurz #C63).
Die Farbe #E06B49 wird in RGB als (224,107,73) definiert.
RGB: (224,107,73)
(88%, 42%, 29%)
R 224 von 255 = 88%
G 107 von 255 = 42%
B 73 von 255 = 29%
R + G + B ~ 53%. #E06B49 mittlere Farbe (nicht dunkel und nicht hell).
R + G + B = 224 + 107 + 73 = 404 (100%)
R 224 von 404 ~ 55.45%
G 107 von 404 ~ 26.49%
B 73 von 404 ~ 18.07'%
Die Farbe #E06B49 wird in CMYK als (0,52,67,12) definiert.
CMYK: (0,52,67,12)
C0M52Y67K12 (0%, 52%, 67%, 12%)
(0.00 / 0.52 / 0.67 / 0.12)
Farbe #E06B49 in den populären Farbmodellen.
E0 | 6B | 49 | |
---|---|---|---|
RGB | 224 | 107 | 73 |
HSL | 14° | 70.89% | 58.24% |
HSB/HSV | 14° | 67.41% | 87.84% |
CMYK | 0.00% | 52.23% | 67.41% |
12.16% |
Die Farbe #E06B49 in den populären Zahlensystemen.
Hexadezimal | E0 | 6B | 49 |
Dezimal | 224 | 107 | 73 |
Binär | 11100000 | 1101011 | 1001001 |
Oktal | 340 | 153 | 111 |
Dunkle Töne der Farbe #E06B49
Helle Töne der Farbe #E06B49
Beispiele css- und html für Elemente in der Farbe #E06B49. Bitte benutzen Sie auch rgb(224,107,73) statt hex-Code.
.myTextColor { color: #E06B49; }
<p style="color:#E06B49">This sample text font color is #E06B49.</p>
Die Farbe dieses Textes ist #E06B49.
.myBgColor { background-color: #E06B49; }
<div style="background-color:#E06B49">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #E06B49.
.myBorderColor { border: 1px solid #E06B49; }
<div style="border:3px solid #E06B49">Div</div>
Die Grenzen von diesem div sind in Farbe #E06B49.
.myOpacity80 { color: #E06B49; opacity: 0.8; }
<p style="color:#E06B49;opacity:0.8;">80%</p>
Text in Farbe #E06B49 und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #E06B49;}
<p style="text-shadow: 3px 3px 1px #E06B49">Text here.</p>
Dieser Text hat den Schatten in Farbe #E06B49.
.textShadow {text-shadow: 3px 3px 1px #E06B49', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #E06B49, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #E06B49 und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#E06B49, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#E06B49, Direction=45, Strength=4)">Text</p>
This text has shadow with #E06B49 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #E06B49;
-webkit-box-shadow: 1px 1px 3px 2px #E06B49;
box-shadow: 1px 1px 3px 2px #E06B49;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #E06B49; -webkit-box-shadow: 1px 1px 3px 2px #E06B49; box-shadow:1px 1px 3px 2px #E06B49;">
Div content here
</div>
Dieser Text ist in der Farbe #E06B49 auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #E06B49 auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #E06B49.
Dieser Text ist weiß auf dem Hintergrund in Farbe #E06B49.
Kontrastfarbe für #hex ist #1F94B6.