COLOR #E39E0A

HEX: #E39E0A
RGB: (227,158,10)

Color info

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

RGB color model

#E39E0A color RGB value is (227,158,10).

  • red value is 227;
  • green value is 158;
  • blue value is 10.
RGB:
(227,158,10)
(89%,62%,4%)

RGB channels and saturation

R 227 of 255 = 89%
G 158 of 255 = 62%
B 10 of 255 = 4%

227
158
10

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

Portions of RGB colors in percentages

R + G + B =
227 + 158 + 10 = 395 (100%)
R 227 of 395 ~ 57.47%
G 158 of 395 ~ 40%
B 10 of 395 ~ 2.53%

%57.47
%40

CMYK color model

#E39E0A color CMYK value is (0,30,96,11).

  • cyan value is 0.00%
  • magenta value is 30.40%
  • yellow value is 95.59%
  • key color value is 10.98%
CMYK:
(0,30,96,11)
C0M30Y96K11 
(0%,30%,96%,11%)
(0.00/0.30/0.96/0.11)	

CMYK percentages

%0
%30.4
%95.59
%10.98

Codes

Color #E39E0A in popluar color models

E39E0A
RGB22715810
HSL41°91.56%46.47%
HSB/HSV41°95.59%89.02%
CMYK0.00%30.40%95.59%
10.98%

Color #E39E0A in popluar number systems.

HEXE39E0A
Decimal22715810
Binary11100011100111101010
Octal34323612

Shades and tints

Shades of #E39E0A

#E39E0A
(227,158,10)
#CF900A
(207,144,10)
#BB820A
(187,130,10)
#A7740A
(167,116,10)
#93660A
(147,102,10)
#7F580A
(127,88,10)
#6B4A0A
(107,74,10)
#573C0A
(87,60,10)
#432E0A
(67,46,10)
#2F200A
(47,32,10)
#1B120A
(27,18,10)
#000000
(0,0,0)

Tints of #E39E0A

#E39E0A
(227,158,10)
#E5A620
(229,166,32)
#E7AE36
(231,174,54)
#E9B64C
(233,182,76)
#EBBE62
(235,190,98)
#EDC678
(237,198,120)
#EFCE8E
(239,206,142)
#F1D6A4
(241,214,164)
#F3DEBA
(243,222,186)
#F5E6D0
(245,230,208)
#F7EEE6
(247,238,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E39E0A color. Also use rgb(227,158,10) instead hex code.

Text Font Color

.myTextColor { color: #E39E0A; }

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

This text font color is #E39E0A.


Background Color

.myBgColor { background-color: #E39E0A; }

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

This div background color is #E39E0A.


Border color

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

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

This div border color is #E39E0A.


Opacity

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

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

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

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

This text has shadow with #E39E0A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E39E0A on black background.


Color preview on white background

This text has color #E39E0A on white background.



Black color preview on #E39E0A background

This text has black color on #E39E0A background.


White color preview on #E39E0A background

This text has white color on #E39E0A background.