COLOR #E89B5D

HEX: #E89B5D
RGB: (232,155,93)

Color info

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

RGB color model

#E89B5D color RGB value is (232,155,93).

  • red value is 232;
  • green value is 155;
  • blue value is 93.
RGB:
(232,155,93)
(91%,61%,36%)

RGB channels and saturation

R 232 of 255 = 91%
G 155 of 255 = 61%
B 93 of 255 = 36%

232
155
93

R + G + B ~ 63%. #E89B5D is quite light color.

Portions of RGB colors in percentages

R + G + B =
232 + 155 + 93 = 480 (100%)
R 232 of 480 ~ 48.33%
G 155 of 480 ~ 32.29%
B 93 of 480 ~ 19.38%

%48.33
%32.29
%19.38

CMYK color model

#E89B5D color CMYK value is (0,33,60,9).

  • cyan value is 0.00%
  • magenta value is 33.19%
  • yellow value is 59.91%
  • key color value is 9.02%
CMYK:
(0,33,60,9)
C0M33Y60K9 
(0%,33%,60%,9%)
(0.00/0.33/0.60/0.09)	

CMYK percentages

%0
%33.19
%59.91
%9.02

Codes

Color #E89B5D in popluar color models

E89B5D
RGB23215593
HSL27°75.14%63.73%
HSB/HSV27°59.91%90.98%
CMYK0.00%33.19%59.91%
9.02%

Color #E89B5D in popluar number systems.

HEXE89B5D
Decimal23215593
Binary11101000100110111011101
Octal350233135

Shades and tints

Shades of #E89B5D

#E89B5D
(232,155,93)
#D38D55
(211,141,85)
#BE7F4D
(190,127,77)
#A97145
(169,113,69)
#94633D
(148,99,61)
#7F5535
(127,85,53)
#6A472D
(106,71,45)
#553925
(85,57,37)
#402B1D
(64,43,29)
#2B1D15
(43,29,21)
#160F0D
(22,15,13)
#000000
(0,0,0)

Tints of #E89B5D

#E89B5D
(232,155,93)
#EAA46B
(234,164,107)
#ECAD79
(236,173,121)
#EEB687
(238,182,135)
#F0BF95
(240,191,149)
#F2C8A3
(242,200,163)
#F4D1B1
(244,209,177)
#F6DABF
(246,218,191)
#F8E3CD
(248,227,205)
#FAECDB
(250,236,219)
#FCF5E9
(252,245,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E89B5D color. Also use rgb(232,155,93) instead hex code.

Text Font Color

.myTextColor { color: #E89B5D; }

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

This text font color is #E89B5D.


Background Color

.myBgColor { background-color: #E89B5D; }

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

This div background color is #E89B5D.


Border color

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

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

This div border color is #E89B5D.


Opacity

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

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

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

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

This text has shadow with #E89B5D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E89B5D on black background.


Color preview on white background

This text has color #E89B5D on white background.



Black color preview on #E89B5D background

This text has black color on #E89B5D background.


White color preview on #E89B5D background

This text has white color on #E89B5D background.