HEX: #EDC383
RGB: (237,195,131)
#EDC383 enthält hauptsächlich rote und grüne Farbe. Für #EDC383 ist eine «websichere» Webfarbe #FFCC99 (oder kurz #FC9).
Die Farbe #EDC383 wird in RGB als (237,195,131) definiert.
RGB: (237,195,131) (93%,76%,51%)
R 237 von 255 = 93%
G 195 von 255 = 76%
B 131 von 255 = 51%
R + G + B ~ 73%. #EDC383 ziemlich helle Farbe.
R + G + B =
237 + 195 + 131 = 563 (100%)
R 237 von 563 ~ 42.1%
G 195 von 563 ~ 34.64%
B 131 von 563 ~ 23.27%
Die Farbe #EDC383 wird in CMYK als (0,18,45,7) definiert.
CMYK: (0,18,45,7) C0M18Y45K7 (0%,18%,45%,7%) (0.00/0.18/0.45/0.07)
ED | C3 | 83 | |
---|---|---|---|
RGB | 237 | 195 | 131 |
HSL | 36° | 74.65% | 72.16% |
HSB/HSV | 36° | 44.73% | 92.94% |
CMYK | 0.00% | 17.72% | 44.73% |
7.06% |
Hexadezimal | ED | C3 | 83 |
Dezimal | 237 | 195 | 131 |
Binär | 11101101 | 11000011 | 10000011 |
Oktal | 355 | 303 | 203 |
Beispiele css- und html für Elemente in der Farbe #EDC383. Bitte benutzen Sie auch rgb(237,195,131) statt hex-Code.
.myTextColor { color: #EDC383; }
<p style="color:#EDC383">This sample text font color is #EDC383.</p>
Die Farbe dieses Textes ist #EDC383.
.myBgColor { background-color: #EDC383; }
<div style="background-color:#EDC383">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #EDC383.
.myBorderColor { border: 1px solid #EDC383; }
<div style="border:3px solid #EDC383">Div</div>
Die Grenzen von diesem div sind in Farbe #EDC383.
.myOpacity80 { color: #EDC383; opacity: 0.8; }
<p style="color:#EDC383;opacity:0.8;">80%</p>
Text in Farbe #EDC383 und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #EDC383;}
<p style="text-shadow: 3px 3px 1px #EDC383">Text here.</p>
Dieser Text hat den Schatten in Farbe #EDC383.
.textShadow {text-shadow: 3px 3px 1px #EDC383, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #EDC383, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #EDC383 und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#EDC383, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#EDC383, Direction=45, Strength=4)">Text</p>
This text has shadow with #EDC383 and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #EDC383; -webkit-box-shadow: 1px 1px 3px 2px #EDC383; box-shadow: 1px 1px 3px 2px #EDC383; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #EDC383; -webkit-box-shadow: 1px 1px 3px 2px #EDC383; box-shadow:1px 1px 3px 2px #EDC383;">
Div content here</div>
Dieser Text ist in der Farbe #EDC383 auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #EDC383 auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #EDC383.
Dieser Text ist weiß auf dem Hintergrund in Farbe #EDC383.