COLOR #E39D06

HEX: #E39D06
RGB: (227,157,6)

Color info

#E39D06 contains mainly red color. Web safe color of #E39D06 is #CC9900 (or #C90).

RGB color model

#E39D06 color RGB value is (227,157,6).

  • red value is 227;
  • green value is 157;
  • blue value is 6.
RGB:
(227,157,6)
(89%,62%,2%)

RGB channels and saturation

R 227 of 255 = 89%
G 157 of 255 = 62%
B 6 of 255 = 2%

227
157
6

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

Portions of RGB colors in percentages

R + G + B =
227 + 157 + 6 = 390 (100%)
R 227 of 390 ~ 58.21%
G 157 of 390 ~ 40.26%
B 6 of 390 ~ 1.54%

%58.21
%40.26

CMYK color model

#E39D06 color CMYK value is (0,31,97,11).

  • cyan value is 0.00%
  • magenta value is 30.84%
  • yellow value is 97.36%
  • key color value is 10.98%
CMYK:
(0,31,97,11)
C0M31Y97K11 
(0%,31%,97%,11%)
(0.00/0.31/0.97/0.11)	

CMYK percentages

%0
%30.84
%97.36
%10.98

Codes

Color #E39D06 in popluar color models

E39D06
RGB2271576
HSL41°94.85%45.69%
HSB/HSV41°97.36%89.02%
CMYK0.00%30.84%97.36%
10.98%

Color #E39D06 in popluar number systems.

HEXE39D06
Decimal2271576
Binary1110001110011101110
Octal3432356

Shades and tints

Shades of #E39D06

#E39D06
(227,157,6)
#CF8F06
(207,143,6)
#BB8106
(187,129,6)
#A77306
(167,115,6)
#936506
(147,101,6)
#7F5706
(127,87,6)
#6B4906
(107,73,6)
#573B06
(87,59,6)
#432D06
(67,45,6)
#2F1F06
(47,31,6)
#1B1106
(27,17,6)
#000000
(0,0,0)

Tints of #E39D06

#E39D06
(227,157,6)
#E5A51C
(229,165,28)
#E7AD32
(231,173,50)
#E9B548
(233,181,72)
#EBBD5E
(235,189,94)
#EDC574
(237,197,116)
#EFCD8A
(239,205,138)
#F1D5A0
(241,213,160)
#F3DDB6
(243,221,182)
#F5E5CC
(245,229,204)
#F7EDE2
(247,237,226)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E39D06 color. Also use rgb(227,157,6) instead hex code.

Text Font Color

.myTextColor { color: #E39D06; }

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

This text font color is #E39D06.


Background Color

.myBgColor { background-color: #E39D06; }

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

This div background color is #E39D06.


Border color

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

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

This div border color is #E39D06.


Opacity

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

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

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

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

This text has shadow with #E39D06 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E39D06 on black background.


Color preview on white background

This text has color #E39D06 on white background.



Black color preview on #E39D06 background

This text has black color on #E39D06 background.


White color preview on #E39D06 background

This text has white color on #E39D06 background.