HEX: #EDE278
RGB: (237,226,120)
#EDE278 enthält hauptsächlich rote und grüne Farbe. Für #EDE278 ist eine «websichere» Webfarbe #FFCC66 (oder kurz #FC6).
Die Farbe #EDE278 wird in RGB als (237,226,120) definiert.
RGB: (237,226,120) (93%,89%,47%)
R 237 von 255 = 93%
G 226 von 255 = 89%
B 120 von 255 = 47%
R + G + B ~ 76%. #EDE278 ziemlich helle Farbe.
R + G + B =
237 + 226 + 120 = 583 (100%)
R 237 von 583 ~ 40.65%
G 226 von 583 ~ 38.77%
B 120 von 583 ~ 20.58%
Die Farbe #EDE278 wird in CMYK als (0,5,49,7) definiert.
CMYK: (0,5,49,7) C0M5Y49K7 (0%,5%,49%,7%) (0.00/0.05/0.49/0.07)
ED | E2 | 78 | |
---|---|---|---|
RGB | 237 | 226 | 120 |
HSL | 54° | 76.47% | 70.00% |
HSB/HSV | 54° | 49.37% | 92.94% |
CMYK | 0.00% | 4.64% | 49.37% |
7.06% |
Hexadezimal | ED | E2 | 78 |
Dezimal | 237 | 226 | 120 |
Binär | 11101101 | 11100010 | 1111000 |
Oktal | 355 | 342 | 170 |
Beispiele css- und html für Elemente in der Farbe #EDE278. Bitte benutzen Sie auch rgb(237,226,120) statt hex-Code.
.myTextColor { color: #EDE278; }
<p style="color:#EDE278">This sample text font color is #EDE278.</p>
Die Farbe dieses Textes ist #EDE278.
.myBgColor { background-color: #EDE278; }
<div style="background-color:#EDE278">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #EDE278.
.myBorderColor { border: 1px solid #EDE278; }
<div style="border:3px solid #EDE278">Div</div>
Die Grenzen von diesem div sind in Farbe #EDE278.
.myOpacity80 { color: #EDE278; opacity: 0.8; }
<p style="color:#EDE278;opacity:0.8;">80%</p>
Text in Farbe #EDE278 und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #EDE278;}
<p style="text-shadow: 3px 3px 1px #EDE278">Text here.</p>
Dieser Text hat den Schatten in Farbe #EDE278.
.textShadow {text-shadow: 3px 3px 1px #EDE278, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #EDE278, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #EDE278 und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#EDE278, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#EDE278, Direction=45, Strength=4)">Text</p>
This text has shadow with #EDE278 and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #EDE278; -webkit-box-shadow: 1px 1px 3px 2px #EDE278; box-shadow: 1px 1px 3px 2px #EDE278; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #EDE278; -webkit-box-shadow: 1px 1px 3px 2px #EDE278; box-shadow:1px 1px 3px 2px #EDE278;">
Div content here</div>
Dieser Text ist in der Farbe #EDE278 auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #EDE278 auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #EDE278.
Dieser Text ist weiß auf dem Hintergrund in Farbe #EDE278.