HEX: #EDC598
RGB: (237,197,152)
#EDC598 enthält hauptsächlich rote und grüne Farbe. Für #EDC598 ist eine «websichere» Webfarbe #FFCC99 (oder kurz #FC9).
Die Farbe #EDC598 wird in RGB als (237,197,152) definiert.
RGB: (237,197,152) (93%,77%,60%)
R 237 von 255 = 93%
G 197 von 255 = 77%
B 152 von 255 = 60%
R + G + B ~ 77%. #EDC598 ziemlich helle Farbe.
R + G + B =
237 + 197 + 152 = 586 (100%)
R 237 von 586 ~ 40.44%
G 197 von 586 ~ 33.62%
B 152 von 586 ~ 25.94%
Die Farbe #EDC598 wird in CMYK als (0,17,36,7) definiert.
CMYK: (0,17,36,7) C0M17Y36K7 (0%,17%,36%,7%) (0.00/0.17/0.36/0.07)
ED | C5 | 98 | |
---|---|---|---|
RGB | 237 | 197 | 152 |
HSL | 32° | 70.25% | 76.27% |
HSB/HSV | 32° | 35.86% | 92.94% |
CMYK | 0.00% | 16.88% | 35.86% |
7.06% |
Hexadezimal | ED | C5 | 98 |
Dezimal | 237 | 197 | 152 |
Binär | 11101101 | 11000101 | 10011000 |
Oktal | 355 | 305 | 230 |
Beispiele css- und html für Elemente in der Farbe #EDC598. Bitte benutzen Sie auch rgb(237,197,152) statt hex-Code.
.myTextColor { color: #EDC598; }
<p style="color:#EDC598">This sample text font color is #EDC598.</p>
Die Farbe dieses Textes ist #EDC598.
.myBgColor { background-color: #EDC598; }
<div style="background-color:#EDC598">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #EDC598.
.myBorderColor { border: 1px solid #EDC598; }
<div style="border:3px solid #EDC598">Div</div>
Die Grenzen von diesem div sind in Farbe #EDC598.
.myOpacity80 { color: #EDC598; opacity: 0.8; }
<p style="color:#EDC598;opacity:0.8;">80%</p>
Text in Farbe #EDC598 und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #EDC598;}
<p style="text-shadow: 3px 3px 1px #EDC598">Text here.</p>
Dieser Text hat den Schatten in Farbe #EDC598.
.textShadow {text-shadow: 3px 3px 1px #EDC598, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #EDC598, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #EDC598 und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#EDC598, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#EDC598, Direction=45, Strength=4)">Text</p>
This text has shadow with #EDC598 and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #EDC598; -webkit-box-shadow: 1px 1px 3px 2px #EDC598; box-shadow: 1px 1px 3px 2px #EDC598; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #EDC598; -webkit-box-shadow: 1px 1px 3px 2px #EDC598; box-shadow:1px 1px 3px 2px #EDC598;">
Div content here</div>
Dieser Text ist in der Farbe #EDC598 auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #EDC598 auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #EDC598.
Dieser Text ist weiß auf dem Hintergrund in Farbe #EDC598.