HEX: #E6A399
RGB: (230,163,153)
#E6A399 enthält hauptsächlich rote Farbe. Für #E6A399 ist eine «websichere» Webfarbe #CC9999 (oder kurz #C99).
Die Farbe #E6A399 wird in RGB als (230,163,153) definiert.
RGB: (230,163,153) (90%,64%,60%)
R 230 von 255 = 90%
G 163 von 255 = 64%
B 153 von 255 = 60%
R + G + B ~ 71%. #E6A399 ziemlich helle Farbe.
R + G + B =
230 + 163 + 153 = 546 (100%)
R 230 von 546 ~ 42.12%
G 163 von 546 ~ 29.85%
B 153 von 546 ~ 28.02%
Die Farbe #E6A399 wird in CMYK als (0,29,33,10) definiert.
CMYK: (0,29,33,10) C0M29Y33K10 (0%,29%,33%,10%) (0.00/0.29/0.33/0.10)
E6 | A3 | 99 | |
---|---|---|---|
RGB | 230 | 163 | 153 |
HSL | 8° | 60.63% | 75.10% |
HSB/HSV | 8° | 33.48% | 90.20% |
CMYK | 0.00% | 29.13% | 33.48% |
9.80% |
Hexadezimal | E6 | A3 | 99 |
Dezimal | 230 | 163 | 153 |
Binär | 11100110 | 10100011 | 10011001 |
Oktal | 346 | 243 | 231 |
Beispiele css- und html für Elemente in der Farbe #E6A399. Bitte benutzen Sie auch rgb(230,163,153) statt hex-Code.
.myTextColor { color: #E6A399; }
<p style="color:#E6A399">This sample text font color is #E6A399.</p>
Die Farbe dieses Textes ist #E6A399.
.myBgColor { background-color: #E6A399; }
<div style="background-color:#E6A399">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #E6A399.
.myBorderColor { border: 1px solid #E6A399; }
<div style="border:3px solid #E6A399">Div</div>
Die Grenzen von diesem div sind in Farbe #E6A399.
.myOpacity80 { color: #E6A399; opacity: 0.8; }
<p style="color:#E6A399;opacity:0.8;">80%</p>
Text in Farbe #E6A399 und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #E6A399;}
<p style="text-shadow: 3px 3px 1px #E6A399">Text here.</p>
Dieser Text hat den Schatten in Farbe #E6A399.
.textShadow {text-shadow: 3px 3px 1px #E6A399, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #E6A399, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #E6A399 und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#E6A399, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#E6A399, Direction=45, Strength=4)">Text</p>
This text has shadow with #E6A399 and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #E6A399; -webkit-box-shadow: 1px 1px 3px 2px #E6A399; box-shadow: 1px 1px 3px 2px #E6A399; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #E6A399; -webkit-box-shadow: 1px 1px 3px 2px #E6A399; box-shadow:1px 1px 3px 2px #E6A399;">
Div content here</div>
Dieser Text ist in der Farbe #E6A399 auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #E6A399 auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #E6A399.
Dieser Text ist weiß auf dem Hintergrund in Farbe #E6A399.