COLOR #EB960E

HEX: #EB960E
RGB: (235,150,14)

Color info

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

RGB color model

#EB960E color RGB value is (235,150,14).

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

RGB channels and saturation

R 235 of 255 = 92%
G 150 of 255 = 59%
B 14 of 255 = 5%

235
150
14

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

Portions of RGB colors in percentages

R + G + B =
235 + 150 + 14 = 399 (100%)
R 235 of 399 ~ 58.9%
G 150 of 399 ~ 37.59%
B 14 of 399 ~ 3.51%

%58.9
%37.59

CMYK color model

#EB960E color CMYK value is (0,36,94,8).

  • cyan value is 0.00%
  • magenta value is 36.17%
  • yellow value is 94.04%
  • key color value is 7.84%
CMYK:
(0,36,94,8)
C0M36Y94K8 
(0%,36%,94%,8%)
(0.00/0.36/0.94/0.08)	

CMYK percentages

%0
%36.17
%94.04
%7.84

Codes

Color #EB960E in popluar color models

EB960E
RGB23515014
HSL37°88.76%48.82%
HSB/HSV37°94.04%92.16%
CMYK0.00%36.17%94.04%
7.84%

Color #EB960E in popluar number systems.

HEXEB960E
Decimal23515014
Binary11101011100101101110
Octal35322616

Shades and tints

Shades of #EB960E

#EB960E
(235,150,14)
#D6890D
(214,137,13)
#C17C0C
(193,124,12)
#AC6F0B
(172,111,11)
#97620A
(151,98,10)
#825509
(130,85,9)
#6D4808
(109,72,8)
#583B07
(88,59,7)
#432E06
(67,46,6)
#2E2105
(46,33,5)
#191404
(25,20,4)
#000000
(0,0,0)

Tints of #EB960E

#EB960E
(235,150,14)
#EC9F23
(236,159,35)
#EDA838
(237,168,56)
#EEB14D
(238,177,77)
#EFBA62
(239,186,98)
#F0C377
(240,195,119)
#F1CC8C
(241,204,140)
#F2D5A1
(242,213,161)
#F3DEB6
(243,222,182)
#F4E7CB
(244,231,203)
#F5F0E0
(245,240,224)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EB960E; }

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

This text font color is #EB960E.


Background Color

.myBgColor { background-color: #EB960E; }

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

This div background color is #EB960E.


Border color

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

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

This div border color is #EB960E.


Opacity

.myOpacity80 { color: #EB960E; opacity: 0.8; }

<p style="color:#EB960E;opacity:0.8;">80%</p>

Text with #EB960E 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 #EB960E;}

<p style="text-shadow: 3px 3px 1px #EB960E">Text here.</p>

This text has shadow with #EB960E color.

.textShadow {text-shadow: 3px 3px 1px #EB960E, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #EB960E, 5px 5px 20px red">Text here.</p>

This text has shadow with #EB960E primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#EB960E, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#EB960E, Direction=45, Strength=4)">Text</p>

This text has shadow with #EB960E and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #EB960E;
  -webkit-box-shadow:	1px 1px 3px 2px #EB960E;
  box-shadow:		1px 1px 3px 2px #EB960E;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #EB960E;
-webkit-box-shadow: 1px 1px 3px 2px #EB960E;
box-shadow:1px 1px 3px 2px #EB960E;">
Div content here</div>
This div box has shadow with color #EB960E.

Preview

Color preview on black background

This text has color #EB960E on black background.


Color preview on white background

This text has color #EB960E on white background.



Black color preview on #EB960E background

This text has black color on #EB960E background.


White color preview on #EB960E background

This text has white color on #EB960E background.