COLOR #E39046

HEX: #E39046
RGB: (227,144,70)

Color info

#E39046 contains mainly red color. Web safe color of #E39046 is #CC9933 (or #C93).

RGB color model

#E39046 color RGB value is (227,144,70).

  • red value is 227;
  • green value is 144;
  • blue value is 70.
RGB:
(227,144,70)
(89%,56%,27%)

RGB channels and saturation

R 227 of 255 = 89%
G 144 of 255 = 56%
B 70 of 255 = 27%

227
144
70

R + G + B ~ 57%. #E39046 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
227 + 144 + 70 = 441 (100%)
R 227 of 441 ~ 51.47%
G 144 of 441 ~ 32.65%
B 70 of 441 ~ 15.87%

%51.47
%32.65
%15.87

CMYK color model

#E39046 color CMYK value is (0,37,69,11).

  • cyan value is 0.00%
  • magenta value is 36.56%
  • yellow value is 69.16%
  • key color value is 10.98%
CMYK:
(0,37,69,11)
C0M37Y69K11 
(0%,37%,69%,11%)
(0.00/0.37/0.69/0.11)	

CMYK percentages

%0
%36.56
%69.16
%10.98

Codes

Color #E39046 in popluar color models

E39046
RGB22714470
HSL28°73.71%58.24%
HSB/HSV28°69.16%89.02%
CMYK0.00%36.56%69.16%
10.98%

Color #E39046 in popluar number systems.

HEXE39046
Decimal22714470
Binary11100011100100001000110
Octal343220106

Shades and tints

Shades of #E39046

#E39046
(227,144,70)
#CF8340
(207,131,64)
#BB763A
(187,118,58)
#A76934
(167,105,52)
#935C2E
(147,92,46)
#7F4F28
(127,79,40)
#6B4222
(107,66,34)
#57351C
(87,53,28)
#432816
(67,40,22)
#2F1B10
(47,27,16)
#1B0E0A
(27,14,10)
#000000
(0,0,0)

Tints of #E39046

#E39046
(227,144,70)
#E59A56
(229,154,86)
#E7A466
(231,164,102)
#E9AE76
(233,174,118)
#EBB886
(235,184,134)
#EDC296
(237,194,150)
#EFCCA6
(239,204,166)
#F1D6B6
(241,214,182)
#F3E0C6
(243,224,198)
#F5EAD6
(245,234,214)
#F7F4E6
(247,244,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E39046 color. Also use rgb(227,144,70) instead hex code.

Text Font Color

.myTextColor { color: #E39046; }

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

This text font color is #E39046.


Background Color

.myBgColor { background-color: #E39046; }

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

This div background color is #E39046.


Border color

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

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

This div border color is #E39046.


Opacity

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

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

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

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

This text has shadow with #E39046 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E39046 on black background.


Color preview on white background

This text has color #E39046 on white background.



Black color preview on #E39046 background

This text has black color on #E39046 background.


White color preview on #E39046 background

This text has white color on #E39046 background.