HEX: #E6B295
RGB: (230,178,149)
#E6B295 enthält hauptsächlich rote und grüne Farbe. Für #E6B295 ist eine «websichere» Webfarbe #CC9999 (oder kurz #C99).
Die Farbe #E6B295 wird in RGB als (230,178,149) definiert.
RGB: (230,178,149) (90%,70%,58%)
R 230 von 255 = 90%
G 178 von 255 = 70%
B 149 von 255 = 58%
R + G + B ~ 73%. #E6B295 ziemlich helle Farbe.
R + G + B =
230 + 178 + 149 = 557 (100%)
R 230 von 557 ~ 41.29%
G 178 von 557 ~ 31.96%
B 149 von 557 ~ 26.75%
Die Farbe #E6B295 wird in CMYK als (0,23,35,10) definiert.
CMYK: (0,23,35,10) C0M23Y35K10 (0%,23%,35%,10%) (0.00/0.23/0.35/0.10)
E6 | B2 | 95 | |
---|---|---|---|
RGB | 230 | 178 | 149 |
HSL | 21° | 61.83% | 74.31% |
HSB/HSV | 21° | 35.22% | 90.20% |
CMYK | 0.00% | 22.61% | 35.22% |
9.80% |
Hexadezimal | E6 | B2 | 95 |
Dezimal | 230 | 178 | 149 |
Binär | 11100110 | 10110010 | 10010101 |
Oktal | 346 | 262 | 225 |
Beispiele css- und html für Elemente in der Farbe #E6B295. Bitte benutzen Sie auch rgb(230,178,149) statt hex-Code.
.myTextColor { color: #E6B295; }
<p style="color:#E6B295">This sample text font color is #E6B295.</p>
Die Farbe dieses Textes ist #E6B295.
.myBgColor { background-color: #E6B295; }
<div style="background-color:#E6B295">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #E6B295.
.myBorderColor { border: 1px solid #E6B295; }
<div style="border:3px solid #E6B295">Div</div>
Die Grenzen von diesem div sind in Farbe #E6B295.
.myOpacity80 { color: #E6B295; opacity: 0.8; }
<p style="color:#E6B295;opacity:0.8;">80%</p>
Text in Farbe #E6B295 und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #E6B295;}
<p style="text-shadow: 3px 3px 1px #E6B295">Text here.</p>
Dieser Text hat den Schatten in Farbe #E6B295.
.textShadow {text-shadow: 3px 3px 1px #E6B295, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #E6B295, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #E6B295 und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#E6B295, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#E6B295, Direction=45, Strength=4)">Text</p>
This text has shadow with #E6B295 and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #E6B295; -webkit-box-shadow: 1px 1px 3px 2px #E6B295; box-shadow: 1px 1px 3px 2px #E6B295; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #E6B295; -webkit-box-shadow: 1px 1px 3px 2px #E6B295; box-shadow:1px 1px 3px 2px #E6B295;">
Div content here</div>
Dieser Text ist in der Farbe #E6B295 auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #E6B295 auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #E6B295.
Dieser Text ist weiß auf dem Hintergrund in Farbe #E6B295.