COLOR #E39414

HEX: #E39414
RGB: (227,148,20)

Color info

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

RGB color model

#E39414 color RGB value is (227,148,20).

  • red value is 227;
  • green value is 148;
  • blue value is 20.
RGB:
(227,148,20)
(89%,58%,8%)

RGB channels and saturation

R 227 of 255 = 89%
G 148 of 255 = 58%
B 20 of 255 = 8%

227
148
20

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

Portions of RGB colors in percentages

R + G + B =
227 + 148 + 20 = 395 (100%)
R 227 of 395 ~ 57.47%
G 148 of 395 ~ 37.47%
B 20 of 395 ~ 5.06%

%57.47
%37.47

CMYK color model

#E39414 color CMYK value is (0,35,91,11).

  • cyan value is 0.00%
  • magenta value is 34.80%
  • yellow value is 91.19%
  • key color value is 10.98%
CMYK:
(0,35,91,11)
C0M35Y91K11 
(0%,35%,91%,11%)
(0.00/0.35/0.91/0.11)	

CMYK percentages

%0
%34.8
%91.19
%10.98

Codes

Color #E39414 in popluar color models

E39414
RGB22714820
HSL37°83.81%48.43%
HSB/HSV37°91.19%89.02%
CMYK0.00%34.80%91.19%
10.98%

Color #E39414 in popluar number systems.

HEXE39414
Decimal22714820
Binary111000111001010010100
Octal34322424

Shades and tints

Shades of #E39414

#E39414
(227,148,20)
#CF8713
(207,135,19)
#BB7A12
(187,122,18)
#A76D11
(167,109,17)
#936010
(147,96,16)
#7F530F
(127,83,15)
#6B460E
(107,70,14)
#57390D
(87,57,13)
#432C0C
(67,44,12)
#2F1F0B
(47,31,11)
#1B120A
(27,18,10)
#000000
(0,0,0)

Tints of #E39414

#E39414
(227,148,20)
#E59D29
(229,157,41)
#E7A63E
(231,166,62)
#E9AF53
(233,175,83)
#EBB868
(235,184,104)
#EDC17D
(237,193,125)
#EFCA92
(239,202,146)
#F1D3A7
(241,211,167)
#F3DCBC
(243,220,188)
#F5E5D1
(245,229,209)
#F7EEE6
(247,238,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E39414 color. Also use rgb(227,148,20) instead hex code.

Text Font Color

.myTextColor { color: #E39414; }

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

This text font color is #E39414.


Background Color

.myBgColor { background-color: #E39414; }

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

This div background color is #E39414.


Border color

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

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

This div border color is #E39414.


Opacity

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

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

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

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

This text has shadow with #E39414 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E39414 on black background.


Color preview on white background

This text has color #E39414 on white background.



Black color preview on #E39414 background

This text has black color on #E39414 background.


White color preview on #E39414 background

This text has white color on #E39414 background.