HEX: #EBD564
RGB: (235,213,100)
#EBD564 contains mainly red and green colors. Web safe color of #EBD564 is #FFCC66 (or #FC6).
#EBD564 color RGB value is (235,213,100).
RGB: (235,213,100)
(92%, 84%, 39%)
R 235 of 255 = 92%
G 213 of 255 = 84%
B 100 of 255 = 39%
R + G + B ~ 72%. #EBD564 is quite light color.
R + G + B = 235 + 213 + 100 = 548 (100%)
R 235 of 548 ~ 42.88%
G 213 of 548 ~ 38.87%
B 100 of 548 ~ 18.25'%
#EBD564 color CMYK value is (0,9,57,8).
CMYK: (0,9,57,8)
C0M9Y57K8 (0%, 9%, 57%, 8%)
(0.00 / 0.09 / 0.57 / 0.08)
Color #EBD564 in popluar color models
EB | D5 | 64 | |
---|---|---|---|
RGB | 235 | 213 | 100 |
HSL | 50° | 77.14% | 65.69% |
HSB/HSV | 50° | 57.45% | 92.16% |
CMYK | 0.00% | 9.36% | 57.45% |
7.84% |
Color #EBD564 in popluar number systems.
HEX | EB | D5 | 64 |
Decimal | 235 | 213 | 100 |
Binary | 11101011 | 11010101 | 1100100 |
Octal | 353 | 325 | 144 |
Shades of #EBD564
Tints of #EBD564
Examples of css and html codes for elements with #EBD564 color. Also use rgb(235,213,100) instead hex code.
.myTextColor { color: #EBD564; }
<p style="color:#EBD564">This sample text font color is #EBD564.</p>
This text font color is #EBD564.
.myBgColor { background-color: #EBD564; }
<div style="background-color:#EBD564">Inner text</div>
This div background color is #EBD564.
.myBorderColor { border: 1px solid #EBD564; }
<div style="border:3px solid #EBD564">Div</div>
This div border color is #EBD564.
.myOpacity80 { color: #EBD564; opacity: 0.8; }
<p style="color:#EBD564;opacity:0.8;">80%</p>
Text with #EBD564 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #EBD564;}
<p style="text-shadow: 3px 3px 1px #EBD564">Text here.</p>
This text has shadow with #EBD564 color.
.textShadow {text-shadow: 3px 3px 1px #EBD564', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #EBD564, 5px 5px 20px red">Text here.</p>
This text has shadow with #EBD564 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#EBD564, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#EBD564, Direction=45, Strength=4)">Text</p>
This text has shadow with #EBD564 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #EBD564;
-webkit-box-shadow: 1px 1px 3px 2px #EBD564;
box-shadow: 1px 1px 3px 2px #EBD564;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #EBD564; -webkit-box-shadow: 1px 1px 3px 2px #EBD564; box-shadow:1px 1px 3px 2px #EBD564;">
Div content here
</div>
This text has color #EBD564 on black background.
This text has color #EBD564 on white background.
This text has black color on #EBD564 background.
This text has white color on #EBD564 background.
Complementary color for #hex is #142A9B.