HEX: #EBD959
RGB: (235,217,89)
#EBD959 enthält hauptsächlich rote und grüne Farbe. Für #EBD959 ist eine «websichere» Webfarbe #FFCC66 (oder kurz #FC6).
Die Farbe #EBD959 wird in RGB als (235,217,89) definiert.
RGB: (235,217,89)
(92%, 85%, 35%)
R 235 von 255 = 92%
G 217 von 255 = 85%
B 89 von 255 = 35%
R + G + B ~ 71%. #EBD959 ziemlich helle Farbe.
R + G + B = 235 + 217 + 89 = 541 (100%)
R 235 von 541 ~ 43.44%
G 217 von 541 ~ 40.11%
B 89 von 541 ~ 16.45'%
Die Farbe #EBD959 wird in CMYK als (0,8,62,8) definiert.
CMYK: (0,8,62,8)
C0M8Y62K8 (0%, 8%, 62%, 8%)
(0.00 / 0.08 / 0.62 / 0.08)
Farbe #EBD959 in den populären Farbmodellen.
EB | D9 | 59 | |
---|---|---|---|
RGB | 235 | 217 | 89 |
HSL | 53° | 78.49% | 63.53% |
HSB/HSV | 53° | 62.13% | 92.16% |
CMYK | 0.00% | 7.66% | 62.13% |
7.84% |
Die Farbe #EBD959 in den populären Zahlensystemen.
Hexadezimal | EB | D9 | 59 |
Dezimal | 235 | 217 | 89 |
Binär | 11101011 | 11011001 | 1011001 |
Oktal | 353 | 331 | 131 |
Dunkle Töne der Farbe #EBD959
Helle Töne der Farbe #EBD959
Beispiele css- und html für Elemente in der Farbe #EBD959. Bitte benutzen Sie auch rgb(235,217,89) statt hex-Code.
.myTextColor { color: #EBD959; }
<p style="color:#EBD959">This sample text font color is #EBD959.</p>
Die Farbe dieses Textes ist #EBD959.
.myBgColor { background-color: #EBD959; }
<div style="background-color:#EBD959">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #EBD959.
.myBorderColor { border: 1px solid #EBD959; }
<div style="border:3px solid #EBD959">Div</div>
Die Grenzen von diesem div sind in Farbe #EBD959.
.myOpacity80 { color: #EBD959; opacity: 0.8; }
<p style="color:#EBD959;opacity:0.8;">80%</p>
Text in Farbe #EBD959 und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #EBD959;}
<p style="text-shadow: 3px 3px 1px #EBD959">Text here.</p>
Dieser Text hat den Schatten in Farbe #EBD959.
.textShadow {text-shadow: 3px 3px 1px #EBD959', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #EBD959, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #EBD959 und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#EBD959, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#EBD959, Direction=45, Strength=4)">Text</p>
This text has shadow with #EBD959 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #EBD959;
-webkit-box-shadow: 1px 1px 3px 2px #EBD959;
box-shadow: 1px 1px 3px 2px #EBD959;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #EBD959; -webkit-box-shadow: 1px 1px 3px 2px #EBD959; box-shadow:1px 1px 3px 2px #EBD959;">
Div content here
</div>
Dieser Text ist in der Farbe #EBD959 auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #EBD959 auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #EBD959.
Dieser Text ist weiß auf dem Hintergrund in Farbe #EBD959.
Kontrastfarbe für #hex ist #1426A6.