HEX: #EF7431
RGB: (239,116,49)
#EF7431 enthält hauptsächlich rote Farbe. Für #EF7431 ist eine «websichere» Webfarbe #FF6633 (oder kurz #F63).
Die Farbe #EF7431 wird in RGB als (239,116,49) definiert.
RGB: (239,116,49) (94%,45%,19%)
R 239 von 255 = 94%
G 116 von 255 = 45%
B 49 von 255 = 19%
R + G + B ~ 53%. #EF7431 mittlere Farbe (nicht dunkel und nicht hell).
R + G + B =
239 + 116 + 49 = 404 (100%)
R 239 von 404 ~ 59.16%
G 116 von 404 ~ 28.71%
B 49 von 404 ~ 12.13%
Die Farbe #EF7431 wird in CMYK als (0,51,79,6) definiert.
CMYK: (0,51,79,6) C0M51Y79K6 (0%,51%,79%,6%) (0.00/0.51/0.79/0.06)
EF | 74 | 31 | |
---|---|---|---|
RGB | 239 | 116 | 49 |
HSL | 21° | 85.59% | 56.47% |
HSB/HSV | 21° | 79.50% | 93.73% |
CMYK | 0.00% | 51.46% | 79.50% |
6.27% |
Hexadezimal | EF | 74 | 31 |
Dezimal | 239 | 116 | 49 |
Binär | 11101111 | 1110100 | 110001 |
Oktal | 357 | 164 | 61 |
Beispiele css- und html für Elemente in der Farbe #EF7431. Bitte benutzen Sie auch rgb(239,116,49) statt hex-Code.
.myTextColor { color: #EF7431; }
<p style="color:#EF7431">This sample text font color is #EF7431.</p>
Die Farbe dieses Textes ist #EF7431.
.myBgColor { background-color: #EF7431; }
<div style="background-color:#EF7431">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #EF7431.
.myBorderColor { border: 1px solid #EF7431; }
<div style="border:3px solid #EF7431">Div</div>
Die Grenzen von diesem div sind in Farbe #EF7431.
.myOpacity80 { color: #EF7431; opacity: 0.8; }
<p style="color:#EF7431;opacity:0.8;">80%</p>
Text in Farbe #EF7431 und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #EF7431;}
<p style="text-shadow: 3px 3px 1px #EF7431">Text here.</p>
Dieser Text hat den Schatten in Farbe #EF7431.
.textShadow {text-shadow: 3px 3px 1px #EF7431, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #EF7431, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #EF7431 und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#EF7431, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#EF7431, Direction=45, Strength=4)">Text</p>
This text has shadow with #EF7431 and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #EF7431; -webkit-box-shadow: 1px 1px 3px 2px #EF7431; box-shadow: 1px 1px 3px 2px #EF7431; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #EF7431; -webkit-box-shadow: 1px 1px 3px 2px #EF7431; box-shadow:1px 1px 3px 2px #EF7431;">
Div content here</div>
Dieser Text ist in der Farbe #EF7431 auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #EF7431 auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #EF7431.
Dieser Text ist weiß auf dem Hintergrund in Farbe #EF7431.