HEX: #E1C317
RGB: (225,195,23)
#E1C317 enthält hauptsächlich rote und grüne Farbe. Für #E1C317 ist eine «websichere» Webfarbe #CCCC00 (oder kurz #CC0).
Die Farbe #E1C317 wird in RGB als (225,195,23) definiert.
RGB: (225,195,23) (88%,76%,9%)
R 225 von 255 = 88%
G 195 von 255 = 76%
B 23 von 255 = 9%
R + G + B ~ 58%. #E1C317 mittlere Farbe (nicht dunkel und nicht hell).
R + G + B =
225 + 195 + 23 = 443 (100%)
R 225 von 443 ~ 50.79%
G 195 von 443 ~ 44.02%
B 23 von 443 ~ 5.19%
Die Farbe #E1C317 wird in CMYK als (0,13,90,12) definiert.
CMYK: (0,13,90,12) C0M13Y90K12 (0%,13%,90%,12%) (0.00/0.13/0.90/0.12)
E1 | C3 | 17 | |
---|---|---|---|
RGB | 225 | 195 | 23 |
HSL | 51° | 81.45% | 48.63% |
HSB/HSV | 51° | 89.78% | 88.24% |
CMYK | 0.00% | 13.33% | 89.78% |
11.76% |
Hexadezimal | E1 | C3 | 17 |
Dezimal | 225 | 195 | 23 |
Binär | 11100001 | 11000011 | 10111 |
Oktal | 341 | 303 | 27 |
Beispiele css- und html für Elemente in der Farbe #E1C317. Bitte benutzen Sie auch rgb(225,195,23) statt hex-Code.
.myTextColor { color: #E1C317; }
<p style="color:#E1C317">This sample text font color is #E1C317.</p>
Die Farbe dieses Textes ist #E1C317.
.myBgColor { background-color: #E1C317; }
<div style="background-color:#E1C317">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #E1C317.
.myBorderColor { border: 1px solid #E1C317; }
<div style="border:3px solid #E1C317">Div</div>
Die Grenzen von diesem div sind in Farbe #E1C317.
.myOpacity80 { color: #E1C317; opacity: 0.8; }
<p style="color:#E1C317;opacity:0.8;">80%</p>
Text in Farbe #E1C317 und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #E1C317;}
<p style="text-shadow: 3px 3px 1px #E1C317">Text here.</p>
Dieser Text hat den Schatten in Farbe #E1C317.
.textShadow {text-shadow: 3px 3px 1px #E1C317, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #E1C317, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #E1C317 und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#E1C317, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#E1C317, Direction=45, Strength=4)">Text</p>
This text has shadow with #E1C317 and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #E1C317; -webkit-box-shadow: 1px 1px 3px 2px #E1C317; box-shadow: 1px 1px 3px 2px #E1C317; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #E1C317; -webkit-box-shadow: 1px 1px 3px 2px #E1C317; box-shadow:1px 1px 3px 2px #E1C317;">
Div content here</div>
Dieser Text ist in der Farbe #E1C317 auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #E1C317 auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #E1C317.
Dieser Text ist weiß auf dem Hintergrund in Farbe #E1C317.