HEX: #E49976
RGB: (228,153,118)
#E49976 enthält hauptsächlich rote Farbe. Für #E49976 ist eine «websichere» Webfarbe #CC9966 (oder kurz #C96).
Die Farbe #E49976 wird in RGB als (228,153,118) definiert.
RGB: (228,153,118)
(89%, 60%, 46%)
R 228 von 255 = 89%
G 153 von 255 = 60%
B 118 von 255 = 46%
R + G + B ~ 65%. #E49976 ziemlich helle Farbe.
R + G + B = 228 + 153 + 118 = 499 (100%)
R 228 von 499 ~ 45.69%
G 153 von 499 ~ 30.66%
B 118 von 499 ~ 23.65'%
Die Farbe #E49976 wird in CMYK als (0,33,48,11) definiert.
CMYK: (0,33,48,11)
C0M33Y48K11 (0%, 33%, 48%, 11%)
(0.00 / 0.33 / 0.48 / 0.11)
Farbe #E49976 in den populären Farbmodellen.
E4 | 99 | 76 | |
---|---|---|---|
RGB | 228 | 153 | 118 |
HSL | 19° | 67.07% | 67.84% |
HSB/HSV | 19° | 48.25% | 89.41% |
CMYK | 0.00% | 32.89% | 48.25% |
10.59% |
Die Farbe #E49976 in den populären Zahlensystemen.
Hexadezimal | E4 | 99 | 76 |
Dezimal | 228 | 153 | 118 |
Binär | 11100100 | 10011001 | 1110110 |
Oktal | 344 | 231 | 166 |
Dunkle Töne der Farbe #E49976
Helle Töne der Farbe #E49976
Beispiele css- und html für Elemente in der Farbe #E49976. Bitte benutzen Sie auch rgb(228,153,118) statt hex-Code.
.myTextColor { color: #E49976; }
<p style="color:#E49976">This sample text font color is #E49976.</p>
Die Farbe dieses Textes ist #E49976.
.myBgColor { background-color: #E49976; }
<div style="background-color:#E49976">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #E49976.
.myBorderColor { border: 1px solid #E49976; }
<div style="border:3px solid #E49976">Div</div>
Die Grenzen von diesem div sind in Farbe #E49976.
.myOpacity80 { color: #E49976; opacity: 0.8; }
<p style="color:#E49976;opacity:0.8;">80%</p>
Text in Farbe #E49976 und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #E49976;}
<p style="text-shadow: 3px 3px 1px #E49976">Text here.</p>
Dieser Text hat den Schatten in Farbe #E49976.
.textShadow {text-shadow: 3px 3px 1px #E49976', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #E49976, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #E49976 und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#E49976, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#E49976, Direction=45, Strength=4)">Text</p>
This text has shadow with #E49976 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #E49976;
-webkit-box-shadow: 1px 1px 3px 2px #E49976;
box-shadow: 1px 1px 3px 2px #E49976;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #E49976; -webkit-box-shadow: 1px 1px 3px 2px #E49976; box-shadow:1px 1px 3px 2px #E49976;">
Div content here
</div>
Dieser Text ist in der Farbe #E49976 auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #E49976 auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #E49976.
Dieser Text ist weiß auf dem Hintergrund in Farbe #E49976.
Kontrastfarbe für #hex ist #1B6689.