COLOR #E8995F

HEX: #E8995F
RGB: (232,153,95)

Color info

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

RGB color model

#E8995F color RGB value is (232,153,95).

  • red value is 232;
  • green value is 153;
  • blue value is 95.
RGB:
(232,153,95)
(91%,60%,37%)

RGB channels and saturation

R 232 of 255 = 91%
G 153 of 255 = 60%
B 95 of 255 = 37%

232
153
95

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

Portions of RGB colors in percentages

R + G + B =
232 + 153 + 95 = 480 (100%)
R 232 of 480 ~ 48.33%
G 153 of 480 ~ 31.88%
B 95 of 480 ~ 19.79%

%48.33
%31.88
%19.79

CMYK color model

#E8995F color CMYK value is (0,34,59,9).

  • cyan value is 0.00%
  • magenta value is 34.05%
  • yellow value is 59.05%
  • key color value is 9.02%
CMYK:
(0,34,59,9)
C0M34Y59K9 
(0%,34%,59%,9%)
(0.00/0.34/0.59/0.09)	

CMYK percentages

%0
%34.05
%59.05
%9.02

Codes

Color #E8995F in popluar color models

E8995F
RGB23215395
HSL25°74.86%64.12%
HSB/HSV25°59.05%90.98%
CMYK0.00%34.05%59.05%
9.02%

Color #E8995F in popluar number systems.

HEXE8995F
Decimal23215395
Binary11101000100110011011111
Octal350231137

Shades and tints

Shades of #E8995F

#E8995F
(232,153,95)
#D38C57
(211,140,87)
#BE7F4F
(190,127,79)
#A97247
(169,114,71)
#94653F
(148,101,63)
#7F5837
(127,88,55)
#6A4B2F
(106,75,47)
#553E27
(85,62,39)
#40311F
(64,49,31)
#2B2417
(43,36,23)
#16170F
(22,23,15)
#000000
(0,0,0)

Tints of #E8995F

#E8995F
(232,153,95)
#EAA26D
(234,162,109)
#ECAB7B
(236,171,123)
#EEB489
(238,180,137)
#F0BD97
(240,189,151)
#F2C6A5
(242,198,165)
#F4CFB3
(244,207,179)
#F6D8C1
(246,216,193)
#F8E1CF
(248,225,207)
#FAEADD
(250,234,221)
#FCF3EB
(252,243,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E8995F color. Also use rgb(232,153,95) instead hex code.

Text Font Color

.myTextColor { color: #E8995F; }

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

This text font color is #E8995F.


Background Color

.myBgColor { background-color: #E8995F; }

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

This div background color is #E8995F.


Border color

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

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

This div border color is #E8995F.


Opacity

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

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

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

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

This text has shadow with #E8995F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E8995F on black background.


Color preview on white background

This text has color #E8995F on white background.



Black color preview on #E8995F background

This text has black color on #E8995F background.


White color preview on #E8995F background

This text has white color on #E8995F background.