HEX: #EF5727
RGB: (239,87,39)
#EF5727 enthält hauptsächlich rote Farbe. Für #EF5727 ist eine «websichere» Webfarbe #FF6633 (oder kurz #F63).
Die Farbe #EF5727 wird in RGB als (239,87,39) definiert.
RGB: (239,87,39) (94%,34%,15%)
R 239 von 255 = 94%
G 87 von 255 = 34%
B 39 von 255 = 15%
R + G + B ~ 48%. #EF5727 mittlere Farbe (nicht dunkel und nicht hell).
R + G + B =
239 + 87 + 39 = 365 (100%)
R 239 von 365 ~ 65.48%
G 87 von 365 ~ 23.84%
B 39 von 365 ~ 10.68%
Die Farbe #EF5727 wird in CMYK als (0,64,84,6) definiert.
CMYK: (0,64,84,6) C0M64Y84K6 (0%,64%,84%,6%) (0.00/0.64/0.84/0.06)
EF | 57 | 27 | |
---|---|---|---|
RGB | 239 | 87 | 39 |
HSL | 14° | 86.21% | 54.51% |
HSB/HSV | 14° | 83.68% | 93.73% |
CMYK | 0.00% | 63.60% | 83.68% |
6.27% |
Hexadezimal | EF | 57 | 27 |
Dezimal | 239 | 87 | 39 |
Binär | 11101111 | 1010111 | 100111 |
Oktal | 357 | 127 | 47 |
Beispiele css- und html für Elemente in der Farbe #EF5727. Bitte benutzen Sie auch rgb(239,87,39) statt hex-Code.
.myTextColor { color: #EF5727; }
<p style="color:#EF5727">This sample text font color is #EF5727.</p>
Die Farbe dieses Textes ist #EF5727.
.myBgColor { background-color: #EF5727; }
<div style="background-color:#EF5727">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #EF5727.
.myBorderColor { border: 1px solid #EF5727; }
<div style="border:3px solid #EF5727">Div</div>
Die Grenzen von diesem div sind in Farbe #EF5727.
.myOpacity80 { color: #EF5727; opacity: 0.8; }
<p style="color:#EF5727;opacity:0.8;">80%</p>
Text in Farbe #EF5727 und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #EF5727;}
<p style="text-shadow: 3px 3px 1px #EF5727">Text here.</p>
Dieser Text hat den Schatten in Farbe #EF5727.
.textShadow {text-shadow: 3px 3px 1px #EF5727, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #EF5727, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #EF5727 und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#EF5727, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#EF5727, Direction=45, Strength=4)">Text</p>
This text has shadow with #EF5727 and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #EF5727; -webkit-box-shadow: 1px 1px 3px 2px #EF5727; box-shadow: 1px 1px 3px 2px #EF5727; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #EF5727; -webkit-box-shadow: 1px 1px 3px 2px #EF5727; box-shadow:1px 1px 3px 2px #EF5727;">
Div content here</div>
Dieser Text ist in der Farbe #EF5727 auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #EF5727 auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #EF5727.
Dieser Text ist weiß auf dem Hintergrund in Farbe #EF5727.