HEX: #E7B050
RGB: (231,176,80)
#E7B050 enthält hauptsächlich rote und grüne Farbe. Für #E7B050 ist eine «websichere» Webfarbe #FF9966 (oder kurz #F96).
Die Farbe #E7B050 wird in RGB als (231,176,80) definiert.
RGB: (231,176,80) (91%,69%,31%)
R 231 von 255 = 91%
G 176 von 255 = 69%
B 80 von 255 = 31%
R + G + B ~ 64%. #E7B050 ziemlich helle Farbe.
R + G + B =
231 + 176 + 80 = 487 (100%)
R 231 von 487 ~ 47.43%
G 176 von 487 ~ 36.14%
B 80 von 487 ~ 16.43%
Die Farbe #E7B050 wird in CMYK als (0,24,65,9) definiert.
CMYK: (0,24,65,9) C0M24Y65K9 (0%,24%,65%,9%) (0.00/0.24/0.65/0.09)
E7 | B0 | 50 | |
---|---|---|---|
RGB | 231 | 176 | 80 |
HSL | 38° | 75.88% | 60.98% |
HSB/HSV | 38° | 65.37% | 90.59% |
CMYK | 0.00% | 23.81% | 65.37% |
9.41% |
Hexadezimal | E7 | B0 | 50 |
Dezimal | 231 | 176 | 80 |
Binär | 11100111 | 10110000 | 1010000 |
Oktal | 347 | 260 | 120 |
Beispiele css- und html für Elemente in der Farbe #E7B050. Bitte benutzen Sie auch rgb(231,176,80) statt hex-Code.
.myTextColor { color: #E7B050; }
<p style="color:#E7B050">This sample text font color is #E7B050.</p>
Die Farbe dieses Textes ist #E7B050.
.myBgColor { background-color: #E7B050; }
<div style="background-color:#E7B050">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #E7B050.
.myBorderColor { border: 1px solid #E7B050; }
<div style="border:3px solid #E7B050">Div</div>
Die Grenzen von diesem div sind in Farbe #E7B050.
.myOpacity80 { color: #E7B050; opacity: 0.8; }
<p style="color:#E7B050;opacity:0.8;">80%</p>
Text in Farbe #E7B050 und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #E7B050;}
<p style="text-shadow: 3px 3px 1px #E7B050">Text here.</p>
Dieser Text hat den Schatten in Farbe #E7B050.
.textShadow {text-shadow: 3px 3px 1px #E7B050, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #E7B050, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #E7B050 und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#E7B050, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#E7B050, Direction=45, Strength=4)">Text</p>
This text has shadow with #E7B050 and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #E7B050; -webkit-box-shadow: 1px 1px 3px 2px #E7B050; box-shadow: 1px 1px 3px 2px #E7B050; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #E7B050; -webkit-box-shadow: 1px 1px 3px 2px #E7B050; box-shadow:1px 1px 3px 2px #E7B050;">
Div content here</div>
Dieser Text ist in der Farbe #E7B050 auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #E7B050 auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #E7B050.
Dieser Text ist weiß auf dem Hintergrund in Farbe #E7B050.