COLOR #E39164

HEX: #E39164
RGB: (227,145,100)

Color info

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

RGB color model

#E39164 color RGB value is (227,145,100).

  • red value is 227;
  • green value is 145;
  • blue value is 100.
RGB:
(227,145,100)
(89%,57%,39%)

RGB channels and saturation

R 227 of 255 = 89%
G 145 of 255 = 57%
B 100 of 255 = 39%

227
145
100

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

Portions of RGB colors in percentages

R + G + B =
227 + 145 + 100 = 472 (100%)
R 227 of 472 ~ 48.09%
G 145 of 472 ~ 30.72%
B 100 of 472 ~ 21.19%

%48.09
%30.72
%21.19

CMYK color model

#E39164 color CMYK value is (0,36,56,11).

  • cyan value is 0.00%
  • magenta value is 36.12%
  • yellow value is 55.95%
  • key color value is 10.98%
CMYK:
(0,36,56,11)
C0M36Y56K11 
(0%,36%,56%,11%)
(0.00/0.36/0.56/0.11)	

CMYK percentages

%0
%36.12
%55.95
%10.98

Codes

Color #E39164 in popluar color models

E39164
RGB227145100
HSL21°69.40%64.12%
HSB/HSV21°55.95%89.02%
CMYK0.00%36.12%55.95%
10.98%

Color #E39164 in popluar number systems.

HEXE39164
Decimal227145100
Binary11100011100100011100100
Octal343221144

Shades and tints

Shades of #E39164

#E39164
(227,145,100)
#CF845B
(207,132,91)
#BB7752
(187,119,82)
#A76A49
(167,106,73)
#935D40
(147,93,64)
#7F5037
(127,80,55)
#6B432E
(107,67,46)
#573625
(87,54,37)
#43291C
(67,41,28)
#2F1C13
(47,28,19)
#1B0F0A
(27,15,10)
#000000
(0,0,0)

Tints of #E39164

#E39164
(227,145,100)
#E59B72
(229,155,114)
#E7A580
(231,165,128)
#E9AF8E
(233,175,142)
#EBB99C
(235,185,156)
#EDC3AA
(237,195,170)
#EFCDB8
(239,205,184)
#F1D7C6
(241,215,198)
#F3E1D4
(243,225,212)
#F5EBE2
(245,235,226)
#F7F5F0
(247,245,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E39164 color. Also use rgb(227,145,100) instead hex code.

Text Font Color

.myTextColor { color: #E39164; }

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

This text font color is #E39164.


Background Color

.myBgColor { background-color: #E39164; }

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

This div background color is #E39164.


Border color

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

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

This div border color is #E39164.


Opacity

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

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

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

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

This text has shadow with #E39164 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E39164 on black background.


Color preview on white background

This text has color #E39164 on white background.



Black color preview on #E39164 background

This text has black color on #E39164 background.


White color preview on #E39164 background

This text has white color on #E39164 background.