HEX: #E1D387
RGB: (225,211,135)
#E1D387 enthält hauptsächlich rote und grüne Farbe. Für #E1D387 ist eine «websichere» Webfarbe #CCCC99 (oder kurz #CC9).
Die Farbe #E1D387 wird in RGB als (225,211,135) definiert.
RGB: (225,211,135) (88%,83%,53%)
R 225 von 255 = 88%
G 211 von 255 = 83%
B 135 von 255 = 53%
R + G + B ~ 75%. #E1D387 ziemlich helle Farbe.
R + G + B =
225 + 211 + 135 = 571 (100%)
R 225 von 571 ~ 39.4%
G 211 von 571 ~ 36.95%
B 135 von 571 ~ 23.64%
Die Farbe #E1D387 wird in CMYK als (0,6,40,12) definiert.
CMYK: (0,6,40,12) C0M6Y40K12 (0%,6%,40%,12%) (0.00/0.06/0.40/0.12)
E1 | D3 | 87 | |
---|---|---|---|
RGB | 225 | 211 | 135 |
HSL | 51° | 60.00% | 70.59% |
HSB/HSV | 51° | 40.00% | 88.24% |
CMYK | 0.00% | 6.22% | 40.00% |
11.76% |
Hexadezimal | E1 | D3 | 87 |
Dezimal | 225 | 211 | 135 |
Binär | 11100001 | 11010011 | 10000111 |
Oktal | 341 | 323 | 207 |
Beispiele css- und html für Elemente in der Farbe #E1D387. Bitte benutzen Sie auch rgb(225,211,135) statt hex-Code.
.myTextColor { color: #E1D387; }
<p style="color:#E1D387">This sample text font color is #E1D387.</p>
Die Farbe dieses Textes ist #E1D387.
.myBgColor { background-color: #E1D387; }
<div style="background-color:#E1D387">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #E1D387.
.myBorderColor { border: 1px solid #E1D387; }
<div style="border:3px solid #E1D387">Div</div>
Die Grenzen von diesem div sind in Farbe #E1D387.
.myOpacity80 { color: #E1D387; opacity: 0.8; }
<p style="color:#E1D387;opacity:0.8;">80%</p>
Text in Farbe #E1D387 und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #E1D387;}
<p style="text-shadow: 3px 3px 1px #E1D387">Text here.</p>
Dieser Text hat den Schatten in Farbe #E1D387.
.textShadow {text-shadow: 3px 3px 1px #E1D387, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #E1D387, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #E1D387 und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#E1D387, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#E1D387, Direction=45, Strength=4)">Text</p>
This text has shadow with #E1D387 and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #E1D387; -webkit-box-shadow: 1px 1px 3px 2px #E1D387; box-shadow: 1px 1px 3px 2px #E1D387; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #E1D387; -webkit-box-shadow: 1px 1px 3px 2px #E1D387; box-shadow:1px 1px 3px 2px #E1D387;">
Div content here</div>
Dieser Text ist in der Farbe #E1D387 auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #E1D387 auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #E1D387.
Dieser Text ist weiß auf dem Hintergrund in Farbe #E1D387.