COLOR #EB9610

HEX: #EB9610
RGB: (235,150,16)

Color info

#EB9610 contains mainly red color. Web safe color of #EB9610 is #FF9900 (or #F90).

RGB color model

#EB9610 color RGB value is (235,150,16).

  • red value is 235;
  • green value is 150;
  • blue value is 16.
RGB:
(235,150,16)
(92%,59%,6%)

RGB channels and saturation

R 235 of 255 = 92%
G 150 of 255 = 59%
B 16 of 255 = 6%

235
150
16

R + G + B ~ 52%. #EB9610 is middle color (not dark and not light).

Portions of RGB colors in percentages

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%

%58.6
%37.41

CMYK color model

#EB9610 color CMYK value is (0,36,93,8).

  • cyan value is 0.00%
  • magenta value is 36.17%
  • yellow value is 93.19%
  • key color value is 7.84%
CMYK:
(0,36,93,8)
C0M36Y93K8 
(0%,36%,93%,8%)
(0.00/0.36/0.93/0.08)	

CMYK percentages

%0
%36.17
%93.19
%7.84

Codes

Color #EB9610 in popluar color models

EB9610
RGB23515016
HSL37°87.25%49.22%
HSB/HSV37°93.19%92.16%
CMYK0.00%36.17%93.19%
7.84%

Color #EB9610 in popluar number systems.

HEXEB9610
Decimal23515016
Binary111010111001011010000
Octal35322620

Shades and tints

Shades of #EB9610

#EB9610
(235,150,16)
#D6890F
(214,137,15)
#C17C0E
(193,124,14)
#AC6F0D
(172,111,13)
#97620C
(151,98,12)
#82550B
(130,85,11)
#6D480A
(109,72,10)
#583B09
(88,59,9)
#432E08
(67,46,8)
#2E2107
(46,33,7)
#191406
(25,20,6)
#000000
(0,0,0)

Tints of #EB9610

#EB9610
(235,150,16)
#EC9F25
(236,159,37)
#EDA83A
(237,168,58)
#EEB14F
(238,177,79)
#EFBA64
(239,186,100)
#F0C379
(240,195,121)
#F1CC8E
(241,204,142)
#F2D5A3
(242,213,163)
#F3DEB8
(243,222,184)
#F4E7CD
(244,231,205)
#F5F0E2
(245,240,226)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EB9610 color. Also use rgb(235,150,16) instead hex code.

Text Font Color

.myTextColor { color: #EB9610; }

<p style="color:#EB9610">This sample text font color is #EB9610.</p>

This text font color is #EB9610.


Background Color

.myBgColor { background-color: #EB9610; }

<div style="background-color:#EB9610">Inner text</div>

This div background color is #EB9610.


Border color

.myBorderColor { border: 1px solid #EB9610; }

<div style="border:3px solid #EB9610">Div</div>

This div border color is #EB9610.


Opacity

.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%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.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.


Div box shadow color

/* 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 div box has shadow with color #EB9610.

Preview

Color preview on black background

This text has color #EB9610 on black background.


Color preview on white background

This text has color #EB9610 on white background.



Black color preview on #EB9610 background

This text has black color on #EB9610 background.


White color preview on #EB9610 background

This text has white color on #EB9610 background.