HEX: #E1DB5C
RGB: (225,219,92)
#E1DB5C contains mainly red and green colors. Web safe color of #E1DB5C is #CCCC66 (or #CC6).
#E1DB5C color RGB value is (225,219,92).
RGB: (225,219,92)
(88%, 86%, 36%)
R 225 of 255 = 88%
G 219 of 255 = 86%
B 92 of 255 = 36%
R + G + B ~ 70%. #E1DB5C is quite light color.
R + G + B = 225 + 219 + 92 = 536 (100%)
R 225 of 536 ~ 41.98%
G 219 of 536 ~ 40.86%
B 92 of 536 ~ 17.16'%
#E1DB5C color CMYK value is (0,3,59,12).
CMYK: (0,3,59,12)
C0M3Y59K12 (0%, 3%, 59%, 12%)
(0.00 / 0.03 / 0.59 / 0.12)
Color #E1DB5C in popluar color models
E1 | DB | 5C | |
---|---|---|---|
RGB | 225 | 219 | 92 |
HSL | 57° | 68.91% | 62.16% |
HSB/HSV | 57° | 59.11% | 88.24% |
CMYK | 0.00% | 2.67% | 59.11% |
11.76% |
Color #E1DB5C in popluar number systems.
HEX | E1 | DB | 5C |
Decimal | 225 | 219 | 92 |
Binary | 11100001 | 11011011 | 1011100 |
Octal | 341 | 333 | 134 |
Shades of #E1DB5C
Tints of #E1DB5C
Examples of css and html codes for elements with #E1DB5C color. Also use rgb(225,219,92) instead hex code.
.myTextColor { color: #E1DB5C; }
<p style="color:#E1DB5C">This sample text font color is #E1DB5C.</p>
This text font color is #E1DB5C.
.myBgColor { background-color: #E1DB5C; }
<div style="background-color:#E1DB5C">Inner text</div>
This div background color is #E1DB5C.
.myBorderColor { border: 1px solid #E1DB5C; }
<div style="border:3px solid #E1DB5C">Div</div>
This div border color is #E1DB5C.
.myOpacity80 { color: #E1DB5C; opacity: 0.8; }
<p style="color:#E1DB5C;opacity:0.8;">80%</p>
Text with #E1DB5C color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #E1DB5C;}
<p style="text-shadow: 3px 3px 1px #E1DB5C">Text here.</p>
This text has shadow with #E1DB5C color.
.textShadow {text-shadow: 3px 3px 1px #E1DB5C', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #E1DB5C, 5px 5px 20px red">Text here.</p>
This text has shadow with #E1DB5C primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#E1DB5C, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#E1DB5C, Direction=45, Strength=4)">Text</p>
This text has shadow with #E1DB5C and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #E1DB5C;
-webkit-box-shadow: 1px 1px 3px 2px #E1DB5C;
box-shadow: 1px 1px 3px 2px #E1DB5C;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #E1DB5C; -webkit-box-shadow: 1px 1px 3px 2px #E1DB5C; box-shadow:1px 1px 3px 2px #E1DB5C;">
Div content here
</div>
This text has color #E1DB5C on black background.
This text has color #E1DB5C on white background.
This text has black color on #E1DB5C background.
This text has white color on #E1DB5C background.
Complementary color for #hex is #1E24A3.