COLOR #EB9D55

HEX: #EB9D55
RGB: (235,157,85)

Color info

#EB9D55 contains mainly red color. Web safe color of #EB9D55 is #FF9966 (or #F96).

RGB color model

#EB9D55 color RGB value is (235,157,85).

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

RGB channels and saturation

R 235 of 255 = 92%
G 157 of 255 = 62%
B 85 of 255 = 33%

235
157
85

R + G + B ~ 62%. #EB9D55 is quite light color.

Portions of RGB colors in percentages

R + G + B =
235 + 157 + 85 = 477 (100%)
R 235 of 477 ~ 49.27%
G 157 of 477 ~ 32.91%
B 85 of 477 ~ 17.82%

%49.27
%32.91
%17.82

CMYK color model

#EB9D55 color CMYK value is (0,33,64,8).

  • cyan value is 0.00%
  • magenta value is 33.19%
  • yellow value is 63.83%
  • key color value is 7.84%
CMYK:
(0,33,64,8)
C0M33Y64K8 
(0%,33%,64%,8%)
(0.00/0.33/0.64/0.08)	

CMYK percentages

%0
%33.19
%63.83
%7.84

Codes

Color #EB9D55 in popluar color models

EB9D55
RGB23515785
HSL29°78.95%62.75%
HSB/HSV29°63.83%92.16%
CMYK0.00%33.19%63.83%
7.84%

Color #EB9D55 in popluar number systems.

HEXEB9D55
Decimal23515785
Binary11101011100111011010101
Octal353235125

Shades and tints

Shades of #EB9D55

#EB9D55
(235,157,85)
#D68F4E
(214,143,78)
#C18147
(193,129,71)
#AC7340
(172,115,64)
#976539
(151,101,57)
#825732
(130,87,50)
#6D492B
(109,73,43)
#583B24
(88,59,36)
#432D1D
(67,45,29)
#2E1F16
(46,31,22)
#19110F
(25,17,15)
#000000
(0,0,0)

Tints of #EB9D55

#EB9D55
(235,157,85)
#ECA564
(236,165,100)
#EDAD73
(237,173,115)
#EEB582
(238,181,130)
#EFBD91
(239,189,145)
#F0C5A0
(240,197,160)
#F1CDAF
(241,205,175)
#F2D5BE
(242,213,190)
#F3DDCD
(243,221,205)
#F4E5DC
(244,229,220)
#F5EDEB
(245,237,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EB9D55; }

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

This text font color is #EB9D55.


Background Color

.myBgColor { background-color: #EB9D55; }

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

This div background color is #EB9D55.


Border color

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

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

This div border color is #EB9D55.


Opacity

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

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

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

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

This text has shadow with #EB9D55 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EB9D55 on black background.


Color preview on white background

This text has color #EB9D55 on white background.



Black color preview on #EB9D55 background

This text has black color on #EB9D55 background.


White color preview on #EB9D55 background

This text has white color on #EB9D55 background.