HEX: #EDCE6A
RGB: (237,206,106)
#EDCE6A enthält hauptsächlich rote und grüne Farbe. Für #EDCE6A ist eine «websichere» Webfarbe #FFCC66 (oder kurz #FC6).
Die Farbe #EDCE6A wird in RGB als (237,206,106) definiert.
RGB: (237,206,106)
(93%, 81%, 42%)
R 237 von 255 = 93%
G 206 von 255 = 81%
B 106 von 255 = 42%
R + G + B ~ 72%. #EDCE6A ziemlich helle Farbe.
R + G + B = 237 + 206 + 106 = 549 (100%)
R 237 von 549 ~ 43.17%
G 206 von 549 ~ 37.52%
B 106 von 549 ~ 19.31'%
Die Farbe #EDCE6A wird in CMYK als (0,13,55,7) definiert.
CMYK: (0,13,55,7)
C0M13Y55K7 (0%, 13%, 55%, 7%)
(0.00 / 0.13 / 0.55 / 0.07)
Farbe #EDCE6A in den populären Farbmodellen.
ED | CE | 6A | |
---|---|---|---|
RGB | 237 | 206 | 106 |
HSL | 46° | 78.44% | 67.25% |
HSB/HSV | 46° | 55.27% | 92.94% |
CMYK | 0.00% | 13.08% | 55.27% |
7.06% |
Die Farbe #EDCE6A in den populären Zahlensystemen.
Hexadezimal | ED | CE | 6A |
Dezimal | 237 | 206 | 106 |
Binär | 11101101 | 11001110 | 1101010 |
Oktal | 355 | 316 | 152 |
Dunkle Töne der Farbe #EDCE6A
Helle Töne der Farbe #EDCE6A
Beispiele css- und html für Elemente in der Farbe #EDCE6A. Bitte benutzen Sie auch rgb(237,206,106) statt hex-Code.
.myTextColor { color: #EDCE6A; }
<p style="color:#EDCE6A">This sample text font color is #EDCE6A.</p>
Die Farbe dieses Textes ist #EDCE6A.
.myBgColor { background-color: #EDCE6A; }
<div style="background-color:#EDCE6A">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #EDCE6A.
.myBorderColor { border: 1px solid #EDCE6A; }
<div style="border:3px solid #EDCE6A">Div</div>
Die Grenzen von diesem div sind in Farbe #EDCE6A.
.myOpacity80 { color: #EDCE6A; opacity: 0.8; }
<p style="color:#EDCE6A;opacity:0.8;">80%</p>
Text in Farbe #EDCE6A und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #EDCE6A;}
<p style="text-shadow: 3px 3px 1px #EDCE6A">Text here.</p>
Dieser Text hat den Schatten in Farbe #EDCE6A.
.textShadow {text-shadow: 3px 3px 1px #EDCE6A', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #EDCE6A, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #EDCE6A und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#EDCE6A, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#EDCE6A, Direction=45, Strength=4)">Text</p>
This text has shadow with #EDCE6A and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #EDCE6A;
-webkit-box-shadow: 1px 1px 3px 2px #EDCE6A;
box-shadow: 1px 1px 3px 2px #EDCE6A;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #EDCE6A; -webkit-box-shadow: 1px 1px 3px 2px #EDCE6A; box-shadow:1px 1px 3px 2px #EDCE6A;">
Div content here
</div>
Dieser Text ist in der Farbe #EDCE6A auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #EDCE6A auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #EDCE6A.
Dieser Text ist weiß auf dem Hintergrund in Farbe #EDCE6A.
Kontrastfarbe für #hex ist #123195.