HEX: #E1DB9A
RGB: (225,219,154)
#E1DB9A contains mainly red and green colors. Web safe color of #E1DB9A is #CCCC99 (or #CC9).
#E1DB9A color RGB value is (225,219,154).
RGB: (225,219,154)
(88%, 86%, 60%)
R 225 of 255 = 88%
G 219 of 255 = 86%
B 154 of 255 = 60%
R + G + B ~ 78%. #E1DB9A is quite light color.
R + G + B = 225 + 219 + 154 = 598 (100%)
R 225 of 598 ~ 37.63%
G 219 of 598 ~ 36.62%
B 154 of 598 ~ 25.75'%
#E1DB9A color CMYK value is (0,3,32,12).
CMYK: (0,3,32,12)
C0M3Y32K12 (0%, 3%, 32%, 12%)
(0.00 / 0.03 / 0.32 / 0.12)
Color #E1DB9A in popluar color models
E1 | DB | 9A | |
---|---|---|---|
RGB | 225 | 219 | 154 |
HSL | 55° | 54.20% | 74.31% |
HSB/HSV | 55° | 31.56% | 88.24% |
CMYK | 0.00% | 2.67% | 31.56% |
11.76% |
Color #E1DB9A in popluar number systems.
HEX | E1 | DB | 9A |
Decimal | 225 | 219 | 154 |
Binary | 11100001 | 11011011 | 10011010 |
Octal | 341 | 333 | 232 |
Shades of #E1DB9A
Tints of #E1DB9A
Examples of css and html codes for elements with #E1DB9A color. Also use rgb(225,219,154) instead hex code.
.myTextColor { color: #E1DB9A; }
<p style="color:#E1DB9A">This sample text font color is #E1DB9A.</p>
This text font color is #E1DB9A.
.myBgColor { background-color: #E1DB9A; }
<div style="background-color:#E1DB9A">Inner text</div>
This div background color is #E1DB9A.
.myBorderColor { border: 1px solid #E1DB9A; }
<div style="border:3px solid #E1DB9A">Div</div>
This div border color is #E1DB9A.
.myOpacity80 { color: #E1DB9A; opacity: 0.8; }
<p style="color:#E1DB9A;opacity:0.8;">80%</p>
Text with #E1DB9A color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #E1DB9A;}
<p style="text-shadow: 3px 3px 1px #E1DB9A">Text here.</p>
This text has shadow with #E1DB9A color.
.textShadow {text-shadow: 3px 3px 1px #E1DB9A', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #E1DB9A, 5px 5px 20px red">Text here.</p>
This text has shadow with #E1DB9A primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#E1DB9A, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#E1DB9A, Direction=45, Strength=4)">Text</p>
This text has shadow with #E1DB9A and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #E1DB9A;
-webkit-box-shadow: 1px 1px 3px 2px #E1DB9A;
box-shadow: 1px 1px 3px 2px #E1DB9A;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #E1DB9A; -webkit-box-shadow: 1px 1px 3px 2px #E1DB9A; box-shadow:1px 1px 3px 2px #E1DB9A;">
Div content here
</div>
This text has color #E1DB9A on black background.
This text has color #E1DB9A on white background.
This text has black color on #E1DB9A background.
This text has white color on #E1DB9A background.
Complementary color for #hex is #1E2465.