COLOR #EA9E2E

HEX: #EA9E2E
RGB: (234,158,46)

Color info

#EA9E2E contains mainly red color. Web safe color of #EA9E2E is #FF9933 (or #F93).

RGB color model

#EA9E2E color RGB value is (234,158,46).

  • red value is 234;
  • green value is 158;
  • blue value is 46.
RGB:
(234,158,46)
(92%,62%,18%)

RGB channels and saturation

R 234 of 255 = 92%
G 158 of 255 = 62%
B 46 of 255 = 18%

234
158
46

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

Portions of RGB colors in percentages

R + G + B =
234 + 158 + 46 = 438 (100%)
R 234 of 438 ~ 53.42%
G 158 of 438 ~ 36.07%
B 46 of 438 ~ 10.5%

%53.42
%36.07
%10.5

CMYK color model

#EA9E2E color CMYK value is (0,32,80,8).

  • cyan value is 0.00%
  • magenta value is 32.48%
  • yellow value is 80.34%
  • key color value is 8.24%
CMYK:
(0,32,80,8)
C0M32Y80K8 
(0%,32%,80%,8%)
(0.00/0.32/0.80/0.08)	

CMYK percentages

%0
%32.48
%80.34
%8.24

Codes

Color #EA9E2E in popluar color models

EA9E2E
RGB23415846
HSL36°81.74%54.90%
HSB/HSV36°80.34%91.76%
CMYK0.00%32.48%80.34%
8.24%

Color #EA9E2E in popluar number systems.

HEXEA9E2E
Decimal23415846
Binary1110101010011110101110
Octal35223656

Shades and tints

Shades of #EA9E2E

#EA9E2E
(234,158,46)
#D5902A
(213,144,42)
#C08226
(192,130,38)
#AB7422
(171,116,34)
#96661E
(150,102,30)
#81581A
(129,88,26)
#6C4A16
(108,74,22)
#573C12
(87,60,18)
#422E0E
(66,46,14)
#2D200A
(45,32,10)
#181206
(24,18,6)
#000000
(0,0,0)

Tints of #EA9E2E

#EA9E2E
(234,158,46)
#EBA641
(235,166,65)
#ECAE54
(236,174,84)
#EDB667
(237,182,103)
#EEBE7A
(238,190,122)
#EFC68D
(239,198,141)
#F0CEA0
(240,206,160)
#F1D6B3
(241,214,179)
#F2DEC6
(242,222,198)
#F3E6D9
(243,230,217)
#F4EEEC
(244,238,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EA9E2E color. Also use rgb(234,158,46) instead hex code.

Text Font Color

.myTextColor { color: #EA9E2E; }

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

This text font color is #EA9E2E.


Background Color

.myBgColor { background-color: #EA9E2E; }

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

This div background color is #EA9E2E.


Border color

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

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

This div border color is #EA9E2E.


Opacity

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

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

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

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

This text has shadow with #EA9E2E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EA9E2E on black background.


Color preview on white background

This text has color #EA9E2E on white background.



Black color preview on #EA9E2E background

This text has black color on #EA9E2E background.


White color preview on #EA9E2E background

This text has white color on #EA9E2E background.