HEX: #EDC846
RGB: (237,200,70)
#EDC846 contains mainly red and green colors. Web safe color of #EDC846 is #FFCC33 (or #FC3).
#EDC846 color RGB value is (237,200,70).
RGB: (237,200,70)
(93%, 78%, 27%)
R 237 of 255 = 93%
G 200 of 255 = 78%
B 70 of 255 = 27%
R + G + B ~ 66%. #EDC846 is quite light color.
R + G + B = 237 + 200 + 70 = 507 (100%)
R 237 of 507 ~ 46.75%
G 200 of 507 ~ 39.45%
B 70 of 507 ~ 13.81'%
#EDC846 color CMYK value is (0,16,70,7).
CMYK: (0,16,70,7)
C0M16Y70K7 (0%, 16%, 70%, 7%)
(0.00 / 0.16 / 0.70 / 0.07)
Color #EDC846 in popluar color models
ED | C8 | 46 | |
---|---|---|---|
RGB | 237 | 200 | 70 |
HSL | 47° | 82.27% | 60.20% |
HSB/HSV | 47° | 70.46% | 92.94% |
CMYK | 0.00% | 15.61% | 70.46% |
7.06% |
Color #EDC846 in popluar number systems.
HEX | ED | C8 | 46 |
Decimal | 237 | 200 | 70 |
Binary | 11101101 | 11001000 | 1000110 |
Octal | 355 | 310 | 106 |
Shades of #EDC846
Tints of #EDC846
Examples of css and html codes for elements with #EDC846 color. Also use rgb(237,200,70) instead hex code.
.myTextColor { color: #EDC846; }
<p style="color:#EDC846">This sample text font color is #EDC846.</p>
This text font color is #EDC846.
.myBgColor { background-color: #EDC846; }
<div style="background-color:#EDC846">Inner text</div>
This div background color is #EDC846.
.myBorderColor { border: 1px solid #EDC846; }
<div style="border:3px solid #EDC846">Div</div>
This div border color is #EDC846.
.myOpacity80 { color: #EDC846; opacity: 0.8; }
<p style="color:#EDC846;opacity:0.8;">80%</p>
Text with #EDC846 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #EDC846;}
<p style="text-shadow: 3px 3px 1px #EDC846">Text here.</p>
This text has shadow with #EDC846 color.
.textShadow {text-shadow: 3px 3px 1px #EDC846', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #EDC846, 5px 5px 20px red">Text here.</p>
This text has shadow with #EDC846 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#EDC846, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#EDC846, Direction=45, Strength=4)">Text</p>
This text has shadow with #EDC846 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #EDC846;
-webkit-box-shadow: 1px 1px 3px 2px #EDC846;
box-shadow: 1px 1px 3px 2px #EDC846;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #EDC846; -webkit-box-shadow: 1px 1px 3px 2px #EDC846; box-shadow:1px 1px 3px 2px #EDC846;">
Div content here
</div>
This text has color #EDC846 on black background.
This text has color #EDC846 on white background.
This text has black color on #EDC846 background.
This text has white color on #EDC846 background.
Complementary color for #hex is #1237B9.