HEX: #EBB59D
RGB: (235,181,157)
#EBB59D contains mainly red and green colors. Web safe color of #EBB59D is #FFCC99 (or #FC9).
#EBB59D color RGB value is (235,181,157).
RGB: (235,181,157)
(92%, 71%, 62%)
R 235 of 255 = 92%
G 181 of 255 = 71%
B 157 of 255 = 62%
R + G + B ~ 75%. #EBB59D is quite light color.
R + G + B = 235 + 181 + 157 = 573 (100%)
R 235 of 573 ~ 41.01%
G 181 of 573 ~ 31.59%
B 157 of 573 ~ 27.4'%
#EBB59D color CMYK value is (0,23,33,8).
CMYK: (0,23,33,8)
C0M23Y33K8 (0%, 23%, 33%, 8%)
(0.00 / 0.23 / 0.33 / 0.08)
Color #EBB59D in popluar color models
EB | B5 | 9D | |
---|---|---|---|
RGB | 235 | 181 | 157 |
HSL | 18° | 66.10% | 76.86% |
HSB/HSV | 18° | 33.19% | 92.16% |
CMYK | 0.00% | 22.98% | 33.19% |
7.84% |
Color #EBB59D in popluar number systems.
HEX | EB | B5 | 9D |
Decimal | 235 | 181 | 157 |
Binary | 11101011 | 10110101 | 10011101 |
Octal | 353 | 265 | 235 |
Shades of #EBB59D
Tints of #EBB59D
Examples of css and html codes for elements with #EBB59D color. Also use rgb(235,181,157) instead hex code.
.myTextColor { color: #EBB59D; }
<p style="color:#EBB59D">This sample text font color is #EBB59D.</p>
This text font color is #EBB59D.
.myBgColor { background-color: #EBB59D; }
<div style="background-color:#EBB59D">Inner text</div>
This div background color is #EBB59D.
.myBorderColor { border: 1px solid #EBB59D; }
<div style="border:3px solid #EBB59D">Div</div>
This div border color is #EBB59D.
.myOpacity80 { color: #EBB59D; opacity: 0.8; }
<p style="color:#EBB59D;opacity:0.8;">80%</p>
Text with #EBB59D color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #EBB59D;}
<p style="text-shadow: 3px 3px 1px #EBB59D">Text here.</p>
This text has shadow with #EBB59D color.
.textShadow {text-shadow: 3px 3px 1px #EBB59D', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #EBB59D, 5px 5px 20px red">Text here.</p>
This text has shadow with #EBB59D primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#EBB59D, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#EBB59D, Direction=45, Strength=4)">Text</p>
This text has shadow with #EBB59D and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #EBB59D;
-webkit-box-shadow: 1px 1px 3px 2px #EBB59D;
box-shadow: 1px 1px 3px 2px #EBB59D;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #EBB59D; -webkit-box-shadow: 1px 1px 3px 2px #EBB59D; box-shadow:1px 1px 3px 2px #EBB59D;">
Div content here
</div>
This text has color #EBB59D on black background.
This text has color #EBB59D on white background.
This text has black color on #EBB59D background.
This text has white color on #EBB59D background.
Complementary color for #hex is #144A62.