HEX: #EBC795
RGB: (235,199,149)
#EBC795 contains mainly red and green colors. Web safe color of #EBC795 is #FFCC99 (or #FC9).
#EBC795 color RGB value is (235,199,149).
RGB: (235,199,149)
(92%, 78%, 58%)
R 235 of 255 = 92%
G 199 of 255 = 78%
B 149 of 255 = 58%
R + G + B ~ 76%. #EBC795 is quite light color.
R + G + B = 235 + 199 + 149 = 583 (100%)
R 235 of 583 ~ 40.31%
G 199 of 583 ~ 34.13%
B 149 of 583 ~ 25.56'%
#EBC795 color CMYK value is (0,15,37,8).
CMYK: (0,15,37,8)
C0M15Y37K8 (0%, 15%, 37%, 8%)
(0.00 / 0.15 / 0.37 / 0.08)
Color #EBC795 in popluar color models
EB | C7 | 95 | |
---|---|---|---|
RGB | 235 | 199 | 149 |
HSL | 35° | 68.25% | 75.29% |
HSB/HSV | 35° | 36.60% | 92.16% |
CMYK | 0.00% | 15.32% | 36.60% |
7.84% |
Color #EBC795 in popluar number systems.
HEX | EB | C7 | 95 |
Decimal | 235 | 199 | 149 |
Binary | 11101011 | 11000111 | 10010101 |
Octal | 353 | 307 | 225 |
Shades of #EBC795
Tints of #EBC795
Examples of css and html codes for elements with #EBC795 color. Also use rgb(235,199,149) instead hex code.
.myTextColor { color: #EBC795; }
<p style="color:#EBC795">This sample text font color is #EBC795.</p>
This text font color is #EBC795.
.myBgColor { background-color: #EBC795; }
<div style="background-color:#EBC795">Inner text</div>
This div background color is #EBC795.
.myBorderColor { border: 1px solid #EBC795; }
<div style="border:3px solid #EBC795">Div</div>
This div border color is #EBC795.
.myOpacity80 { color: #EBC795; opacity: 0.8; }
<p style="color:#EBC795;opacity:0.8;">80%</p>
Text with #EBC795 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #EBC795;}
<p style="text-shadow: 3px 3px 1px #EBC795">Text here.</p>
This text has shadow with #EBC795 color.
.textShadow {text-shadow: 3px 3px 1px #EBC795', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #EBC795, 5px 5px 20px red">Text here.</p>
This text has shadow with #EBC795 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#EBC795, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#EBC795, Direction=45, Strength=4)">Text</p>
This text has shadow with #EBC795 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #EBC795;
-webkit-box-shadow: 1px 1px 3px 2px #EBC795;
box-shadow: 1px 1px 3px 2px #EBC795;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #EBC795; -webkit-box-shadow: 1px 1px 3px 2px #EBC795; box-shadow:1px 1px 3px 2px #EBC795;">
Div content here
</div>
This text has color #EBC795 on black background.
This text has color #EBC795 on white background.
This text has black color on #EBC795 background.
This text has white color on #EBC795 background.
Complementary color for #hex is #14386A.