HEX: #EDB49A
RGB: (237,180,154)
#EDB49A enthält hauptsächlich rote und grüne Farbe. Für #EDB49A ist eine «websichere» Webfarbe #FFCC99 (oder kurz #FC9).
Die Farbe #EDB49A wird in RGB als (237,180,154) definiert.
RGB: (237,180,154)
(93%, 71%, 60%)
R 237 von 255 = 93%
G 180 von 255 = 71%
B 154 von 255 = 60%
R + G + B ~ 75%. #EDB49A ziemlich helle Farbe.
R + G + B = 237 + 180 + 154 = 571 (100%)
R 237 von 571 ~ 41.51%
G 180 von 571 ~ 31.52%
B 154 von 571 ~ 26.97'%
Die Farbe #EDB49A wird in CMYK als (0,24,35,7) definiert.
CMYK: (0,24,35,7)
C0M24Y35K7 (0%, 24%, 35%, 7%)
(0.00 / 0.24 / 0.35 / 0.07)
Farbe #EDB49A in den populären Farbmodellen.
ED | B4 | 9A | |
---|---|---|---|
RGB | 237 | 180 | 154 |
HSL | 19° | 69.75% | 76.67% |
HSB/HSV | 19° | 35.02% | 92.94% |
CMYK | 0.00% | 24.05% | 35.02% |
7.06% |
Die Farbe #EDB49A in den populären Zahlensystemen.
Hexadezimal | ED | B4 | 9A |
Dezimal | 237 | 180 | 154 |
Binär | 11101101 | 10110100 | 10011010 |
Oktal | 355 | 264 | 232 |
Dunkle Töne der Farbe #EDB49A
Helle Töne der Farbe #EDB49A
Beispiele css- und html für Elemente in der Farbe #EDB49A. Bitte benutzen Sie auch rgb(237,180,154) statt hex-Code.
.myTextColor { color: #EDB49A; }
<p style="color:#EDB49A">This sample text font color is #EDB49A.</p>
Die Farbe dieses Textes ist #EDB49A.
.myBgColor { background-color: #EDB49A; }
<div style="background-color:#EDB49A">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #EDB49A.
.myBorderColor { border: 1px solid #EDB49A; }
<div style="border:3px solid #EDB49A">Div</div>
Die Grenzen von diesem div sind in Farbe #EDB49A.
.myOpacity80 { color: #EDB49A; opacity: 0.8; }
<p style="color:#EDB49A;opacity:0.8;">80%</p>
Text in Farbe #EDB49A und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #EDB49A;}
<p style="text-shadow: 3px 3px 1px #EDB49A">Text here.</p>
Dieser Text hat den Schatten in Farbe #EDB49A.
.textShadow {text-shadow: 3px 3px 1px #EDB49A', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #EDB49A, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #EDB49A und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#EDB49A, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#EDB49A, Direction=45, Strength=4)">Text</p>
This text has shadow with #EDB49A and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #EDB49A;
-webkit-box-shadow: 1px 1px 3px 2px #EDB49A;
box-shadow: 1px 1px 3px 2px #EDB49A;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #EDB49A; -webkit-box-shadow: 1px 1px 3px 2px #EDB49A; box-shadow:1px 1px 3px 2px #EDB49A;">
Div content here
</div>
Dieser Text ist in der Farbe #EDB49A auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #EDB49A auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #EDB49A.
Dieser Text ist weiß auf dem Hintergrund in Farbe #EDB49A.
Kontrastfarbe für #hex ist #124B65.