HEX: #E55625
RGB: (229,86,37)
#E55625 enthält hauptsächlich rote Farbe. Für #E55625 ist eine «websichere» Webfarbe #CC6633 (oder kurz #C63).
Die Farbe #E55625 wird in RGB als (229,86,37) definiert.
RGB: (229,86,37)
(90%, 34%, 15%)
R 229 von 255 = 90%
G 86 von 255 = 34%
B 37 von 255 = 15%
R + G + B ~ 46%. #E55625 mittlere Farbe (nicht dunkel und nicht hell).
R + G + B = 229 + 86 + 37 = 352 (100%)
R 229 von 352 ~ 65.06%
G 86 von 352 ~ 24.43%
B 37 von 352 ~ 10.51'%
Die Farbe #E55625 wird in CMYK als (0,62,84,10) definiert.
CMYK: (0,62,84,10)
C0M62Y84K10 (0%, 62%, 84%, 10%)
(0.00 / 0.62 / 0.84 / 0.10)
Farbe #E55625 in den populären Farbmodellen.
E5 | 56 | 25 | |
---|---|---|---|
RGB | 229 | 86 | 37 |
HSL | 15° | 78.69% | 52.16% |
HSB/HSV | 15° | 83.84% | 89.80% |
CMYK | 0.00% | 62.45% | 83.84% |
10.20% |
Die Farbe #E55625 in den populären Zahlensystemen.
Hexadezimal | E5 | 56 | 25 |
Dezimal | 229 | 86 | 37 |
Binär | 11100101 | 1010110 | 100101 |
Oktal | 345 | 126 | 45 |
Dunkle Töne der Farbe #E55625
Helle Töne der Farbe #E55625
Beispiele css- und html für Elemente in der Farbe #E55625. Bitte benutzen Sie auch rgb(229,86,37) statt hex-Code.
.myTextColor { color: #E55625; }
<p style="color:#E55625">This sample text font color is #E55625.</p>
Die Farbe dieses Textes ist #E55625.
.myBgColor { background-color: #E55625; }
<div style="background-color:#E55625">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #E55625.
.myBorderColor { border: 1px solid #E55625; }
<div style="border:3px solid #E55625">Div</div>
Die Grenzen von diesem div sind in Farbe #E55625.
.myOpacity80 { color: #E55625; opacity: 0.8; }
<p style="color:#E55625;opacity:0.8;">80%</p>
Text in Farbe #E55625 und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #E55625;}
<p style="text-shadow: 3px 3px 1px #E55625">Text here.</p>
Dieser Text hat den Schatten in Farbe #E55625.
.textShadow {text-shadow: 3px 3px 1px #E55625', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #E55625, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #E55625 und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#E55625, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#E55625, Direction=45, Strength=4)">Text</p>
This text has shadow with #E55625 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #E55625;
-webkit-box-shadow: 1px 1px 3px 2px #E55625;
box-shadow: 1px 1px 3px 2px #E55625;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #E55625; -webkit-box-shadow: 1px 1px 3px 2px #E55625; box-shadow:1px 1px 3px 2px #E55625;">
Div content here
</div>
Dieser Text ist in der Farbe #E55625 auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #E55625 auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #E55625.
Dieser Text ist weiß auf dem Hintergrund in Farbe #E55625.
Kontrastfarbe für #E55625 ist #1AA9DA.