HEX: #E17927
RGB: (225,121,39)
#E17927 enthält hauptsächlich rote Farbe. Für #E17927 ist eine «websichere» Webfarbe #CC6633 (oder kurz #C63).
Die Farbe #E17927 wird in RGB als (225,121,39) definiert.
RGB: (225,121,39)
(88%, 47%, 15%)
R 225 von 255 = 88%
G 121 von 255 = 47%
B 39 von 255 = 15%
R + G + B ~ 50%. #E17927 mittlere Farbe (nicht dunkel und nicht hell).
R + G + B = 225 + 121 + 39 = 385 (100%)
R 225 von 385 ~ 58.44%
G 121 von 385 ~ 31.43%
B 39 von 385 ~ 10.13'%
Die Farbe #E17927 wird in CMYK als (0,46,83,12) definiert.
CMYK: (0,46,83,12)
C0M46Y83K12 (0%, 46%, 83%, 12%)
(0.00 / 0.46 / 0.83 / 0.12)
Farbe #E17927 in den populären Farbmodellen.
E1 | 79 | 27 | |
---|---|---|---|
RGB | 225 | 121 | 39 |
HSL | 26° | 75.61% | 51.76% |
HSB/HSV | 26° | 82.67% | 88.24% |
CMYK | 0.00% | 46.22% | 82.67% |
11.76% |
Die Farbe #E17927 in den populären Zahlensystemen.
Hexadezimal | E1 | 79 | 27 |
Dezimal | 225 | 121 | 39 |
Binär | 11100001 | 1111001 | 100111 |
Oktal | 341 | 171 | 47 |
Dunkle Töne der Farbe #E17927
Helle Töne der Farbe #E17927
Beispiele css- und html für Elemente in der Farbe #E17927. Bitte benutzen Sie auch rgb(225,121,39) statt hex-Code.
.myTextColor { color: #E17927; }
<p style="color:#E17927">This sample text font color is #E17927.</p>
Die Farbe dieses Textes ist #E17927.
.myBgColor { background-color: #E17927; }
<div style="background-color:#E17927">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #E17927.
.myBorderColor { border: 1px solid #E17927; }
<div style="border:3px solid #E17927">Div</div>
Die Grenzen von diesem div sind in Farbe #E17927.
.myOpacity80 { color: #E17927; opacity: 0.8; }
<p style="color:#E17927;opacity:0.8;">80%</p>
Text in Farbe #E17927 und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #E17927;}
<p style="text-shadow: 3px 3px 1px #E17927">Text here.</p>
Dieser Text hat den Schatten in Farbe #E17927.
.textShadow {text-shadow: 3px 3px 1px #E17927', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #E17927, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #E17927 und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#E17927, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#E17927, Direction=45, Strength=4)">Text</p>
This text has shadow with #E17927 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #E17927;
-webkit-box-shadow: 1px 1px 3px 2px #E17927;
box-shadow: 1px 1px 3px 2px #E17927;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #E17927; -webkit-box-shadow: 1px 1px 3px 2px #E17927; box-shadow:1px 1px 3px 2px #E17927;">
Div content here
</div>
Dieser Text ist in der Farbe #E17927 auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #E17927 auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #E17927.
Dieser Text ist weiß auf dem Hintergrund in Farbe #E17927.
Kontrastfarbe für #hex ist #1E86D8.