HEX: #ED7C22
RGB: (237,124,34)
#ED7C22 enthält hauptsächlich rote Farbe. Für #ED7C22 ist eine «websichere» Webfarbe #FF6633 (oder kurz #F63).
Die Farbe #ED7C22 wird in RGB als (237,124,34) definiert.
RGB: (237,124,34)
(93%, 49%, 13%)
R 237 von 255 = 93%
G 124 von 255 = 49%
B 34 von 255 = 13%
R + G + B ~ 52%. #ED7C22 mittlere Farbe (nicht dunkel und nicht hell).
R + G + B = 237 + 124 + 34 = 395 (100%)
R 237 von 395 ~ 60%
G 124 von 395 ~ 31.39%
B 34 von 395 ~ 8.61'%
Die Farbe #ED7C22 wird in CMYK als (0,48,86,7) definiert.
CMYK: (0,48,86,7)
C0M48Y86K7 (0%, 48%, 86%, 7%)
(0.00 / 0.48 / 0.86 / 0.07)
Farbe #ED7C22 in den populären Farbmodellen.
ED | 7C | 22 | |
---|---|---|---|
RGB | 237 | 124 | 34 |
HSL | 27° | 84.94% | 53.14% |
HSB/HSV | 27° | 85.65% | 92.94% |
CMYK | 0.00% | 47.68% | 85.65% |
7.06% |
Die Farbe #ED7C22 in den populären Zahlensystemen.
Hexadezimal | ED | 7C | 22 |
Dezimal | 237 | 124 | 34 |
Binär | 11101101 | 1111100 | 100010 |
Oktal | 355 | 174 | 42 |
Dunkle Töne der Farbe #ED7C22
Helle Töne der Farbe #ED7C22
Beispiele css- und html für Elemente in der Farbe #ED7C22. Bitte benutzen Sie auch rgb(237,124,34) statt hex-Code.
.myTextColor { color: #ED7C22; }
<p style="color:#ED7C22">This sample text font color is #ED7C22.</p>
Die Farbe dieses Textes ist #ED7C22.
.myBgColor { background-color: #ED7C22; }
<div style="background-color:#ED7C22">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #ED7C22.
.myBorderColor { border: 1px solid #ED7C22; }
<div style="border:3px solid #ED7C22">Div</div>
Die Grenzen von diesem div sind in Farbe #ED7C22.
.myOpacity80 { color: #ED7C22; opacity: 0.8; }
<p style="color:#ED7C22;opacity:0.8;">80%</p>
Text in Farbe #ED7C22 und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #ED7C22;}
<p style="text-shadow: 3px 3px 1px #ED7C22">Text here.</p>
Dieser Text hat den Schatten in Farbe #ED7C22.
.textShadow {text-shadow: 3px 3px 1px #ED7C22', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #ED7C22, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #ED7C22 und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#ED7C22, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#ED7C22, Direction=45, Strength=4)">Text</p>
This text has shadow with #ED7C22 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #ED7C22;
-webkit-box-shadow: 1px 1px 3px 2px #ED7C22;
box-shadow: 1px 1px 3px 2px #ED7C22;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #ED7C22; -webkit-box-shadow: 1px 1px 3px 2px #ED7C22; box-shadow:1px 1px 3px 2px #ED7C22;">
Div content here
</div>
Dieser Text ist in der Farbe #ED7C22 auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #ED7C22 auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #ED7C22.
Dieser Text ist weiß auf dem Hintergrund in Farbe #ED7C22.
Kontrastfarbe für #ED7C22 ist #1283DD.