HEX: #EDDB96
RGB: (237,219,150)
#EDDB96 enthält hauptsächlich rote und grüne Farbe. Für #EDDB96 ist eine «websichere» Webfarbe #FFCC99 (oder kurz #FC9).
Die Farbe #EDDB96 wird in RGB als (237,219,150) definiert.
RGB: (237,219,150)
(93%, 86%, 59%)
R 237 von 255 = 93%
G 219 von 255 = 86%
B 150 von 255 = 59%
R + G + B ~ 79%. #EDDB96 ziemlich helle Farbe.
R + G + B = 237 + 219 + 150 = 606 (100%)
R 237 von 606 ~ 39.11%
G 219 von 606 ~ 36.14%
B 150 von 606 ~ 24.75'%
Die Farbe #EDDB96 wird in CMYK als (0,8,37,7) definiert.
CMYK: (0,8,37,7)
C0M8Y37K7 (0%, 8%, 37%, 7%)
(0.00 / 0.08 / 0.37 / 0.07)
Farbe #EDDB96 in den populären Farbmodellen.
ED | DB | 96 | |
---|---|---|---|
RGB | 237 | 219 | 150 |
HSL | 48° | 70.73% | 75.88% |
HSB/HSV | 48° | 36.71% | 92.94% |
CMYK | 0.00% | 7.59% | 36.71% |
7.06% |
Die Farbe #EDDB96 in den populären Zahlensystemen.
Hexadezimal | ED | DB | 96 |
Dezimal | 237 | 219 | 150 |
Binär | 11101101 | 11011011 | 10010110 |
Oktal | 355 | 333 | 226 |
Dunkle Töne der Farbe #EDDB96
Helle Töne der Farbe #EDDB96
Beispiele css- und html für Elemente in der Farbe #EDDB96. Bitte benutzen Sie auch rgb(237,219,150) statt hex-Code.
.myTextColor { color: #EDDB96; }
<p style="color:#EDDB96">This sample text font color is #EDDB96.</p>
Die Farbe dieses Textes ist #EDDB96.
.myBgColor { background-color: #EDDB96; }
<div style="background-color:#EDDB96">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #EDDB96.
.myBorderColor { border: 1px solid #EDDB96; }
<div style="border:3px solid #EDDB96">Div</div>
Die Grenzen von diesem div sind in Farbe #EDDB96.
.myOpacity80 { color: #EDDB96; opacity: 0.8; }
<p style="color:#EDDB96;opacity:0.8;">80%</p>
Text in Farbe #EDDB96 und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #EDDB96;}
<p style="text-shadow: 3px 3px 1px #EDDB96">Text here.</p>
Dieser Text hat den Schatten in Farbe #EDDB96.
.textShadow {text-shadow: 3px 3px 1px #EDDB96', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #EDDB96, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #EDDB96 und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#EDDB96, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#EDDB96, Direction=45, Strength=4)">Text</p>
This text has shadow with #EDDB96 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #EDDB96;
-webkit-box-shadow: 1px 1px 3px 2px #EDDB96;
box-shadow: 1px 1px 3px 2px #EDDB96;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #EDDB96; -webkit-box-shadow: 1px 1px 3px 2px #EDDB96; box-shadow:1px 1px 3px 2px #EDDB96;">
Div content here
</div>
Dieser Text ist in der Farbe #EDDB96 auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #EDDB96 auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #EDDB96.
Dieser Text ist weiß auf dem Hintergrund in Farbe #EDDB96.
Kontrastfarbe für #EDDB96 ist #122469.