HEX: #EBCA6B
RGB: (235,202,107)
#EBCA6B contains mainly red and green colors. Web safe color of #EBCA6B is #FFCC66 (or #FC6).
#EBCA6B color RGB value is (235,202,107).
RGB: (235,202,107)
(92%, 79%, 42%)
R 235 of 255 = 92%
G 202 of 255 = 79%
B 107 of 255 = 42%
R + G + B ~ 71%. #EBCA6B is quite light color.
R + G + B = 235 + 202 + 107 = 544 (100%)
R 235 of 544 ~ 43.2%
G 202 of 544 ~ 37.13%
B 107 of 544 ~ 19.67'%
#EBCA6B color CMYK value is (0,14,54,8).
CMYK: (0,14,54,8)
C0M14Y54K8 (0%, 14%, 54%, 8%)
(0.00 / 0.14 / 0.54 / 0.08)
Color #EBCA6B in popluar color models
EB | CA | 6B | |
---|---|---|---|
RGB | 235 | 202 | 107 |
HSL | 45° | 76.19% | 67.06% |
HSB/HSV | 45° | 54.47% | 92.16% |
CMYK | 0.00% | 14.04% | 54.47% |
7.84% |
Color #EBCA6B in popluar number systems.
HEX | EB | CA | 6B |
Decimal | 235 | 202 | 107 |
Binary | 11101011 | 11001010 | 1101011 |
Octal | 353 | 312 | 153 |
Shades of #EBCA6B
Tints of #EBCA6B
Examples of css and html codes for elements with #EBCA6B color. Also use rgb(235,202,107) instead hex code.
.myTextColor { color: #EBCA6B; }
<p style="color:#EBCA6B">This sample text font color is #EBCA6B.</p>
This text font color is #EBCA6B.
.myBgColor { background-color: #EBCA6B; }
<div style="background-color:#EBCA6B">Inner text</div>
This div background color is #EBCA6B.
.myBorderColor { border: 1px solid #EBCA6B; }
<div style="border:3px solid #EBCA6B">Div</div>
This div border color is #EBCA6B.
.myOpacity80 { color: #EBCA6B; opacity: 0.8; }
<p style="color:#EBCA6B;opacity:0.8;">80%</p>
Text with #EBCA6B color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #EBCA6B;}
<p style="text-shadow: 3px 3px 1px #EBCA6B">Text here.</p>
This text has shadow with #EBCA6B color.
.textShadow {text-shadow: 3px 3px 1px #EBCA6B', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #EBCA6B, 5px 5px 20px red">Text here.</p>
This text has shadow with #EBCA6B primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#EBCA6B, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#EBCA6B, Direction=45, Strength=4)">Text</p>
This text has shadow with #EBCA6B and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #EBCA6B;
-webkit-box-shadow: 1px 1px 3px 2px #EBCA6B;
box-shadow: 1px 1px 3px 2px #EBCA6B;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #EBCA6B; -webkit-box-shadow: 1px 1px 3px 2px #EBCA6B; box-shadow:1px 1px 3px 2px #EBCA6B;">
Div content here
</div>
This text has color #EBCA6B on black background.
This text has color #EBCA6B on white background.
This text has black color on #EBCA6B background.
This text has white color on #EBCA6B background.
Complementary color for #hex is #143594.