HEX: #ED7B4B
RGB: (237,123,75)
#ED7B4B enthält hauptsächlich rote Farbe. Für #ED7B4B ist eine «websichere» Webfarbe #FF6633 (oder kurz #F63).
Die Farbe #ED7B4B wird in RGB als (237,123,75) definiert.
RGB: (237,123,75)
(93%, 48%, 29%)
R 237 von 255 = 93%
G 123 von 255 = 48%
B 75 von 255 = 29%
R + G + B ~ 57%. #ED7B4B mittlere Farbe (nicht dunkel und nicht hell).
R + G + B = 237 + 123 + 75 = 435 (100%)
R 237 von 435 ~ 54.48%
G 123 von 435 ~ 28.28%
B 75 von 435 ~ 17.24'%
Die Farbe #ED7B4B wird in CMYK als (0,48,68,7) definiert.
CMYK: (0,48,68,7)
C0M48Y68K7 (0%, 48%, 68%, 7%)
(0.00 / 0.48 / 0.68 / 0.07)
Farbe #ED7B4B in den populären Farbmodellen.
ED | 7B | 4B | |
---|---|---|---|
RGB | 237 | 123 | 75 |
HSL | 18° | 81.82% | 61.18% |
HSB/HSV | 18° | 68.35% | 92.94% |
CMYK | 0.00% | 48.10% | 68.35% |
7.06% |
Die Farbe #ED7B4B in den populären Zahlensystemen.
Hexadezimal | ED | 7B | 4B |
Dezimal | 237 | 123 | 75 |
Binär | 11101101 | 1111011 | 1001011 |
Oktal | 355 | 173 | 113 |
Dunkle Töne der Farbe #ED7B4B
Helle Töne der Farbe #ED7B4B
Beispiele css- und html für Elemente in der Farbe #ED7B4B. Bitte benutzen Sie auch rgb(237,123,75) statt hex-Code.
.myTextColor { color: #ED7B4B; }
<p style="color:#ED7B4B">This sample text font color is #ED7B4B.</p>
Die Farbe dieses Textes ist #ED7B4B.
.myBgColor { background-color: #ED7B4B; }
<div style="background-color:#ED7B4B">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #ED7B4B.
.myBorderColor { border: 1px solid #ED7B4B; }
<div style="border:3px solid #ED7B4B">Div</div>
Die Grenzen von diesem div sind in Farbe #ED7B4B.
.myOpacity80 { color: #ED7B4B; opacity: 0.8; }
<p style="color:#ED7B4B;opacity:0.8;">80%</p>
Text in Farbe #ED7B4B und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #ED7B4B;}
<p style="text-shadow: 3px 3px 1px #ED7B4B">Text here.</p>
Dieser Text hat den Schatten in Farbe #ED7B4B.
.textShadow {text-shadow: 3px 3px 1px #ED7B4B', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #ED7B4B, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #ED7B4B und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#ED7B4B, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#ED7B4B, Direction=45, Strength=4)">Text</p>
This text has shadow with #ED7B4B and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #ED7B4B;
-webkit-box-shadow: 1px 1px 3px 2px #ED7B4B;
box-shadow: 1px 1px 3px 2px #ED7B4B;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #ED7B4B; -webkit-box-shadow: 1px 1px 3px 2px #ED7B4B; box-shadow:1px 1px 3px 2px #ED7B4B;">
Div content here
</div>
Dieser Text ist in der Farbe #ED7B4B auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #ED7B4B auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #ED7B4B.
Dieser Text ist weiß auf dem Hintergrund in Farbe #ED7B4B.
Kontrastfarbe für #hex ist #1284B4.