HEX: #E1D994
RGB: (225,217,148)
#E1D994 enthält hauptsächlich rote und grüne Farbe. Für #E1D994 ist eine «websichere» Webfarbe #CCCC99 (oder kurz #CC9).
Die Farbe #E1D994 wird in RGB als (225,217,148) definiert.
RGB: (225,217,148)
(88%, 85%, 58%)
R 225 von 255 = 88%
G 217 von 255 = 85%
B 148 von 255 = 58%
R + G + B ~ 77%. #E1D994 ziemlich helle Farbe.
R + G + B = 225 + 217 + 148 = 590 (100%)
R 225 von 590 ~ 38.14%
G 217 von 590 ~ 36.78%
B 148 von 590 ~ 25.08'%
Die Farbe #E1D994 wird in CMYK als (0,4,34,12) definiert.
CMYK: (0,4,34,12)
C0M4Y34K12 (0%, 4%, 34%, 12%)
(0.00 / 0.04 / 0.34 / 0.12)
Farbe #E1D994 in den populären Farbmodellen.
E1 | D9 | 94 | |
---|---|---|---|
RGB | 225 | 217 | 148 |
HSL | 54° | 56.20% | 73.14% |
HSB/HSV | 54° | 34.22% | 88.24% |
CMYK | 0.00% | 3.56% | 34.22% |
11.76% |
Die Farbe #E1D994 in den populären Zahlensystemen.
Hexadezimal | E1 | D9 | 94 |
Dezimal | 225 | 217 | 148 |
Binär | 11100001 | 11011001 | 10010100 |
Oktal | 341 | 331 | 224 |
Dunkle Töne der Farbe #E1D994
Helle Töne der Farbe #E1D994
Beispiele css- und html für Elemente in der Farbe #E1D994. Bitte benutzen Sie auch rgb(225,217,148) statt hex-Code.
.myTextColor { color: #E1D994; }
<p style="color:#E1D994">This sample text font color is #E1D994.</p>
Die Farbe dieses Textes ist #E1D994.
.myBgColor { background-color: #E1D994; }
<div style="background-color:#E1D994">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #E1D994.
.myBorderColor { border: 1px solid #E1D994; }
<div style="border:3px solid #E1D994">Div</div>
Die Grenzen von diesem div sind in Farbe #E1D994.
.myOpacity80 { color: #E1D994; opacity: 0.8; }
<p style="color:#E1D994;opacity:0.8;">80%</p>
Text in Farbe #E1D994 und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #E1D994;}
<p style="text-shadow: 3px 3px 1px #E1D994">Text here.</p>
Dieser Text hat den Schatten in Farbe #E1D994.
.textShadow {text-shadow: 3px 3px 1px #E1D994', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #E1D994, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #E1D994 und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#E1D994, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#E1D994, Direction=45, Strength=4)">Text</p>
This text has shadow with #E1D994 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #E1D994;
-webkit-box-shadow: 1px 1px 3px 2px #E1D994;
box-shadow: 1px 1px 3px 2px #E1D994;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #E1D994; -webkit-box-shadow: 1px 1px 3px 2px #E1D994; box-shadow:1px 1px 3px 2px #E1D994;">
Div content here
</div>
Dieser Text ist in der Farbe #E1D994 auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #E1D994 auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #E1D994.
Dieser Text ist weiß auf dem Hintergrund in Farbe #E1D994.
Kontrastfarbe für #hex ist #1E266B.