COLOR #EB9B53

HEX: #EB9B53
RGB: (235,155,83)

Color info

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

RGB color model

#EB9B53 color RGB value is (235,155,83).

  • red value is 235;
  • green value is 155;
  • blue value is 83.
RGB:
(235,155,83)
(92%,61%,33%)

RGB channels and saturation

R 235 of 255 = 92%
G 155 of 255 = 61%
B 83 of 255 = 33%

235
155
83

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

Portions of RGB colors in percentages

R + G + B =
235 + 155 + 83 = 473 (100%)
R 235 of 473 ~ 49.68%
G 155 of 473 ~ 32.77%
B 83 of 473 ~ 17.55%

%49.68
%32.77
%17.55

CMYK color model

#EB9B53 color CMYK value is (0,34,65,8).

  • cyan value is 0.00%
  • magenta value is 34.04%
  • yellow value is 64.68%
  • key color value is 7.84%
CMYK:
(0,34,65,8)
C0M34Y65K8 
(0%,34%,65%,8%)
(0.00/0.34/0.65/0.08)	

CMYK percentages

%0
%34.04
%64.68
%7.84

Codes

Color #EB9B53 in popluar color models

EB9B53
RGB23515583
HSL28°79.17%62.35%
HSB/HSV28°64.68%92.16%
CMYK0.00%34.04%64.68%
7.84%

Color #EB9B53 in popluar number systems.

HEXEB9B53
Decimal23515583
Binary11101011100110111010011
Octal353233123

Shades and tints

Shades of #EB9B53

#EB9B53
(235,155,83)
#D68D4C
(214,141,76)
#C17F45
(193,127,69)
#AC713E
(172,113,62)
#976337
(151,99,55)
#825530
(130,85,48)
#6D4729
(109,71,41)
#583922
(88,57,34)
#432B1B
(67,43,27)
#2E1D14
(46,29,20)
#190F0D
(25,15,13)
#000000
(0,0,0)

Tints of #EB9B53

#EB9B53
(235,155,83)
#ECA462
(236,164,98)
#EDAD71
(237,173,113)
#EEB680
(238,182,128)
#EFBF8F
(239,191,143)
#F0C89E
(240,200,158)
#F1D1AD
(241,209,173)
#F2DABC
(242,218,188)
#F3E3CB
(243,227,203)
#F4ECDA
(244,236,218)
#F5F5E9
(245,245,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EB9B53 color. Also use rgb(235,155,83) instead hex code.

Text Font Color

.myTextColor { color: #EB9B53; }

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

This text font color is #EB9B53.


Background Color

.myBgColor { background-color: #EB9B53; }

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

This div background color is #EB9B53.


Border color

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

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

This div border color is #EB9B53.


Opacity

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

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

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

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

This text has shadow with #EB9B53 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EB9B53 on black background.


Color preview on white background

This text has color #EB9B53 on white background.



Black color preview on #EB9B53 background

This text has black color on #EB9B53 background.


White color preview on #EB9B53 background

This text has white color on #EB9B53 background.