HEX: #EB6322
RGB: (235,99,34)
#EB6322 enthält hauptsächlich rote Farbe. Für #EB6322 ist eine «websichere» Webfarbe #FF6633 (oder kurz #F63).
Die Farbe #EB6322 wird in RGB als (235,99,34) definiert.
RGB: (235,99,34)
(92%, 39%, 13%)
R 235 von 255 = 92%
G 99 von 255 = 39%
B 34 von 255 = 13%
R + G + B ~ 48%. #EB6322 mittlere Farbe (nicht dunkel und nicht hell).
R + G + B = 235 + 99 + 34 = 368 (100%)
R 235 von 368 ~ 63.86%
G 99 von 368 ~ 26.9%
B 34 von 368 ~ 9.24'%
Die Farbe #EB6322 wird in CMYK als (0,58,86,8) definiert.
CMYK: (0,58,86,8)
C0M58Y86K8 (0%, 58%, 86%, 8%)
(0.00 / 0.58 / 0.86 / 0.08)
Farbe #EB6322 in den populären Farbmodellen.
EB | 63 | 22 | |
---|---|---|---|
RGB | 235 | 99 | 34 |
HSL | 19° | 83.40% | 52.75% |
HSB/HSV | 19° | 85.53% | 92.16% |
CMYK | 0.00% | 57.87% | 85.53% |
7.84% |
Die Farbe #EB6322 in den populären Zahlensystemen.
Hexadezimal | EB | 63 | 22 |
Dezimal | 235 | 99 | 34 |
Binär | 11101011 | 1100011 | 100010 |
Oktal | 353 | 143 | 42 |
Dunkle Töne der Farbe #EB6322
Helle Töne der Farbe #EB6322
Beispiele css- und html für Elemente in der Farbe #EB6322. Bitte benutzen Sie auch rgb(235,99,34) statt hex-Code.
.myTextColor { color: #EB6322; }
<p style="color:#EB6322">This sample text font color is #EB6322.</p>
Die Farbe dieses Textes ist #EB6322.
.myBgColor { background-color: #EB6322; }
<div style="background-color:#EB6322">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #EB6322.
.myBorderColor { border: 1px solid #EB6322; }
<div style="border:3px solid #EB6322">Div</div>
Die Grenzen von diesem div sind in Farbe #EB6322.
.myOpacity80 { color: #EB6322; opacity: 0.8; }
<p style="color:#EB6322;opacity:0.8;">80%</p>
Text in Farbe #EB6322 und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #EB6322;}
<p style="text-shadow: 3px 3px 1px #EB6322">Text here.</p>
Dieser Text hat den Schatten in Farbe #EB6322.
.textShadow {text-shadow: 3px 3px 1px #EB6322', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #EB6322, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #EB6322 und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#EB6322, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#EB6322, Direction=45, Strength=4)">Text</p>
This text has shadow with #EB6322 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #EB6322;
-webkit-box-shadow: 1px 1px 3px 2px #EB6322;
box-shadow: 1px 1px 3px 2px #EB6322;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #EB6322; -webkit-box-shadow: 1px 1px 3px 2px #EB6322; box-shadow:1px 1px 3px 2px #EB6322;">
Div content here
</div>
Dieser Text ist in der Farbe #EB6322 auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #EB6322 auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #EB6322.
Dieser Text ist weiß auf dem Hintergrund in Farbe #EB6322.
Kontrastfarbe für #EB6322 ist #149CDD.