HEX: #E68E1D
RGB: (230,142,29)
#E68E1D enthält hauptsächlich rote Farbe. Für #E68E1D ist eine «websichere» Webfarbe #CC9933 (oder kurz #C93).
Die Farbe #E68E1D wird in RGB als (230,142,29) definiert.
RGB: (230,142,29)
(90%, 56%, 11%)
R 230 von 255 = 90%
G 142 von 255 = 56%
B 29 von 255 = 11%
R + G + B ~ 52%. #E68E1D mittlere Farbe (nicht dunkel und nicht hell).
R + G + B = 230 + 142 + 29 = 401 (100%)
R 230 von 401 ~ 57.36%
G 142 von 401 ~ 35.41%
B 29 von 401 ~ 7.23'%
Die Farbe #E68E1D wird in CMYK als (0,38,87,10) definiert.
CMYK: (0,38,87,10)
C0M38Y87K10 (0%, 38%, 87%, 10%)
(0.00 / 0.38 / 0.87 / 0.10)
Farbe #E68E1D in den populären Farbmodellen.
E6 | 8E | 1D | |
---|---|---|---|
RGB | 230 | 142 | 29 |
HSL | 34° | 80.08% | 50.78% |
HSB/HSV | 34° | 87.39% | 90.20% |
CMYK | 0.00% | 38.26% | 87.39% |
9.80% |
Die Farbe #E68E1D in den populären Zahlensystemen.
Hexadezimal | E6 | 8E | 1D |
Dezimal | 230 | 142 | 29 |
Binär | 11100110 | 10001110 | 11101 |
Oktal | 346 | 216 | 35 |
Dunkle Töne der Farbe #E68E1D
Helle Töne der Farbe #E68E1D
Beispiele css- und html für Elemente in der Farbe #E68E1D. Bitte benutzen Sie auch rgb(230,142,29) statt hex-Code.
.myTextColor { color: #E68E1D; }
<p style="color:#E68E1D">This sample text font color is #E68E1D.</p>
Die Farbe dieses Textes ist #E68E1D.
.myBgColor { background-color: #E68E1D; }
<div style="background-color:#E68E1D">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #E68E1D.
.myBorderColor { border: 1px solid #E68E1D; }
<div style="border:3px solid #E68E1D">Div</div>
Die Grenzen von diesem div sind in Farbe #E68E1D.
.myOpacity80 { color: #E68E1D; opacity: 0.8; }
<p style="color:#E68E1D;opacity:0.8;">80%</p>
Text in Farbe #E68E1D und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #E68E1D;}
<p style="text-shadow: 3px 3px 1px #E68E1D">Text here.</p>
Dieser Text hat den Schatten in Farbe #E68E1D.
.textShadow {text-shadow: 3px 3px 1px #E68E1D', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #E68E1D, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #E68E1D und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#E68E1D, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#E68E1D, Direction=45, Strength=4)">Text</p>
This text has shadow with #E68E1D and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #E68E1D;
-webkit-box-shadow: 1px 1px 3px 2px #E68E1D;
box-shadow: 1px 1px 3px 2px #E68E1D;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #E68E1D; -webkit-box-shadow: 1px 1px 3px 2px #E68E1D; box-shadow:1px 1px 3px 2px #E68E1D;">
Div content here
</div>
Dieser Text ist in der Farbe #E68E1D auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #E68E1D auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #E68E1D.
Dieser Text ist weiß auf dem Hintergrund in Farbe #E68E1D.
Kontrastfarbe für #hex ist #1971E2.