HEX: #E6C75E
RGB: (230,199,94)
#E6C75E contains mainly red and green colors. Web safe color of #E6C75E is #CCCC66 (or #CC6).
#E6C75E color RGB value is (230,199,94).
RGB: (230,199,94)
(90%, 78%, 37%)
R 230 of 255 = 90%
G 199 of 255 = 78%
B 94 of 255 = 37%
R + G + B ~ 68%. #E6C75E is quite light color.
R + G + B = 230 + 199 + 94 = 523 (100%)
R 230 of 523 ~ 43.98%
G 199 of 523 ~ 38.05%
B 94 of 523 ~ 17.97'%
#E6C75E color CMYK value is (0,13,59,10).
CMYK: (0,13,59,10)
C0M13Y59K10 (0%, 13%, 59%, 10%)
(0.00 / 0.13 / 0.59 / 0.10)
Color #E6C75E in popluar color models
E6 | C7 | 5E | |
---|---|---|---|
RGB | 230 | 199 | 94 |
HSL | 46° | 73.12% | 63.53% |
HSB/HSV | 46° | 59.13% | 90.20% |
CMYK | 0.00% | 13.48% | 59.13% |
9.80% |
Color #E6C75E in popluar number systems.
HEX | E6 | C7 | 5E |
Decimal | 230 | 199 | 94 |
Binary | 11100110 | 11000111 | 1011110 |
Octal | 346 | 307 | 136 |
Shades of #E6C75E
Tints of #E6C75E
Examples of css and html codes for elements with #E6C75E color. Also use rgb(230,199,94) instead hex code.
.myTextColor { color: #E6C75E; }
<p style="color:#E6C75E">This sample text font color is #E6C75E.</p>
This text font color is #E6C75E.
.myBgColor { background-color: #E6C75E; }
<div style="background-color:#E6C75E">Inner text</div>
This div background color is #E6C75E.
.myBorderColor { border: 1px solid #E6C75E; }
<div style="border:3px solid #E6C75E">Div</div>
This div border color is #E6C75E.
.myOpacity80 { color: #E6C75E; opacity: 0.8; }
<p style="color:#E6C75E;opacity:0.8;">80%</p>
Text with #E6C75E color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #E6C75E;}
<p style="text-shadow: 3px 3px 1px #E6C75E">Text here.</p>
This text has shadow with #E6C75E color.
.textShadow {text-shadow: 3px 3px 1px #E6C75E', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #E6C75E, 5px 5px 20px red">Text here.</p>
This text has shadow with #E6C75E primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#E6C75E, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#E6C75E, Direction=45, Strength=4)">Text</p>
This text has shadow with #E6C75E and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #E6C75E;
-webkit-box-shadow: 1px 1px 3px 2px #E6C75E;
box-shadow: 1px 1px 3px 2px #E6C75E;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #E6C75E; -webkit-box-shadow: 1px 1px 3px 2px #E6C75E; box-shadow:1px 1px 3px 2px #E6C75E;">
Div content here
</div>
This text has color #E6C75E on black background.
This text has color #E6C75E on white background.
This text has black color on #E6C75E background.
This text has white color on #E6C75E background.
Complementary color for #hex is #1938A1.