HEX: #E76314
RGB: (231,99,20)
#E76314 enthält hauptsächlich rote Farbe. Für #E76314 ist eine «websichere» Webfarbe #FF6600 (oder kurz #F60).
Die Farbe #E76314 wird in RGB als (231,99,20) definiert.
RGB: (231,99,20)
(91%, 39%, 8%)
R 231 von 255 = 91%
G 99 von 255 = 39%
B 20 von 255 = 8%
R + G + B ~ 46%. #E76314 mittlere Farbe (nicht dunkel und nicht hell).
R + G + B = 231 + 99 + 20 = 350 (100%)
R 231 von 350 ~ 66%
G 99 von 350 ~ 28.29%
B 20 von 350 ~ 5.71'%
Die Farbe #E76314 wird in CMYK als (0,57,91,9) definiert.
CMYK: (0,57,91,9)
C0M57Y91K9 (0%, 57%, 91%, 9%)
(0.00 / 0.57 / 0.91 / 0.09)
Farbe #E76314 in den populären Farbmodellen.
E7 | 63 | 14 | |
---|---|---|---|
RGB | 231 | 99 | 20 |
HSL | 22° | 84.06% | 49.22% |
HSB/HSV | 22° | 91.34% | 90.59% |
CMYK | 0.00% | 57.14% | 91.34% |
9.41% |
Die Farbe #E76314 in den populären Zahlensystemen.
Hexadezimal | E7 | 63 | 14 |
Dezimal | 231 | 99 | 20 |
Binär | 11100111 | 1100011 | 10100 |
Oktal | 347 | 143 | 24 |
Dunkle Töne der Farbe #E76314
Helle Töne der Farbe #E76314
Beispiele css- und html für Elemente in der Farbe #E76314. Bitte benutzen Sie auch rgb(231,99,20) statt hex-Code.
.myTextColor { color: #E76314; }
<p style="color:#E76314">This sample text font color is #E76314.</p>
Die Farbe dieses Textes ist #E76314.
.myBgColor { background-color: #E76314; }
<div style="background-color:#E76314">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #E76314.
.myBorderColor { border: 1px solid #E76314; }
<div style="border:3px solid #E76314">Div</div>
Die Grenzen von diesem div sind in Farbe #E76314.
.myOpacity80 { color: #E76314; opacity: 0.8; }
<p style="color:#E76314;opacity:0.8;">80%</p>
Text in Farbe #E76314 und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #E76314;}
<p style="text-shadow: 3px 3px 1px #E76314">Text here.</p>
Dieser Text hat den Schatten in Farbe #E76314.
.textShadow {text-shadow: 3px 3px 1px #E76314', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #E76314, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #E76314 und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#E76314, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#E76314, Direction=45, Strength=4)">Text</p>
This text has shadow with #E76314 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #E76314;
-webkit-box-shadow: 1px 1px 3px 2px #E76314;
box-shadow: 1px 1px 3px 2px #E76314;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #E76314; -webkit-box-shadow: 1px 1px 3px 2px #E76314; box-shadow:1px 1px 3px 2px #E76314;">
Div content here
</div>
Dieser Text ist in der Farbe #E76314 auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #E76314 auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #E76314.
Dieser Text ist weiß auf dem Hintergrund in Farbe #E76314.
Kontrastfarbe für #E76314 ist #189CEB.