HEX: #E7D465
RGB: (231,212,101)
#E7D465 enthält hauptsächlich rote und grüne Farbe. Für #E7D465 ist eine «websichere» Webfarbe #FFCC66 (oder kurz #FC6).
Die Farbe #E7D465 wird in RGB als (231,212,101) definiert.
RGB: (231,212,101)
(91%, 83%, 40%)
R 231 von 255 = 91%
G 212 von 255 = 83%
B 101 von 255 = 40%
R + G + B ~ 71%. #E7D465 ziemlich helle Farbe.
R + G + B = 231 + 212 + 101 = 544 (100%)
R 231 von 544 ~ 42.46%
G 212 von 544 ~ 38.97%
B 101 von 544 ~ 18.57'%
Die Farbe #E7D465 wird in CMYK als (0,8,56,9) definiert.
CMYK: (0,8,56,9)
C0M8Y56K9 (0%, 8%, 56%, 9%)
(0.00 / 0.08 / 0.56 / 0.09)
Farbe #E7D465 in den populären Farbmodellen.
E7 | D4 | 65 | |
---|---|---|---|
RGB | 231 | 212 | 101 |
HSL | 51° | 73.03% | 65.10% |
HSB/HSV | 51° | 56.28% | 90.59% |
CMYK | 0.00% | 8.23% | 56.28% |
9.41% |
Die Farbe #E7D465 in den populären Zahlensystemen.
Hexadezimal | E7 | D4 | 65 |
Dezimal | 231 | 212 | 101 |
Binär | 11100111 | 11010100 | 1100101 |
Oktal | 347 | 324 | 145 |
Dunkle Töne der Farbe #E7D465
Helle Töne der Farbe #E7D465
Beispiele css- und html für Elemente in der Farbe #E7D465. Bitte benutzen Sie auch rgb(231,212,101) statt hex-Code.
.myTextColor { color: #E7D465; }
<p style="color:#E7D465">This sample text font color is #E7D465.</p>
Die Farbe dieses Textes ist #E7D465.
.myBgColor { background-color: #E7D465; }
<div style="background-color:#E7D465">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #E7D465.
.myBorderColor { border: 1px solid #E7D465; }
<div style="border:3px solid #E7D465">Div</div>
Die Grenzen von diesem div sind in Farbe #E7D465.
.myOpacity80 { color: #E7D465; opacity: 0.8; }
<p style="color:#E7D465;opacity:0.8;">80%</p>
Text in Farbe #E7D465 und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #E7D465;}
<p style="text-shadow: 3px 3px 1px #E7D465">Text here.</p>
Dieser Text hat den Schatten in Farbe #E7D465.
.textShadow {text-shadow: 3px 3px 1px #E7D465', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #E7D465, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #E7D465 und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#E7D465, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#E7D465, Direction=45, Strength=4)">Text</p>
This text has shadow with #E7D465 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #E7D465;
-webkit-box-shadow: 1px 1px 3px 2px #E7D465;
box-shadow: 1px 1px 3px 2px #E7D465;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #E7D465; -webkit-box-shadow: 1px 1px 3px 2px #E7D465; box-shadow:1px 1px 3px 2px #E7D465;">
Div content here
</div>
Dieser Text ist in der Farbe #E7D465 auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #E7D465 auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #E7D465.
Dieser Text ist weiß auf dem Hintergrund in Farbe #E7D465.
Kontrastfarbe für #hex ist #182B9A.