HEX: #E17B48
RGB: (225,123,72)
#E17B48 enthält hauptsächlich rote Farbe. Für #E17B48 ist eine «websichere» Webfarbe #CC6633 (oder kurz #C63).
Die Farbe #E17B48 wird in RGB als (225,123,72) definiert.
RGB: (225,123,72) (88%,48%,28%)
R 225 von 255 = 88%
G 123 von 255 = 48%
B 72 von 255 = 28%
R + G + B ~ 55%. #E17B48 mittlere Farbe (nicht dunkel und nicht hell).
R + G + B =
225 + 123 + 72 = 420 (100%)
R 225 von 420 ~ 53.57%
G 123 von 420 ~ 29.29%
B 72 von 420 ~ 17.14%
Die Farbe #E17B48 wird in CMYK als (0,45,68,12) definiert.
CMYK: (0,45,68,12) C0M45Y68K12 (0%,45%,68%,12%) (0.00/0.45/0.68/0.12)
E1 | 7B | 48 | |
---|---|---|---|
RGB | 225 | 123 | 72 |
HSL | 20° | 71.83% | 58.24% |
HSB/HSV | 20° | 68.00% | 88.24% |
CMYK | 0.00% | 45.33% | 68.00% |
11.76% |
Hexadezimal | E1 | 7B | 48 |
Dezimal | 225 | 123 | 72 |
Binär | 11100001 | 1111011 | 1001000 |
Oktal | 341 | 173 | 110 |
Beispiele css- und html für Elemente in der Farbe #E17B48. Bitte benutzen Sie auch rgb(225,123,72) statt hex-Code.
.myTextColor { color: #E17B48; }
<p style="color:#E17B48">This sample text font color is #E17B48.</p>
Die Farbe dieses Textes ist #E17B48.
.myBgColor { background-color: #E17B48; }
<div style="background-color:#E17B48">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #E17B48.
.myBorderColor { border: 1px solid #E17B48; }
<div style="border:3px solid #E17B48">Div</div>
Die Grenzen von diesem div sind in Farbe #E17B48.
.myOpacity80 { color: #E17B48; opacity: 0.8; }
<p style="color:#E17B48;opacity:0.8;">80%</p>
Text in Farbe #E17B48 und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #E17B48;}
<p style="text-shadow: 3px 3px 1px #E17B48">Text here.</p>
Dieser Text hat den Schatten in Farbe #E17B48.
.textShadow {text-shadow: 3px 3px 1px #E17B48, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #E17B48, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #E17B48 und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#E17B48, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#E17B48, Direction=45, Strength=4)">Text</p>
This text has shadow with #E17B48 and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #E17B48; -webkit-box-shadow: 1px 1px 3px 2px #E17B48; box-shadow: 1px 1px 3px 2px #E17B48; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #E17B48; -webkit-box-shadow: 1px 1px 3px 2px #E17B48; box-shadow:1px 1px 3px 2px #E17B48;">
Div content here</div>
Dieser Text ist in der Farbe #E17B48 auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #E17B48 auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #E17B48.
Dieser Text ist weiß auf dem Hintergrund in Farbe #E17B48.