HEX: #EDC093
RGB: (237,192,147)
#EDC093 enthält hauptsächlich rote und grüne Farbe. Für #EDC093 ist eine «websichere» Webfarbe #FFCC99 (oder kurz #FC9).
Die Farbe #EDC093 wird in RGB als (237,192,147) definiert.
RGB: (237,192,147) (93%,75%,58%)
R 237 von 255 = 93%
G 192 von 255 = 75%
B 147 von 255 = 58%
R + G + B ~ 75%. #EDC093 ziemlich helle Farbe.
R + G + B =
237 + 192 + 147 = 576 (100%)
R 237 von 576 ~ 41.15%
G 192 von 576 ~ 33.33%
B 147 von 576 ~ 25.52%
Die Farbe #EDC093 wird in CMYK als (0,19,38,7) definiert.
CMYK: (0,19,38,7) C0M19Y38K7 (0%,19%,38%,7%) (0.00/0.19/0.38/0.07)
ED | C0 | 93 | |
---|---|---|---|
RGB | 237 | 192 | 147 |
HSL | 30° | 71.43% | 75.29% |
HSB/HSV | 30° | 37.97% | 92.94% |
CMYK | 0.00% | 18.99% | 37.97% |
7.06% |
Hexadezimal | ED | C0 | 93 |
Dezimal | 237 | 192 | 147 |
Binär | 11101101 | 11000000 | 10010011 |
Oktal | 355 | 300 | 223 |
Beispiele css- und html für Elemente in der Farbe #EDC093. Bitte benutzen Sie auch rgb(237,192,147) statt hex-Code.
.myTextColor { color: #EDC093; }
<p style="color:#EDC093">This sample text font color is #EDC093.</p>
Die Farbe dieses Textes ist #EDC093.
.myBgColor { background-color: #EDC093; }
<div style="background-color:#EDC093">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #EDC093.
.myBorderColor { border: 1px solid #EDC093; }
<div style="border:3px solid #EDC093">Div</div>
Die Grenzen von diesem div sind in Farbe #EDC093.
.myOpacity80 { color: #EDC093; opacity: 0.8; }
<p style="color:#EDC093;opacity:0.8;">80%</p>
Text in Farbe #EDC093 und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #EDC093;}
<p style="text-shadow: 3px 3px 1px #EDC093">Text here.</p>
Dieser Text hat den Schatten in Farbe #EDC093.
.textShadow {text-shadow: 3px 3px 1px #EDC093, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #EDC093, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #EDC093 und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#EDC093, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#EDC093, Direction=45, Strength=4)">Text</p>
This text has shadow with #EDC093 and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #EDC093; -webkit-box-shadow: 1px 1px 3px 2px #EDC093; box-shadow: 1px 1px 3px 2px #EDC093; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #EDC093; -webkit-box-shadow: 1px 1px 3px 2px #EDC093; box-shadow:1px 1px 3px 2px #EDC093;">
Div content here</div>
Dieser Text ist in der Farbe #EDC093 auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #EDC093 auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #EDC093.
Dieser Text ist weiß auf dem Hintergrund in Farbe #EDC093.