HEX: #E59750
RGB: (229,151,80)
#E59750 enthält hauptsächlich rote Farbe. Für #E59750 ist eine «websichere» Webfarbe #CC9966 (oder kurz #C96).
Die Farbe #E59750 wird in RGB als (229,151,80) definiert.
RGB: (229,151,80)
(90%, 59%, 31%)
R 229 von 255 = 90%
G 151 von 255 = 59%
B 80 von 255 = 31%
R + G + B ~ 60%. #E59750 mittlere Farbe (nicht dunkel und nicht hell).
R + G + B = 229 + 151 + 80 = 460 (100%)
R 229 von 460 ~ 49.78%
G 151 von 460 ~ 32.83%
B 80 von 460 ~ 17.39'%
Die Farbe #E59750 wird in CMYK als (0,34,65,10) definiert.
CMYK: (0,34,65,10)
C0M34Y65K10 (0%, 34%, 65%, 10%)
(0.00 / 0.34 / 0.65 / 0.10)
Farbe #E59750 in den populären Farbmodellen.
E5 | 97 | 50 | |
---|---|---|---|
RGB | 229 | 151 | 80 |
HSL | 29° | 74.13% | 60.59% |
HSB/HSV | 29° | 65.07% | 89.80% |
CMYK | 0.00% | 34.06% | 65.07% |
10.20% |
Die Farbe #E59750 in den populären Zahlensystemen.
Hexadezimal | E5 | 97 | 50 |
Dezimal | 229 | 151 | 80 |
Binär | 11100101 | 10010111 | 1010000 |
Oktal | 345 | 227 | 120 |
Dunkle Töne der Farbe #E59750
Helle Töne der Farbe #E59750
Beispiele css- und html für Elemente in der Farbe #E59750. Bitte benutzen Sie auch rgb(229,151,80) statt hex-Code.
.myTextColor { color: #E59750; }
<p style="color:#E59750">This sample text font color is #E59750.</p>
Die Farbe dieses Textes ist #E59750.
.myBgColor { background-color: #E59750; }
<div style="background-color:#E59750">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #E59750.
.myBorderColor { border: 1px solid #E59750; }
<div style="border:3px solid #E59750">Div</div>
Die Grenzen von diesem div sind in Farbe #E59750.
.myOpacity80 { color: #E59750; opacity: 0.8; }
<p style="color:#E59750;opacity:0.8;">80%</p>
Text in Farbe #E59750 und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #E59750;}
<p style="text-shadow: 3px 3px 1px #E59750">Text here.</p>
Dieser Text hat den Schatten in Farbe #E59750.
.textShadow {text-shadow: 3px 3px 1px #E59750', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #E59750, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #E59750 und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#E59750, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#E59750, Direction=45, Strength=4)">Text</p>
This text has shadow with #E59750 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #E59750;
-webkit-box-shadow: 1px 1px 3px 2px #E59750;
box-shadow: 1px 1px 3px 2px #E59750;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #E59750; -webkit-box-shadow: 1px 1px 3px 2px #E59750; box-shadow:1px 1px 3px 2px #E59750;">
Div content here
</div>
Dieser Text ist in der Farbe #E59750 auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #E59750 auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #E59750.
Dieser Text ist weiß auf dem Hintergrund in Farbe #E59750.
Kontrastfarbe für #hex ist #1A68AF.