COLOR #EB8953

HEX: #EB8953
RGB: (235,137,83)

Color info

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

RGB color model

#EB8953 color RGB value is (235,137,83).

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

RGB channels and saturation

R 235 of 255 = 92%
G 137 of 255 = 54%
B 83 of 255 = 33%

235
137
83

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

Portions of RGB colors in percentages

R + G + B =
235 + 137 + 83 = 455 (100%)
R 235 of 455 ~ 51.65%
G 137 of 455 ~ 30.11%
B 83 of 455 ~ 18.24%

%51.65
%30.11
%18.24

CMYK color model

#EB8953 color CMYK value is (0,42,65,8).

  • cyan value is 0.00%
  • magenta value is 41.70%
  • yellow value is 64.68%
  • key color value is 7.84%
CMYK:
(0,42,65,8)
C0M42Y65K8 
(0%,42%,65%,8%)
(0.00/0.42/0.65/0.08)	

CMYK percentages

%0
%41.7
%64.68
%7.84

Codes

Color #EB8953 in popluar color models

EB8953
RGB23513783
HSL21°79.17%62.35%
HSB/HSV21°64.68%92.16%
CMYK0.00%41.70%64.68%
7.84%

Color #EB8953 in popluar number systems.

HEXEB8953
Decimal23513783
Binary11101011100010011010011
Octal353211123

Shades and tints

Shades of #EB8953

#EB8953
(235,137,83)
#D67D4C
(214,125,76)
#C17145
(193,113,69)
#AC653E
(172,101,62)
#975937
(151,89,55)
#824D30
(130,77,48)
#6D4129
(109,65,41)
#583522
(88,53,34)
#43291B
(67,41,27)
#2E1D14
(46,29,20)
#19110D
(25,17,13)
#000000
(0,0,0)

Tints of #EB8953

#EB8953
(235,137,83)
#EC9362
(236,147,98)
#ED9D71
(237,157,113)
#EEA780
(238,167,128)
#EFB18F
(239,177,143)
#F0BB9E
(240,187,158)
#F1C5AD
(241,197,173)
#F2CFBC
(242,207,188)
#F3D9CB
(243,217,203)
#F4E3DA
(244,227,218)
#F5EDE9
(245,237,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EB8953; }

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

This text font color is #EB8953.


Background Color

.myBgColor { background-color: #EB8953; }

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

This div background color is #EB8953.


Border color

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

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

This div border color is #EB8953.


Opacity

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

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

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

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

This text has shadow with #EB8953 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EB8953 on black background.


Color preview on white background

This text has color #EB8953 on white background.



Black color preview on #EB8953 background

This text has black color on #EB8953 background.


White color preview on #EB8953 background

This text has white color on #EB8953 background.