HEX: #EAD463
RGB: (234,212,99)
#EAD463 contains mainly red and green colors. Web safe color of #EAD463 is #FFCC66 (or #FC6).
#EAD463 color RGB value is (234,212,99).
RGB: (234,212,99)
(92%, 83%, 39%)
R 234 of 255 = 92%
G 212 of 255 = 83%
B 99 of 255 = 39%
R + G + B ~ 71%. #EAD463 is quite light color.
R + G + B = 234 + 212 + 99 = 545 (100%)
R 234 of 545 ~ 42.94%
G 212 of 545 ~ 38.9%
B 99 of 545 ~ 18.17'%
#EAD463 color CMYK value is (0,9,58,8).
CMYK: (0,9,58,8)
C0M9Y58K8 (0%, 9%, 58%, 8%)
(0.00 / 0.09 / 0.58 / 0.08)
Color #EAD463 in popluar color models
EA | D4 | 63 | |
---|---|---|---|
RGB | 234 | 212 | 99 |
HSL | 50° | 76.27% | 65.29% |
HSB/HSV | 50° | 57.69% | 91.76% |
CMYK | 0.00% | 9.40% | 57.69% |
8.24% |
Color #EAD463 in popluar number systems.
HEX | EA | D4 | 63 |
Decimal | 234 | 212 | 99 |
Binary | 11101010 | 11010100 | 1100011 |
Octal | 352 | 324 | 143 |
Shades of #EAD463
Tints of #EAD463
Examples of css and html codes for elements with #EAD463 color. Also use rgb(234,212,99) instead hex code.
.myTextColor { color: #EAD463; }
<p style="color:#EAD463">This sample text font color is #EAD463.</p>
This text font color is #EAD463.
.myBgColor { background-color: #EAD463; }
<div style="background-color:#EAD463">Inner text</div>
This div background color is #EAD463.
.myBorderColor { border: 1px solid #EAD463; }
<div style="border:3px solid #EAD463">Div</div>
This div border color is #EAD463.
.myOpacity80 { color: #EAD463; opacity: 0.8; }
<p style="color:#EAD463;opacity:0.8;">80%</p>
Text with #EAD463 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #EAD463;}
<p style="text-shadow: 3px 3px 1px #EAD463">Text here.</p>
This text has shadow with #EAD463 color.
.textShadow {text-shadow: 3px 3px 1px #EAD463', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #EAD463, 5px 5px 20px red">Text here.</p>
This text has shadow with #EAD463 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#EAD463, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#EAD463, Direction=45, Strength=4)">Text</p>
This text has shadow with #EAD463 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #EAD463;
-webkit-box-shadow: 1px 1px 3px 2px #EAD463;
box-shadow: 1px 1px 3px 2px #EAD463;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #EAD463; -webkit-box-shadow: 1px 1px 3px 2px #EAD463; box-shadow:1px 1px 3px 2px #EAD463;">
Div content here
</div>
This text has color #EAD463 on black background.
This text has color #EAD463 on white background.
This text has black color on #EAD463 background.
This text has white color on #EAD463 background.
Complementary color for #hex is #152B9C.