HEX: #E6A588
RGB: (230,165,136)
#E6A588 enthält hauptsächlich rote Farbe. Für #E6A588 ist eine «websichere» Webfarbe #CC9999 (oder kurz #C99).
Die Farbe #E6A588 wird in RGB als (230,165,136) definiert.
RGB: (230,165,136)
(90%, 65%, 53%)
R 230 von 255 = 90%
G 165 von 255 = 65%
B 136 von 255 = 53%
R + G + B ~ 69%. #E6A588 ziemlich helle Farbe.
R + G + B = 230 + 165 + 136 = 531 (100%)
R 230 von 531 ~ 43.31%
G 165 von 531 ~ 31.07%
B 136 von 531 ~ 25.61'%
Die Farbe #E6A588 wird in CMYK als (0,28,41,10) definiert.
CMYK: (0,28,41,10)
C0M28Y41K10 (0%, 28%, 41%, 10%)
(0.00 / 0.28 / 0.41 / 0.10)
Farbe #E6A588 in den populären Farbmodellen.
E6 | A5 | 88 | |
---|---|---|---|
RGB | 230 | 165 | 136 |
HSL | 19° | 65.28% | 71.76% |
HSB/HSV | 19° | 40.87% | 90.20% |
CMYK | 0.00% | 28.26% | 40.87% |
9.80% |
Die Farbe #E6A588 in den populären Zahlensystemen.
Hexadezimal | E6 | A5 | 88 |
Dezimal | 230 | 165 | 136 |
Binär | 11100110 | 10100101 | 10001000 |
Oktal | 346 | 245 | 210 |
Dunkle Töne der Farbe #E6A588
Helle Töne der Farbe #E6A588
Beispiele css- und html für Elemente in der Farbe #E6A588. Bitte benutzen Sie auch rgb(230,165,136) statt hex-Code.
.myTextColor { color: #E6A588; }
<p style="color:#E6A588">This sample text font color is #E6A588.</p>
Die Farbe dieses Textes ist #E6A588.
.myBgColor { background-color: #E6A588; }
<div style="background-color:#E6A588">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #E6A588.
.myBorderColor { border: 1px solid #E6A588; }
<div style="border:3px solid #E6A588">Div</div>
Die Grenzen von diesem div sind in Farbe #E6A588.
.myOpacity80 { color: #E6A588; opacity: 0.8; }
<p style="color:#E6A588;opacity:0.8;">80%</p>
Text in Farbe #E6A588 und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #E6A588;}
<p style="text-shadow: 3px 3px 1px #E6A588">Text here.</p>
Dieser Text hat den Schatten in Farbe #E6A588.
.textShadow {text-shadow: 3px 3px 1px #E6A588', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #E6A588, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #E6A588 und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#E6A588, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#E6A588, Direction=45, Strength=4)">Text</p>
This text has shadow with #E6A588 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #E6A588;
-webkit-box-shadow: 1px 1px 3px 2px #E6A588;
box-shadow: 1px 1px 3px 2px #E6A588;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #E6A588; -webkit-box-shadow: 1px 1px 3px 2px #E6A588; box-shadow:1px 1px 3px 2px #E6A588;">
Div content here
</div>
Dieser Text ist in der Farbe #E6A588 auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #E6A588 auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #E6A588.
Dieser Text ist weiß auf dem Hintergrund in Farbe #E6A588.
Kontrastfarbe für #hex ist #195A77.