HEX: #EFE68A
RGB: (239,230,138)
#EFE68A enthält hauptsächlich rote und grüne Farbe. Für #EFE68A ist eine «websichere» Webfarbe #FFCC99 (oder kurz #FC9).
Die Farbe #EFE68A wird in RGB als (239,230,138) definiert.
RGB: (239,230,138) (94%,90%,54%)
R 239 von 255 = 94%
G 230 von 255 = 90%
B 138 von 255 = 54%
R + G + B ~ 79%. #EFE68A ziemlich helle Farbe.
R + G + B =
239 + 230 + 138 = 607 (100%)
R 239 von 607 ~ 39.37%
G 230 von 607 ~ 37.89%
B 138 von 607 ~ 22.73%
Die Farbe #EFE68A wird in CMYK als (0,4,42,6) definiert.
CMYK: (0,4,42,6) C0M4Y42K6 (0%,4%,42%,6%) (0.00/0.04/0.42/0.06)
EF | E6 | 8A | |
---|---|---|---|
RGB | 239 | 230 | 138 |
HSL | 55° | 75.94% | 73.92% |
HSB/HSV | 55° | 42.26% | 93.73% |
CMYK | 0.00% | 3.77% | 42.26% |
6.27% |
Hexadezimal | EF | E6 | 8A |
Dezimal | 239 | 230 | 138 |
Binär | 11101111 | 11100110 | 10001010 |
Oktal | 357 | 346 | 212 |
Beispiele css- und html für Elemente in der Farbe #EFE68A. Bitte benutzen Sie auch rgb(239,230,138) statt hex-Code.
.myTextColor { color: #EFE68A; }
<p style="color:#EFE68A">This sample text font color is #EFE68A.</p>
Die Farbe dieses Textes ist #EFE68A.
.myBgColor { background-color: #EFE68A; }
<div style="background-color:#EFE68A">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #EFE68A.
.myBorderColor { border: 1px solid #EFE68A; }
<div style="border:3px solid #EFE68A">Div</div>
Die Grenzen von diesem div sind in Farbe #EFE68A.
.myOpacity80 { color: #EFE68A; opacity: 0.8; }
<p style="color:#EFE68A;opacity:0.8;">80%</p>
Text in Farbe #EFE68A und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #EFE68A;}
<p style="text-shadow: 3px 3px 1px #EFE68A">Text here.</p>
Dieser Text hat den Schatten in Farbe #EFE68A.
.textShadow {text-shadow: 3px 3px 1px #EFE68A, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #EFE68A, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #EFE68A und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#EFE68A, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#EFE68A, Direction=45, Strength=4)">Text</p>
This text has shadow with #EFE68A and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #EFE68A; -webkit-box-shadow: 1px 1px 3px 2px #EFE68A; box-shadow: 1px 1px 3px 2px #EFE68A; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #EFE68A; -webkit-box-shadow: 1px 1px 3px 2px #EFE68A; box-shadow:1px 1px 3px 2px #EFE68A;">
Div content here</div>
Dieser Text ist in der Farbe #EFE68A auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #EFE68A auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #EFE68A.
Dieser Text ist weiß auf dem Hintergrund in Farbe #EFE68A.