HEX: #EBEB9C
RGB: (235,235,156)
#EBEB9C contains mainly red and green colors. Web safe color of #EBEB9C is #FFFF99 (or #FF9).
#EBEB9C color RGB value is (235,235,156).
RGB: (235,235,156)
(92%, 92%, 61%)
R 235 of 255 = 92%
G 235 of 255 = 92%
B 156 of 255 = 61%
R + G + B ~ 82%. #EBEB9C is quite light color.
R + G + B = 235 + 235 + 156 = 626 (100%)
R 235 of 626 ~ 37.54%
G 235 of 626 ~ 37.54%
B 156 of 626 ~ 24.92'%
#EBEB9C color CMYK value is (0,0,34,8).
CMYK: (0,0,34,8)
C0M0Y34K8 (0%, 0%, 34%, 8%)
(0.00 / 0.00 / 0.34 / 0.08)
Color #EBEB9C in popluar color models
EB | EB | 9C | |
---|---|---|---|
RGB | 235 | 235 | 156 |
HSL | 60° | 66.39% | 76.67% |
HSB/HSV | 60° | 33.62% | 92.16% |
CMYK | 0.00% | 0.00% | 33.62% |
7.84% |
Color #EBEB9C in popluar number systems.
HEX | EB | EB | 9C |
Decimal | 235 | 235 | 156 |
Binary | 11101011 | 11101011 | 10011100 |
Octal | 353 | 353 | 234 |
Shades of #EBEB9C
Tints of #EBEB9C
Examples of css and html codes for elements with #EBEB9C color. Also use rgb(235,235,156) instead hex code.
.myTextColor { color: #EBEB9C; }
<p style="color:#EBEB9C">This sample text font color is #EBEB9C.</p>
This text font color is #EBEB9C.
.myBgColor { background-color: #EBEB9C; }
<div style="background-color:#EBEB9C">Inner text</div>
This div background color is #EBEB9C.
.myBorderColor { border: 1px solid #EBEB9C; }
<div style="border:3px solid #EBEB9C">Div</div>
This div border color is #EBEB9C.
.myOpacity80 { color: #EBEB9C; opacity: 0.8; }
<p style="color:#EBEB9C;opacity:0.8;">80%</p>
Text with #EBEB9C color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #EBEB9C;}
<p style="text-shadow: 3px 3px 1px #EBEB9C">Text here.</p>
This text has shadow with #EBEB9C color.
.textShadow {text-shadow: 3px 3px 1px #EBEB9C', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #EBEB9C, 5px 5px 20px red">Text here.</p>
This text has shadow with #EBEB9C primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#EBEB9C, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#EBEB9C, Direction=45, Strength=4)">Text</p>
This text has shadow with #EBEB9C and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #EBEB9C;
-webkit-box-shadow: 1px 1px 3px 2px #EBEB9C;
box-shadow: 1px 1px 3px 2px #EBEB9C;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #EBEB9C; -webkit-box-shadow: 1px 1px 3px 2px #EBEB9C; box-shadow:1px 1px 3px 2px #EBEB9C;">
Div content here
</div>
This text has color #EBEB9C on black background.
This text has color #EBEB9C on white background.
This text has black color on #EBEB9C background.
This text has white color on #EBEB9C background.