COLOR #E39F70

HEX: #E39F70
RGB: (227,159,112)

Color info

#E39F70 contains mainly red color. Web safe color of #E39F70 is #CC9966 (or #C96).

RGB color model

#E39F70 color RGB value is (227,159,112).

  • red value is 227;
  • green value is 159;
  • blue value is 112.
RGB:
(227,159,112)
(89%,62%,44%)

RGB channels and saturation

R 227 of 255 = 89%
G 159 of 255 = 62%
B 112 of 255 = 44%

227
159
112

R + G + B ~ 65%. #E39F70 is quite light color.

Portions of RGB colors in percentages

R + G + B =
227 + 159 + 112 = 498 (100%)
R 227 of 498 ~ 45.58%
G 159 of 498 ~ 31.93%
B 112 of 498 ~ 22.49%

%45.58
%31.93
%22.49

CMYK color model

#E39F70 color CMYK value is (0,30,51,11).

  • cyan value is 0.00%
  • magenta value is 29.96%
  • yellow value is 50.66%
  • key color value is 10.98%
CMYK:
(0,30,51,11)
C0M30Y51K11 
(0%,30%,51%,11%)
(0.00/0.30/0.51/0.11)	

CMYK percentages

%0
%29.96
%50.66
%10.98

Codes

Color #E39F70 in popluar color models

E39F70
RGB227159112
HSL25°67.25%66.47%
HSB/HSV25°50.66%89.02%
CMYK0.00%29.96%50.66%
10.98%

Color #E39F70 in popluar number systems.

HEXE39F70
Decimal227159112
Binary11100011100111111110000
Octal343237160

Shades and tints

Shades of #E39F70

#E39F70
(227,159,112)
#CF9166
(207,145,102)
#BB835C
(187,131,92)
#A77552
(167,117,82)
#936748
(147,103,72)
#7F593E
(127,89,62)
#6B4B34
(107,75,52)
#573D2A
(87,61,42)
#432F20
(67,47,32)
#2F2116
(47,33,22)
#1B130C
(27,19,12)
#000000
(0,0,0)

Tints of #E39F70

#E39F70
(227,159,112)
#E5A77D
(229,167,125)
#E7AF8A
(231,175,138)
#E9B797
(233,183,151)
#EBBFA4
(235,191,164)
#EDC7B1
(237,199,177)
#EFCFBE
(239,207,190)
#F1D7CB
(241,215,203)
#F3DFD8
(243,223,216)
#F5E7E5
(245,231,229)
#F7EFF2
(247,239,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E39F70 color. Also use rgb(227,159,112) instead hex code.

Text Font Color

.myTextColor { color: #E39F70; }

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

This text font color is #E39F70.


Background Color

.myBgColor { background-color: #E39F70; }

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

This div background color is #E39F70.


Border color

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

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

This div border color is #E39F70.


Opacity

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

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

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

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

This text has shadow with #E39F70 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E39F70 on black background.


Color preview on white background

This text has color #E39F70 on white background.



Black color preview on #E39F70 background

This text has black color on #E39F70 background.


White color preview on #E39F70 background

This text has white color on #E39F70 background.