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