HEX: #EDB95B
RGB: (237,185,91)
#EDB95B enthält hauptsächlich rote und grüne Farbe. Für #EDB95B ist eine «websichere» Webfarbe #FFCC66 (oder kurz #FC6).
Die Farbe #EDB95B wird in RGB als (237,185,91) definiert.
RGB: (237,185,91)
(93%, 73%, 36%)
R 237 von 255 = 93%
G 185 von 255 = 73%
B 91 von 255 = 36%
R + G + B ~ 67%. #EDB95B ziemlich helle Farbe.
R + G + B = 237 + 185 + 91 = 513 (100%)
R 237 von 513 ~ 46.2%
G 185 von 513 ~ 36.06%
B 91 von 513 ~ 17.74'%
Die Farbe #EDB95B wird in CMYK als (0,22,62,7) definiert.
CMYK: (0,22,62,7)
C0M22Y62K7 (0%, 22%, 62%, 7%)
(0.00 / 0.22 / 0.62 / 0.07)
Farbe #EDB95B in den populären Farbmodellen.
ED | B9 | 5B | |
---|---|---|---|
RGB | 237 | 185 | 91 |
HSL | 39° | 80.22% | 64.31% |
HSB/HSV | 39° | 61.60% | 92.94% |
CMYK | 0.00% | 21.94% | 61.60% |
7.06% |
Die Farbe #EDB95B in den populären Zahlensystemen.
Hexadezimal | ED | B9 | 5B |
Dezimal | 237 | 185 | 91 |
Binär | 11101101 | 10111001 | 1011011 |
Oktal | 355 | 271 | 133 |
Dunkle Töne der Farbe #EDB95B
Helle Töne der Farbe #EDB95B
Beispiele css- und html für Elemente in der Farbe #EDB95B. Bitte benutzen Sie auch rgb(237,185,91) statt hex-Code.
.myTextColor { color: #EDB95B; }
<p style="color:#EDB95B">This sample text font color is #EDB95B.</p>
Die Farbe dieses Textes ist #EDB95B.
.myBgColor { background-color: #EDB95B; }
<div style="background-color:#EDB95B">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #EDB95B.
.myBorderColor { border: 1px solid #EDB95B; }
<div style="border:3px solid #EDB95B">Div</div>
Die Grenzen von diesem div sind in Farbe #EDB95B.
.myOpacity80 { color: #EDB95B; opacity: 0.8; }
<p style="color:#EDB95B;opacity:0.8;">80%</p>
Text in Farbe #EDB95B und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #EDB95B;}
<p style="text-shadow: 3px 3px 1px #EDB95B">Text here.</p>
Dieser Text hat den Schatten in Farbe #EDB95B.
.textShadow {text-shadow: 3px 3px 1px #EDB95B', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #EDB95B, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #EDB95B und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#EDB95B, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#EDB95B, Direction=45, Strength=4)">Text</p>
This text has shadow with #EDB95B and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #EDB95B;
-webkit-box-shadow: 1px 1px 3px 2px #EDB95B;
box-shadow: 1px 1px 3px 2px #EDB95B;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #EDB95B; -webkit-box-shadow: 1px 1px 3px 2px #EDB95B; box-shadow:1px 1px 3px 2px #EDB95B;">
Div content here
</div>
Dieser Text ist in der Farbe #EDB95B auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #EDB95B auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #EDB95B.
Dieser Text ist weiß auf dem Hintergrund in Farbe #EDB95B.
Kontrastfarbe für #hex ist #1246A4.