HEX: #E6D494
RGB: (230,212,148)
#E6D494 enthält hauptsächlich rote und grüne Farbe. Für #E6D494 ist eine «websichere» Webfarbe #CCCC99 (oder kurz #CC9).
Die Farbe #E6D494 wird in RGB als (230,212,148) definiert.
RGB: (230,212,148) (90%,83%,58%)
R 230 von 255 = 90%
G 212 von 255 = 83%
B 148 von 255 = 58%
R + G + B ~ 77%. #E6D494 ziemlich helle Farbe.
R + G + B =
230 + 212 + 148 = 590 (100%)
R 230 von 590 ~ 38.98%
G 212 von 590 ~ 35.93%
B 148 von 590 ~ 25.08%
Die Farbe #E6D494 wird in CMYK als (0,8,36,10) definiert.
CMYK: (0,8,36,10) C0M8Y36K10 (0%,8%,36%,10%) (0.00/0.08/0.36/0.10)
E6 | D4 | 94 | |
---|---|---|---|
RGB | 230 | 212 | 148 |
HSL | 47° | 62.12% | 74.12% |
HSB/HSV | 47° | 35.65% | 90.20% |
CMYK | 0.00% | 7.83% | 35.65% |
9.80% |
Hexadezimal | E6 | D4 | 94 |
Dezimal | 230 | 212 | 148 |
Binär | 11100110 | 11010100 | 10010100 |
Oktal | 346 | 324 | 224 |
Beispiele css- und html für Elemente in der Farbe #E6D494. Bitte benutzen Sie auch rgb(230,212,148) statt hex-Code.
.myTextColor { color: #E6D494; }
<p style="color:#E6D494">This sample text font color is #E6D494.</p>
Die Farbe dieses Textes ist #E6D494.
.myBgColor { background-color: #E6D494; }
<div style="background-color:#E6D494">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #E6D494.
.myBorderColor { border: 1px solid #E6D494; }
<div style="border:3px solid #E6D494">Div</div>
Die Grenzen von diesem div sind in Farbe #E6D494.
.myOpacity80 { color: #E6D494; opacity: 0.8; }
<p style="color:#E6D494;opacity:0.8;">80%</p>
Text in Farbe #E6D494 und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #E6D494;}
<p style="text-shadow: 3px 3px 1px #E6D494">Text here.</p>
Dieser Text hat den Schatten in Farbe #E6D494.
.textShadow {text-shadow: 3px 3px 1px #E6D494, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #E6D494, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #E6D494 und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#E6D494, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#E6D494, Direction=45, Strength=4)">Text</p>
This text has shadow with #E6D494 and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #E6D494; -webkit-box-shadow: 1px 1px 3px 2px #E6D494; box-shadow: 1px 1px 3px 2px #E6D494; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #E6D494; -webkit-box-shadow: 1px 1px 3px 2px #E6D494; box-shadow:1px 1px 3px 2px #E6D494;">
Div content here</div>
Dieser Text ist in der Farbe #E6D494 auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #E6D494 auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #E6D494.
Dieser Text ist weiß auf dem Hintergrund in Farbe #E6D494.