HEX: #EB9610
RGB: (235,150,16)
#EB9610 contains mainly red color. Web safe color of #EB9610 is #FF9900 (or #F90).
#EB9610 color RGB value is (235,150,16).
RGB: (235,150,16) (92%,59%,6%)
R 235 of 255 = 92%
G 150 of 255 = 59%
B 16 of 255 = 6%
R + G + B ~ 52%. #EB9610 is middle color (not dark and not light).
R + G + B =
235 + 150 + 16 = 401 (100%)
R 235 of 401 ~ 58.6%
G 150 of 401 ~ 37.41%
B 16 of 401 ~ 3.99%
#EB9610 color CMYK value is (0,36,93,8).
CMYK: (0,36,93,8) C0M36Y93K8 (0%,36%,93%,8%) (0.00/0.36/0.93/0.08)
EB | 96 | 10 | |
---|---|---|---|
RGB | 235 | 150 | 16 |
HSL | 37° | 87.25% | 49.22% |
HSB/HSV | 37° | 93.19% | 92.16% |
CMYK | 0.00% | 36.17% | 93.19% |
7.84% |
HEX | EB | 96 | 10 |
Decimal | 235 | 150 | 16 |
Binary | 11101011 | 10010110 | 10000 |
Octal | 353 | 226 | 20 |
Examples of css and html codes for elements with #EB9610 color. Also use rgb(235,150,16) instead hex code.
.myTextColor { color: #EB9610; }
<p style="color:#EB9610">This sample text font color is #EB9610.</p>
This text font color is #EB9610.
.myBgColor { background-color: #EB9610; }
<div style="background-color:#EB9610">Inner text</div>
This div background color is #EB9610.
.myBorderColor { border: 1px solid #EB9610; }
<div style="border:3px solid #EB9610">Div</div>
This div border color is #EB9610.
.myOpacity80 { color: #EB9610; opacity: 0.8; }
<p style="color:#EB9610;opacity:0.8;">80%</p>
Text with #EB9610 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #EB9610;}
<p style="text-shadow: 3px 3px 1px #EB9610">Text here.</p>
This text has shadow with #EB9610 color.
.textShadow {text-shadow: 3px 3px 1px #EB9610, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #EB9610, 5px 5px 20px red">Text here.</p>
This text has shadow with #EB9610 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#EB9610, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#EB9610, Direction=45, Strength=4)">Text</p>
This text has shadow with #EB9610 and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #EB9610; -webkit-box-shadow: 1px 1px 3px 2px #EB9610; box-shadow: 1px 1px 3px 2px #EB9610; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #EB9610; -webkit-box-shadow: 1px 1px 3px 2px #EB9610; box-shadow:1px 1px 3px 2px #EB9610;">
Div content here</div>
This text has color #EB9610 on black background.
This text has color #EB9610 on white background.
This text has black color on #EB9610 background.
This text has white color on #EB9610 background.