COLOR #EB9D13

HEX: #EB9D13
RGB: (235,157,19)

Color info

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

RGB color model

#EB9D13 color RGB value is (235,157,19).

  • red value is 235;
  • green value is 157;
  • blue value is 19.
RGB:
(235,157,19)
(92%,62%,7%)

RGB channels and saturation

R 235 of 255 = 92%
G 157 of 255 = 62%
B 19 of 255 = 7%

235
157
19

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

Portions of RGB colors in percentages

R + G + B =
235 + 157 + 19 = 411 (100%)
R 235 of 411 ~ 57.18%
G 157 of 411 ~ 38.2%
B 19 of 411 ~ 4.62%

%57.18
%38.2

CMYK color model

#EB9D13 color CMYK value is (0,33,92,8).

  • cyan value is 0.00%
  • magenta value is 33.19%
  • yellow value is 91.91%
  • key color value is 7.84%
CMYK:
(0,33,92,8)
C0M33Y92K8 
(0%,33%,92%,8%)
(0.00/0.33/0.92/0.08)	

CMYK percentages

%0
%33.19
%91.91
%7.84

Codes

Color #EB9D13 in popluar color models

EB9D13
RGB23515719
HSL38°85.04%49.80%
HSB/HSV38°91.91%92.16%
CMYK0.00%33.19%91.91%
7.84%

Color #EB9D13 in popluar number systems.

HEXEB9D13
Decimal23515719
Binary111010111001110110011
Octal35323523

Shades and tints

Shades of #EB9D13

#EB9D13
(235,157,19)
#D68F12
(214,143,18)
#C18111
(193,129,17)
#AC7310
(172,115,16)
#97650F
(151,101,15)
#82570E
(130,87,14)
#6D490D
(109,73,13)
#583B0C
(88,59,12)
#432D0B
(67,45,11)
#2E1F0A
(46,31,10)
#191109
(25,17,9)
#000000
(0,0,0)

Tints of #EB9D13

#EB9D13
(235,157,19)
#ECA528
(236,165,40)
#EDAD3D
(237,173,61)
#EEB552
(238,181,82)
#EFBD67
(239,189,103)
#F0C57C
(240,197,124)
#F1CD91
(241,205,145)
#F2D5A6
(242,213,166)
#F3DDBB
(243,221,187)
#F4E5D0
(244,229,208)
#F5EDE5
(245,237,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EB9D13 color. Also use rgb(235,157,19) instead hex code.

Text Font Color

.myTextColor { color: #EB9D13; }

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

This text font color is #EB9D13.


Background Color

.myBgColor { background-color: #EB9D13; }

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

This div background color is #EB9D13.


Border color

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

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

This div border color is #EB9D13.


Opacity

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

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

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

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

This text has shadow with #EB9D13 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EB9D13 on black background.


Color preview on white background

This text has color #EB9D13 on white background.



Black color preview on #EB9D13 background

This text has black color on #EB9D13 background.


White color preview on #EB9D13 background

This text has white color on #EB9D13 background.