HEX: #ED7559
RGB: (237,117,89)
#ED7559 enthält hauptsächlich rote Farbe. Für #ED7559 ist eine «websichere» Webfarbe #FF6666 (oder kurz #F66).
Die Farbe #ED7559 wird in RGB als (237,117,89) definiert.
RGB: (237,117,89)
(93%, 46%, 35%)
R 237 von 255 = 93%
G 117 von 255 = 46%
B 89 von 255 = 35%
R + G + B ~ 58%. #ED7559 mittlere Farbe (nicht dunkel und nicht hell).
R + G + B = 237 + 117 + 89 = 443 (100%)
R 237 von 443 ~ 53.5%
G 117 von 443 ~ 26.41%
B 89 von 443 ~ 20.09'%
Die Farbe #ED7559 wird in CMYK als (0,51,62,7) definiert.
CMYK: (0,51,62,7) C0M51Y62K7 (0%,51%,62%,7%) (0.00/0.51/0.62/0.07)
Farbe #ED7559 in den populären Farbmodellen.
ED | 75 | 59 | |
---|---|---|---|
RGB | 237 | 117 | 89 |
HSL | 11° | 80.43% | 63.92% |
HSB/HSV | 11° | 62.45% | 92.94% |
CMYK | 0.00% | 50.63% | 62.45% |
7.06% |
Die Farbe #ED7559 in den populären Zahlensystemen.
Hexadezimal | ED | 75 | 59 |
Dezimal | 237 | 117 | 89 |
Binär | 11101101 | 1110101 | 1011001 |
Oktal | 355 | 165 | 131 |
Dunkle Töne der Farbe #ED7559
Helle Töne der Farbe #ED7559
Beispiele css- und html für Elemente in der Farbe #ED7559. Bitte benutzen Sie auch rgb(237,117,89) statt hex-Code.
.myTextColor { color: #ED7559; }
<p style="color:#ED7559">This sample text font color is #ED7559.</p>
Die Farbe dieses Textes ist #ED7559.
.myBgColor { background-color: #ED7559; }
<div style="background-color:#ED7559">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #ED7559.
.myBorderColor { border: 1px solid #ED7559; }
<div style="border:3px solid #ED7559">Div</div>
Die Grenzen von diesem div sind in Farbe #ED7559.
.myOpacity80 { color: #ED7559; opacity: 0.8; }
<p style="color:#ED7559;opacity:0.8;">80%</p>
Text in Farbe #ED7559 und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #ED7559;}
<p style="text-shadow: 3px 3px 1px #ED7559">Text here.</p>
Dieser Text hat den Schatten in Farbe #ED7559.
.textShadow {text-shadow: 3px 3px 1px #ED7559', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #ED7559, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #ED7559 und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#ED7559, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#ED7559, Direction=45, Strength=4)">Text</p>
This text has shadow with #ED7559 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #ED7559;
-webkit-box-shadow: 1px 1px 3px 2px #ED7559;
box-shadow: 1px 1px 3px 2px #ED7559;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #ED7559; -webkit-box-shadow: 1px 1px 3px 2px #ED7559; box-shadow:1px 1px 3px 2px #ED7559;">
Div content here
</div>
Dieser Text ist in der Farbe #ED7559 auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #ED7559 auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #ED7559.
Dieser Text ist weiß auf dem Hintergrund in Farbe #ED7559.
Kontrastfarbe für #hex ist #128AA6.