HEX: #E5D63A
RGB: (229,214,58)
#E5D63A enthält hauptsächlich rote und grüne Farbe. Für #E5D63A ist eine «websichere» Webfarbe #CCCC33 (oder kurz #CC3).
Die Farbe #E5D63A wird in RGB als (229,214,58) definiert.
RGB: (229,214,58)
(90%, 84%, 23%)
R 229 von 255 = 90%
G 214 von 255 = 84%
B 58 von 255 = 23%
R + G + B ~ 66%. #E5D63A ziemlich helle Farbe.
R + G + B = 229 + 214 + 58 = 501 (100%)
R 229 von 501 ~ 45.71%
G 214 von 501 ~ 42.71%
B 58 von 501 ~ 11.58'%
Die Farbe #E5D63A wird in CMYK als (0,7,75,10) definiert.
CMYK: (0,7,75,10)
C0M7Y75K10 (0%, 7%, 75%, 10%)
(0.00 / 0.07 / 0.75 / 0.10)
Farbe #E5D63A in den populären Farbmodellen.
E5 | D6 | 3A | |
---|---|---|---|
RGB | 229 | 214 | 58 |
HSL | 55° | 76.68% | 56.27% |
HSB/HSV | 55° | 74.67% | 89.80% |
CMYK | 0.00% | 6.55% | 74.67% |
10.20% |
Die Farbe #E5D63A in den populären Zahlensystemen.
Hexadezimal | E5 | D6 | 3A |
Dezimal | 229 | 214 | 58 |
Binär | 11100101 | 11010110 | 111010 |
Oktal | 345 | 326 | 72 |
Dunkle Töne der Farbe #E5D63A
Helle Töne der Farbe #E5D63A
Beispiele css- und html für Elemente in der Farbe #E5D63A. Bitte benutzen Sie auch rgb(229,214,58) statt hex-Code.
.myTextColor { color: #E5D63A; }
<p style="color:#E5D63A">This sample text font color is #E5D63A.</p>
Die Farbe dieses Textes ist #E5D63A.
.myBgColor { background-color: #E5D63A; }
<div style="background-color:#E5D63A">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #E5D63A.
.myBorderColor { border: 1px solid #E5D63A; }
<div style="border:3px solid #E5D63A">Div</div>
Die Grenzen von diesem div sind in Farbe #E5D63A.
.myOpacity80 { color: #E5D63A; opacity: 0.8; }
<p style="color:#E5D63A;opacity:0.8;">80%</p>
Text in Farbe #E5D63A und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #E5D63A;}
<p style="text-shadow: 3px 3px 1px #E5D63A">Text here.</p>
Dieser Text hat den Schatten in Farbe #E5D63A.
.textShadow {text-shadow: 3px 3px 1px #E5D63A', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #E5D63A, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #E5D63A und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#E5D63A, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#E5D63A, Direction=45, Strength=4)">Text</p>
This text has shadow with #E5D63A and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #E5D63A;
-webkit-box-shadow: 1px 1px 3px 2px #E5D63A;
box-shadow: 1px 1px 3px 2px #E5D63A;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #E5D63A; -webkit-box-shadow: 1px 1px 3px 2px #E5D63A; box-shadow:1px 1px 3px 2px #E5D63A;">
Div content here
</div>
Dieser Text ist in der Farbe #E5D63A auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #E5D63A auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #E5D63A.
Dieser Text ist weiß auf dem Hintergrund in Farbe #E5D63A.
Kontrastfarbe für #hex ist #1A29C5.