COLOR #E39C68

HEX: #E39C68
RGB: (227,156,104)

Color info

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

RGB color model

#E39C68 color RGB value is (227,156,104).

  • red value is 227;
  • green value is 156;
  • blue value is 104.
RGB:
(227,156,104)
(89%,61%,41%)

RGB channels and saturation

R 227 of 255 = 89%
G 156 of 255 = 61%
B 104 of 255 = 41%

227
156
104

R + G + B ~ 64%. #E39C68 is quite light color.

Portions of RGB colors in percentages

R + G + B =
227 + 156 + 104 = 487 (100%)
R 227 of 487 ~ 46.61%
G 156 of 487 ~ 32.03%
B 104 of 487 ~ 21.36%

%46.61
%32.03
%21.36

CMYK color model

#E39C68 color CMYK value is (0,31,54,11).

  • cyan value is 0.00%
  • magenta value is 31.28%
  • yellow value is 54.19%
  • key color value is 10.98%
CMYK:
(0,31,54,11)
C0M31Y54K11 
(0%,31%,54%,11%)
(0.00/0.31/0.54/0.11)	

CMYK percentages

%0
%31.28
%54.19
%10.98

Codes

Color #E39C68 in popluar color models

E39C68
RGB227156104
HSL25°68.72%64.90%
HSB/HSV25°54.19%89.02%
CMYK0.00%31.28%54.19%
10.98%

Color #E39C68 in popluar number systems.

HEXE39C68
Decimal227156104
Binary11100011100111001101000
Octal343234150

Shades and tints

Shades of #E39C68

#E39C68
(227,156,104)
#CF8E5F
(207,142,95)
#BB8056
(187,128,86)
#A7724D
(167,114,77)
#936444
(147,100,68)
#7F563B
(127,86,59)
#6B4832
(107,72,50)
#573A29
(87,58,41)
#432C20
(67,44,32)
#2F1E17
(47,30,23)
#1B100E
(27,16,14)
#000000
(0,0,0)

Tints of #E39C68

#E39C68
(227,156,104)
#E5A575
(229,165,117)
#E7AE82
(231,174,130)
#E9B78F
(233,183,143)
#EBC09C
(235,192,156)
#EDC9A9
(237,201,169)
#EFD2B6
(239,210,182)
#F1DBC3
(241,219,195)
#F3E4D0
(243,228,208)
#F5EDDD
(245,237,221)
#F7F6EA
(247,246,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E39C68 color. Also use rgb(227,156,104) instead hex code.

Text Font Color

.myTextColor { color: #E39C68; }

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

This text font color is #E39C68.


Background Color

.myBgColor { background-color: #E39C68; }

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

This div background color is #E39C68.


Border color

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

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

This div border color is #E39C68.


Opacity

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

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

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

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

This text has shadow with #E39C68 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E39C68 on black background.


Color preview on white background

This text has color #E39C68 on white background.



Black color preview on #E39C68 background

This text has black color on #E39C68 background.


White color preview on #E39C68 background

This text has white color on #E39C68 background.