COLOR #E8935F

HEX: #E8935F
RGB: (232,147,95)

Color info

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

RGB color model

#E8935F color RGB value is (232,147,95).

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

RGB channels and saturation

R 232 of 255 = 91%
G 147 of 255 = 58%
B 95 of 255 = 37%

232
147
95

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

Portions of RGB colors in percentages

R + G + B =
232 + 147 + 95 = 474 (100%)
R 232 of 474 ~ 48.95%
G 147 of 474 ~ 31.01%
B 95 of 474 ~ 20.04%

%48.95
%31.01
%20.04

CMYK color model

#E8935F color CMYK value is (0,37,59,9).

  • cyan value is 0.00%
  • magenta value is 36.64%
  • yellow value is 59.05%
  • key color value is 9.02%
CMYK:
(0,37,59,9)
C0M37Y59K9 
(0%,37%,59%,9%)
(0.00/0.37/0.59/0.09)	

CMYK percentages

%0
%36.64
%59.05
%9.02

Codes

Color #E8935F in popluar color models

E8935F
RGB23214795
HSL23°74.86%64.12%
HSB/HSV23°59.05%90.98%
CMYK0.00%36.64%59.05%
9.02%

Color #E8935F in popluar number systems.

HEXE8935F
Decimal23214795
Binary11101000100100111011111
Octal350223137

Shades and tints

Shades of #E8935F

#E8935F
(232,147,95)
#D38657
(211,134,87)
#BE794F
(190,121,79)
#A96C47
(169,108,71)
#945F3F
(148,95,63)
#7F5237
(127,82,55)
#6A452F
(106,69,47)
#553827
(85,56,39)
#402B1F
(64,43,31)
#2B1E17
(43,30,23)
#16110F
(22,17,15)
#000000
(0,0,0)

Tints of #E8935F

#E8935F
(232,147,95)
#EA9C6D
(234,156,109)
#ECA57B
(236,165,123)
#EEAE89
(238,174,137)
#F0B797
(240,183,151)
#F2C0A5
(242,192,165)
#F4C9B3
(244,201,179)
#F6D2C1
(246,210,193)
#F8DBCF
(248,219,207)
#FAE4DD
(250,228,221)
#FCEDEB
(252,237,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E8935F; }

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

This text font color is #E8935F.


Background Color

.myBgColor { background-color: #E8935F; }

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

This div background color is #E8935F.


Border color

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

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

This div border color is #E8935F.


Opacity

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

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

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

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

This text has shadow with #E8935F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E8935F on black background.


Color preview on white background

This text has color #E8935F on white background.



Black color preview on #E8935F background

This text has black color on #E8935F background.


White color preview on #E8935F background

This text has white color on #E8935F background.