HEX: #ED7729
RGB: (237,119,41)
#ED7729 enthält hauptsächlich rote Farbe. Für #ED7729 ist eine «websichere» Webfarbe #FF6633 (oder kurz #F63).
Die Farbe #ED7729 wird in RGB als (237,119,41) definiert.
RGB: (237,119,41)
(93%, 47%, 16%)
R 237 von 255 = 93%
G 119 von 255 = 47%
B 41 von 255 = 16%
R + G + B ~ 52%. #ED7729 mittlere Farbe (nicht dunkel und nicht hell).
R + G + B = 237 + 119 + 41 = 397 (100%)
R 237 von 397 ~ 59.7%
G 119 von 397 ~ 29.97%
B 41 von 397 ~ 10.33'%
Die Farbe #ED7729 wird in CMYK als (0,50,83,7) definiert.
CMYK: (0,50,83,7)
C0M50Y83K7 (0%, 50%, 83%, 7%)
(0.00 / 0.50 / 0.83 / 0.07)
Farbe #ED7729 in den populären Farbmodellen.
ED | 77 | 29 | |
---|---|---|---|
RGB | 237 | 119 | 41 |
HSL | 24° | 84.48% | 54.51% |
HSB/HSV | 24° | 82.70% | 92.94% |
CMYK | 0.00% | 49.79% | 82.70% |
7.06% |
Die Farbe #ED7729 in den populären Zahlensystemen.
Hexadezimal | ED | 77 | 29 |
Dezimal | 237 | 119 | 41 |
Binär | 11101101 | 1110111 | 101001 |
Oktal | 355 | 167 | 51 |
Dunkle Töne der Farbe #ED7729
Helle Töne der Farbe #ED7729
Beispiele css- und html für Elemente in der Farbe #ED7729. Bitte benutzen Sie auch rgb(237,119,41) statt hex-Code.
.myTextColor { color: #ED7729; }
<p style="color:#ED7729">This sample text font color is #ED7729.</p>
Die Farbe dieses Textes ist #ED7729.
.myBgColor { background-color: #ED7729; }
<div style="background-color:#ED7729">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #ED7729.
.myBorderColor { border: 1px solid #ED7729; }
<div style="border:3px solid #ED7729">Div</div>
Die Grenzen von diesem div sind in Farbe #ED7729.
.myOpacity80 { color: #ED7729; opacity: 0.8; }
<p style="color:#ED7729;opacity:0.8;">80%</p>
Text in Farbe #ED7729 und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #ED7729;}
<p style="text-shadow: 3px 3px 1px #ED7729">Text here.</p>
Dieser Text hat den Schatten in Farbe #ED7729.
.textShadow {text-shadow: 3px 3px 1px #ED7729', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #ED7729, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #ED7729 und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#ED7729, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#ED7729, Direction=45, Strength=4)">Text</p>
This text has shadow with #ED7729 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #ED7729;
-webkit-box-shadow: 1px 1px 3px 2px #ED7729;
box-shadow: 1px 1px 3px 2px #ED7729;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #ED7729; -webkit-box-shadow: 1px 1px 3px 2px #ED7729; box-shadow:1px 1px 3px 2px #ED7729;">
Div content here
</div>
Dieser Text ist in der Farbe #ED7729 auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #ED7729 auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #ED7729.
Dieser Text ist weiß auf dem Hintergrund in Farbe #ED7729.
Kontrastfarbe für #hex ist #1288D6.