COLOR #E89C50

HEX: #E89C50
RGB: (232,156,80)

Color info

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

RGB color model

#E89C50 color RGB value is (232,156,80).

  • red value is 232;
  • green value is 156;
  • blue value is 80.
RGB:
(232,156,80)
(91%,61%,31%)

RGB channels and saturation

R 232 of 255 = 91%
G 156 of 255 = 61%
B 80 of 255 = 31%

232
156
80

R + G + B ~ 61%. #E89C50 is quite light color.

Portions of RGB colors in percentages

R + G + B =
232 + 156 + 80 = 468 (100%)
R 232 of 468 ~ 49.57%
G 156 of 468 ~ 33.33%
B 80 of 468 ~ 17.09%

%49.57
%33.33
%17.09

CMYK color model

#E89C50 color CMYK value is (0,33,66,9).

  • cyan value is 0.00%
  • magenta value is 32.76%
  • yellow value is 65.52%
  • key color value is 9.02%
CMYK:
(0,33,66,9)
C0M33Y66K9 
(0%,33%,66%,9%)
(0.00/0.33/0.66/0.09)	

CMYK percentages

%0
%32.76
%65.52
%9.02

Codes

Color #E89C50 in popluar color models

E89C50
RGB23215680
HSL30°76.77%61.18%
HSB/HSV30°65.52%90.98%
CMYK0.00%32.76%65.52%
9.02%

Color #E89C50 in popluar number systems.

HEXE89C50
Decimal23215680
Binary11101000100111001010000
Octal350234120

Shades and tints

Shades of #E89C50

#E89C50
(232,156,80)
#D38E49
(211,142,73)
#BE8042
(190,128,66)
#A9723B
(169,114,59)
#946434
(148,100,52)
#7F562D
(127,86,45)
#6A4826
(106,72,38)
#553A1F
(85,58,31)
#402C18
(64,44,24)
#2B1E11
(43,30,17)
#16100A
(22,16,10)
#000000
(0,0,0)

Tints of #E89C50

#E89C50
(232,156,80)
#EAA55F
(234,165,95)
#ECAE6E
(236,174,110)
#EEB77D
(238,183,125)
#F0C08C
(240,192,140)
#F2C99B
(242,201,155)
#F4D2AA
(244,210,170)
#F6DBB9
(246,219,185)
#F8E4C8
(248,228,200)
#FAEDD7
(250,237,215)
#FCF6E6
(252,246,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E89C50 color. Also use rgb(232,156,80) instead hex code.

Text Font Color

.myTextColor { color: #E89C50; }

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

This text font color is #E89C50.


Background Color

.myBgColor { background-color: #E89C50; }

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

This div background color is #E89C50.


Border color

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

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

This div border color is #E89C50.


Opacity

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

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

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

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

This text has shadow with #E89C50 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E89C50 on black background.


Color preview on white background

This text has color #E89C50 on white background.



Black color preview on #E89C50 background

This text has black color on #E89C50 background.


White color preview on #E89C50 background

This text has white color on #E89C50 background.