COLOR #E39D3A

HEX: #E39D3A
RGB: (227,157,58)

Color info

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

RGB color model

#E39D3A color RGB value is (227,157,58).

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

RGB channels and saturation

R 227 of 255 = 89%
G 157 of 255 = 62%
B 58 of 255 = 23%

227
157
58

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

Portions of RGB colors in percentages

R + G + B =
227 + 157 + 58 = 442 (100%)
R 227 of 442 ~ 51.36%
G 157 of 442 ~ 35.52%
B 58 of 442 ~ 13.12%

%51.36
%35.52
%13.12

CMYK color model

#E39D3A color CMYK value is (0,31,74,11).

  • cyan value is 0.00%
  • magenta value is 30.84%
  • yellow value is 74.45%
  • key color value is 10.98%
CMYK:
(0,31,74,11)
C0M31Y74K11 
(0%,31%,74%,11%)
(0.00/0.31/0.74/0.11)	

CMYK percentages

%0
%30.84
%74.45
%10.98

Codes

Color #E39D3A in popluar color models

E39D3A
RGB22715758
HSL35°75.11%55.88%
HSB/HSV35°74.45%89.02%
CMYK0.00%30.84%74.45%
10.98%

Color #E39D3A in popluar number systems.

HEXE39D3A
Decimal22715758
Binary1110001110011101111010
Octal34323572

Shades and tints

Shades of #E39D3A

#E39D3A
(227,157,58)
#CF8F35
(207,143,53)
#BB8130
(187,129,48)
#A7732B
(167,115,43)
#936526
(147,101,38)
#7F5721
(127,87,33)
#6B491C
(107,73,28)
#573B17
(87,59,23)
#432D12
(67,45,18)
#2F1F0D
(47,31,13)
#1B1108
(27,17,8)
#000000
(0,0,0)

Tints of #E39D3A

#E39D3A
(227,157,58)
#E5A54B
(229,165,75)
#E7AD5C
(231,173,92)
#E9B56D
(233,181,109)
#EBBD7E
(235,189,126)
#EDC58F
(237,197,143)
#EFCDA0
(239,205,160)
#F1D5B1
(241,213,177)
#F3DDC2
(243,221,194)
#F5E5D3
(245,229,211)
#F7EDE4
(247,237,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E39D3A; }

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

This text font color is #E39D3A.


Background Color

.myBgColor { background-color: #E39D3A; }

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

This div background color is #E39D3A.


Border color

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

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

This div border color is #E39D3A.


Opacity

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

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

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

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

This text has shadow with #E39D3A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E39D3A on black background.


Color preview on white background

This text has color #E39D3A on white background.



Black color preview on #E39D3A background

This text has black color on #E39D3A background.


White color preview on #E39D3A background

This text has white color on #E39D3A background.