HEX: #E5B59D
RGB: (229,181,157)
#E5B59D enthält hauptsächlich rote und grüne Farbe. Für #E5B59D ist eine «websichere» Webfarbe #CCCC99 (oder kurz #CC9).
Die Farbe #E5B59D wird in RGB als (229,181,157) definiert.
RGB: (229,181,157)
(90%, 71%, 62%)
R 229 von 255 = 90%
G 181 von 255 = 71%
B 157 von 255 = 62%
R + G + B ~ 74%. #E5B59D ziemlich helle Farbe.
R + G + B = 229 + 181 + 157 = 567 (100%)
R 229 von 567 ~ 40.39%
G 181 von 567 ~ 31.92%
B 157 von 567 ~ 27.69'%
Die Farbe #E5B59D wird in CMYK als (0,21,31,10) definiert.
CMYK: (0,21,31,10)
C0M21Y31K10 (0%, 21%, 31%, 10%)
(0.00 / 0.21 / 0.31 / 0.10)
Farbe #E5B59D in den populären Farbmodellen.
E5 | B5 | 9D | |
---|---|---|---|
RGB | 229 | 181 | 157 |
HSL | 20° | 58.06% | 75.69% |
HSB/HSV | 20° | 31.44% | 89.80% |
CMYK | 0.00% | 20.96% | 31.44% |
10.20% |
Die Farbe #E5B59D in den populären Zahlensystemen.
Hexadezimal | E5 | B5 | 9D |
Dezimal | 229 | 181 | 157 |
Binär | 11100101 | 10110101 | 10011101 |
Oktal | 345 | 265 | 235 |
Dunkle Töne der Farbe #E5B59D
Helle Töne der Farbe #E5B59D
Beispiele css- und html für Elemente in der Farbe #E5B59D. Bitte benutzen Sie auch rgb(229,181,157) statt hex-Code.
.myTextColor { color: #E5B59D; }
<p style="color:#E5B59D">This sample text font color is #E5B59D.</p>
Die Farbe dieses Textes ist #E5B59D.
.myBgColor { background-color: #E5B59D; }
<div style="background-color:#E5B59D">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #E5B59D.
.myBorderColor { border: 1px solid #E5B59D; }
<div style="border:3px solid #E5B59D">Div</div>
Die Grenzen von diesem div sind in Farbe #E5B59D.
.myOpacity80 { color: #E5B59D; opacity: 0.8; }
<p style="color:#E5B59D;opacity:0.8;">80%</p>
Text in Farbe #E5B59D und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #E5B59D;}
<p style="text-shadow: 3px 3px 1px #E5B59D">Text here.</p>
Dieser Text hat den Schatten in Farbe #E5B59D.
.textShadow {text-shadow: 3px 3px 1px #E5B59D', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #E5B59D, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #E5B59D und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#E5B59D, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#E5B59D, Direction=45, Strength=4)">Text</p>
This text has shadow with #E5B59D and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #E5B59D;
-webkit-box-shadow: 1px 1px 3px 2px #E5B59D;
box-shadow: 1px 1px 3px 2px #E5B59D;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #E5B59D; -webkit-box-shadow: 1px 1px 3px 2px #E5B59D; box-shadow:1px 1px 3px 2px #E5B59D;">
Div content here
</div>
Dieser Text ist in der Farbe #E5B59D auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #E5B59D auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #E5B59D.
Dieser Text ist weiß auf dem Hintergrund in Farbe #E5B59D.
Kontrastfarbe für #hex ist #1A4A62.