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