HEX: #E46E47
RGB: (228,110,71)
#E46E47 enthält hauptsächlich rote Farbe. Für #E46E47 ist eine «websichere» Webfarbe #CC6633 (oder kurz #C63).
Die Farbe #E46E47 wird in RGB als (228,110,71) definiert.
RGB: (228,110,71) (89%,43%,28%)
R 228 von 255 = 89%
G 110 von 255 = 43%
B 71 von 255 = 28%
R + G + B ~ 53%. #E46E47 mittlere Farbe (nicht dunkel und nicht hell).
R + G + B =
228 + 110 + 71 = 409 (100%)
R 228 von 409 ~ 55.75%
G 110 von 409 ~ 26.89%
B 71 von 409 ~ 17.36%
Die Farbe #E46E47 wird in CMYK als (0,52,69,11) definiert.
CMYK: (0,52,69,11) C0M52Y69K11 (0%,52%,69%,11%) (0.00/0.52/0.69/0.11)
E4 | 6E | 47 | |
---|---|---|---|
RGB | 228 | 110 | 71 |
HSL | 15° | 74.41% | 58.63% |
HSB/HSV | 15° | 68.86% | 89.41% |
CMYK | 0.00% | 51.75% | 68.86% |
10.59% |
Hexadezimal | E4 | 6E | 47 |
Dezimal | 228 | 110 | 71 |
Binär | 11100100 | 1101110 | 1000111 |
Oktal | 344 | 156 | 107 |
Beispiele css- und html für Elemente in der Farbe #E46E47. Bitte benutzen Sie auch rgb(228,110,71) statt hex-Code.
.myTextColor { color: #E46E47; }
<p style="color:#E46E47">This sample text font color is #E46E47.</p>
Die Farbe dieses Textes ist #E46E47.
.myBgColor { background-color: #E46E47; }
<div style="background-color:#E46E47">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #E46E47.
.myBorderColor { border: 1px solid #E46E47; }
<div style="border:3px solid #E46E47">Div</div>
Die Grenzen von diesem div sind in Farbe #E46E47.
.myOpacity80 { color: #E46E47; opacity: 0.8; }
<p style="color:#E46E47;opacity:0.8;">80%</p>
Text in Farbe #E46E47 und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #E46E47;}
<p style="text-shadow: 3px 3px 1px #E46E47">Text here.</p>
Dieser Text hat den Schatten in Farbe #E46E47.
.textShadow {text-shadow: 3px 3px 1px #E46E47, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #E46E47, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #E46E47 und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#E46E47, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#E46E47, Direction=45, Strength=4)">Text</p>
This text has shadow with #E46E47 and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #E46E47; -webkit-box-shadow: 1px 1px 3px 2px #E46E47; box-shadow: 1px 1px 3px 2px #E46E47; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #E46E47; -webkit-box-shadow: 1px 1px 3px 2px #E46E47; box-shadow:1px 1px 3px 2px #E46E47;">
Div content here</div>
Dieser Text ist in der Farbe #E46E47 auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #E46E47 auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #E46E47.
Dieser Text ist weiß auf dem Hintergrund in Farbe #E46E47.