HEX: #E6A38D
RGB: (230,163,141)
#E6A38D enthält hauptsächlich rote Farbe. Für #E6A38D ist eine «websichere» Webfarbe #CC9999 (oder kurz #C99).
Die Farbe #E6A38D wird in RGB als (230,163,141) definiert.
RGB: (230,163,141)
(90%, 64%, 55%)
R 230 von 255 = 90%
G 163 von 255 = 64%
B 141 von 255 = 55%
R + G + B ~ 70%. #E6A38D ziemlich helle Farbe.
R + G + B = 230 + 163 + 141 = 534 (100%)
R 230 von 534 ~ 43.07%
G 163 von 534 ~ 30.52%
B 141 von 534 ~ 26.4'%
Die Farbe #E6A38D wird in CMYK als (0,29,39,10) definiert.
CMYK: (0,29,39,10)
C0M29Y39K10 (0%, 29%, 39%, 10%)
(0.00 / 0.29 / 0.39 / 0.10)
Farbe #E6A38D in den populären Farbmodellen.
E6 | A3 | 8D | |
---|---|---|---|
RGB | 230 | 163 | 141 |
HSL | 15° | 64.03% | 72.75% |
HSB/HSV | 15° | 38.70% | 90.20% |
CMYK | 0.00% | 29.13% | 38.70% |
9.80% |
Die Farbe #E6A38D in den populären Zahlensystemen.
Hexadezimal | E6 | A3 | 8D |
Dezimal | 230 | 163 | 141 |
Binär | 11100110 | 10100011 | 10001101 |
Oktal | 346 | 243 | 215 |
Dunkle Töne der Farbe #E6A38D
Helle Töne der Farbe #E6A38D
Beispiele css- und html für Elemente in der Farbe #E6A38D. Bitte benutzen Sie auch rgb(230,163,141) statt hex-Code.
.myTextColor { color: #E6A38D; }
<p style="color:#E6A38D">This sample text font color is #E6A38D.</p>
Die Farbe dieses Textes ist #E6A38D.
.myBgColor { background-color: #E6A38D; }
<div style="background-color:#E6A38D">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #E6A38D.
.myBorderColor { border: 1px solid #E6A38D; }
<div style="border:3px solid #E6A38D">Div</div>
Die Grenzen von diesem div sind in Farbe #E6A38D.
.myOpacity80 { color: #E6A38D; opacity: 0.8; }
<p style="color:#E6A38D;opacity:0.8;">80%</p>
Text in Farbe #E6A38D und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #E6A38D;}
<p style="text-shadow: 3px 3px 1px #E6A38D">Text here.</p>
Dieser Text hat den Schatten in Farbe #E6A38D.
.textShadow {text-shadow: 3px 3px 1px #E6A38D', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #E6A38D, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #E6A38D und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#E6A38D, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#E6A38D, Direction=45, Strength=4)">Text</p>
This text has shadow with #E6A38D and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #E6A38D;
-webkit-box-shadow: 1px 1px 3px 2px #E6A38D;
box-shadow: 1px 1px 3px 2px #E6A38D;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #E6A38D; -webkit-box-shadow: 1px 1px 3px 2px #E6A38D; box-shadow:1px 1px 3px 2px #E6A38D;">
Div content here
</div>
Dieser Text ist in der Farbe #E6A38D auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #E6A38D auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #E6A38D.
Dieser Text ist weiß auf dem Hintergrund in Farbe #E6A38D.
Kontrastfarbe für #hex ist #195C72.