HEX: #E6D58A
RGB: (230,213,138)
#E6D58A contains mainly red and green colors. Web safe color of #E6D58A is #CCCC99 (or #CC9).
#E6D58A color RGB value is (230,213,138).
RGB: (230,213,138)
(90%, 84%, 54%)
R 230 of 255 = 90%
G 213 of 255 = 84%
B 138 of 255 = 54%
R + G + B ~ 76%. #E6D58A is quite light color.
R + G + B = 230 + 213 + 138 = 581 (100%)
R 230 of 581 ~ 39.59%
G 213 of 581 ~ 36.66%
B 138 of 581 ~ 23.75'%
#E6D58A color CMYK value is (0,7,40,10).
CMYK: (0,7,40,10)
C0M7Y40K10 (0%, 7%, 40%, 10%)
(0.00 / 0.07 / 0.40 / 0.10)
Color #E6D58A in popluar color models
E6 | D5 | 8A | |
---|---|---|---|
RGB | 230 | 213 | 138 |
HSL | 49° | 64.79% | 72.16% |
HSB/HSV | 49° | 40.00% | 90.20% |
CMYK | 0.00% | 7.39% | 40.00% |
9.80% |
Color #E6D58A in popluar number systems.
HEX | E6 | D5 | 8A |
Decimal | 230 | 213 | 138 |
Binary | 11100110 | 11010101 | 10001010 |
Octal | 346 | 325 | 212 |
Shades of #E6D58A
Tints of #E6D58A
Examples of css and html codes for elements with #E6D58A color. Also use rgb(230,213,138) instead hex code.
.myTextColor { color: #E6D58A; }
<p style="color:#E6D58A">This sample text font color is #E6D58A.</p>
This text font color is #E6D58A.
.myBgColor { background-color: #E6D58A; }
<div style="background-color:#E6D58A">Inner text</div>
This div background color is #E6D58A.
.myBorderColor { border: 1px solid #E6D58A; }
<div style="border:3px solid #E6D58A">Div</div>
This div border color is #E6D58A.
.myOpacity80 { color: #E6D58A; opacity: 0.8; }
<p style="color:#E6D58A;opacity:0.8;">80%</p>
Text with #E6D58A color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #E6D58A;}
<p style="text-shadow: 3px 3px 1px #E6D58A">Text here.</p>
This text has shadow with #E6D58A color.
.textShadow {text-shadow: 3px 3px 1px #E6D58A', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #E6D58A, 5px 5px 20px red">Text here.</p>
This text has shadow with #E6D58A primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#E6D58A, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#E6D58A, Direction=45, Strength=4)">Text</p>
This text has shadow with #E6D58A and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #E6D58A;
-webkit-box-shadow: 1px 1px 3px 2px #E6D58A;
box-shadow: 1px 1px 3px 2px #E6D58A;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #E6D58A; -webkit-box-shadow: 1px 1px 3px 2px #E6D58A; box-shadow:1px 1px 3px 2px #E6D58A;">
Div content here
</div>
This text has color #E6D58A on black background.
This text has color #E6D58A on white background.
This text has black color on #E6D58A background.
This text has white color on #E6D58A background.
Complementary color for #hex is #192A75.