HEX: #E6DB6A
RGB: (230,219,106)
#E6DB6A contains mainly red and green colors. Web safe color of #E6DB6A is #CCCC66 (or #CC6).
#E6DB6A color RGB value is (230,219,106).
RGB: (230,219,106)
(90%, 86%, 42%)
R 230 of 255 = 90%
G 219 of 255 = 86%
B 106 of 255 = 42%
R + G + B ~ 73%. #E6DB6A is quite light color.
R + G + B = 230 + 219 + 106 = 555 (100%)
R 230 of 555 ~ 41.44%
G 219 of 555 ~ 39.46%
B 106 of 555 ~ 19.1'%
#E6DB6A color CMYK value is (0,5,54,10).
CMYK: (0,5,54,10)
C0M5Y54K10 (0%, 5%, 54%, 10%)
(0.00 / 0.05 / 0.54 / 0.10)
Color #E6DB6A in popluar color models
E6 | DB | 6A | |
---|---|---|---|
RGB | 230 | 219 | 106 |
HSL | 55° | 71.26% | 65.88% |
HSB/HSV | 55° | 53.91% | 90.20% |
CMYK | 0.00% | 4.78% | 53.91% |
9.80% |
Color #E6DB6A in popluar number systems.
HEX | E6 | DB | 6A |
Decimal | 230 | 219 | 106 |
Binary | 11100110 | 11011011 | 1101010 |
Octal | 346 | 333 | 152 |
Shades of #E6DB6A
Tints of #E6DB6A
Examples of css and html codes for elements with #E6DB6A color. Also use rgb(230,219,106) instead hex code.
.myTextColor { color: #E6DB6A; }
<p style="color:#E6DB6A">This sample text font color is #E6DB6A.</p>
This text font color is #E6DB6A.
.myBgColor { background-color: #E6DB6A; }
<div style="background-color:#E6DB6A">Inner text</div>
This div background color is #E6DB6A.
.myBorderColor { border: 1px solid #E6DB6A; }
<div style="border:3px solid #E6DB6A">Div</div>
This div border color is #E6DB6A.
.myOpacity80 { color: #E6DB6A; opacity: 0.8; }
<p style="color:#E6DB6A;opacity:0.8;">80%</p>
Text with #E6DB6A color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #E6DB6A;}
<p style="text-shadow: 3px 3px 1px #E6DB6A">Text here.</p>
This text has shadow with #E6DB6A color.
.textShadow {text-shadow: 3px 3px 1px #E6DB6A', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #E6DB6A, 5px 5px 20px red">Text here.</p>
This text has shadow with #E6DB6A primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#E6DB6A, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#E6DB6A, Direction=45, Strength=4)">Text</p>
This text has shadow with #E6DB6A and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #E6DB6A;
-webkit-box-shadow: 1px 1px 3px 2px #E6DB6A;
box-shadow: 1px 1px 3px 2px #E6DB6A;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #E6DB6A; -webkit-box-shadow: 1px 1px 3px 2px #E6DB6A; box-shadow:1px 1px 3px 2px #E6DB6A;">
Div content here
</div>
This text has color #E6DB6A on black background.
This text has color #E6DB6A on white background.
This text has black color on #E6DB6A background.
This text has white color on #E6DB6A background.
Complementary color for #hex is #192495.