HEX: #EB7D4A
RGB: (235,125,74)
#EB7D4A enthält hauptsächlich rote Farbe. Für #EB7D4A ist eine «websichere» Webfarbe #FF6633 (oder kurz #F63).
Die Farbe #EB7D4A wird in RGB als (235,125,74) definiert.
RGB: (235,125,74)
(92%, 49%, 29%)
R 235 von 255 = 92%
G 125 von 255 = 49%
B 74 von 255 = 29%
R + G + B ~ 57%. #EB7D4A mittlere Farbe (nicht dunkel und nicht hell).
R + G + B = 235 + 125 + 74 = 434 (100%)
R 235 von 434 ~ 54.15%
G 125 von 434 ~ 28.8%
B 74 von 434 ~ 17.05'%
Die Farbe #EB7D4A wird in CMYK als (0,47,69,8) definiert.
CMYK: (0,47,69,8)
C0M47Y69K8 (0%, 47%, 69%, 8%)
(0.00 / 0.47 / 0.69 / 0.08)
Farbe #EB7D4A in den populären Farbmodellen.
EB | 7D | 4A | |
---|---|---|---|
RGB | 235 | 125 | 74 |
HSL | 19° | 80.10% | 60.59% |
HSB/HSV | 19° | 68.51% | 92.16% |
CMYK | 0.00% | 46.81% | 68.51% |
7.84% |
Die Farbe #EB7D4A in den populären Zahlensystemen.
Hexadezimal | EB | 7D | 4A |
Dezimal | 235 | 125 | 74 |
Binär | 11101011 | 1111101 | 1001010 |
Oktal | 353 | 175 | 112 |
Dunkle Töne der Farbe #EB7D4A
Helle Töne der Farbe #EB7D4A
Beispiele css- und html für Elemente in der Farbe #EB7D4A. Bitte benutzen Sie auch rgb(235,125,74) statt hex-Code.
.myTextColor { color: #EB7D4A; }
<p style="color:#EB7D4A">This sample text font color is #EB7D4A.</p>
Die Farbe dieses Textes ist #EB7D4A.
.myBgColor { background-color: #EB7D4A; }
<div style="background-color:#EB7D4A">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #EB7D4A.
.myBorderColor { border: 1px solid #EB7D4A; }
<div style="border:3px solid #EB7D4A">Div</div>
Die Grenzen von diesem div sind in Farbe #EB7D4A.
.myOpacity80 { color: #EB7D4A; opacity: 0.8; }
<p style="color:#EB7D4A;opacity:0.8;">80%</p>
Text in Farbe #EB7D4A und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #EB7D4A;}
<p style="text-shadow: 3px 3px 1px #EB7D4A">Text here.</p>
Dieser Text hat den Schatten in Farbe #EB7D4A.
.textShadow {text-shadow: 3px 3px 1px #EB7D4A', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #EB7D4A, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #EB7D4A und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#EB7D4A, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#EB7D4A, Direction=45, Strength=4)">Text</p>
This text has shadow with #EB7D4A and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #EB7D4A;
-webkit-box-shadow: 1px 1px 3px 2px #EB7D4A;
box-shadow: 1px 1px 3px 2px #EB7D4A;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #EB7D4A; -webkit-box-shadow: 1px 1px 3px 2px #EB7D4A; box-shadow:1px 1px 3px 2px #EB7D4A;">
Div content here
</div>
Dieser Text ist in der Farbe #EB7D4A auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #EB7D4A auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #EB7D4A.
Dieser Text ist weiß auf dem Hintergrund in Farbe #EB7D4A.
Kontrastfarbe für #hex ist #1482B5.