COLOR #EA8E20

HEX: #EA8E20
RGB: (234,142,32)

Color info

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

RGB color model

#EA8E20 color RGB value is (234,142,32).

  • red value is 234;
  • green value is 142;
  • blue value is 32.
RGB:
(234,142,32)
(92%,56%,13%)

RGB channels and saturation

R 234 of 255 = 92%
G 142 of 255 = 56%
B 32 of 255 = 13%

234
142
32

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

Portions of RGB colors in percentages

R + G + B =
234 + 142 + 32 = 408 (100%)
R 234 of 408 ~ 57.35%
G 142 of 408 ~ 34.8%
B 32 of 408 ~ 7.84%

%57.35
%34.8

CMYK color model

#EA8E20 color CMYK value is (0,39,86,8).

  • cyan value is 0.00%
  • magenta value is 39.32%
  • yellow value is 86.32%
  • key color value is 8.24%
CMYK:
(0,39,86,8)
C0M39Y86K8 
(0%,39%,86%,8%)
(0.00/0.39/0.86/0.08)	

CMYK percentages

%0
%39.32
%86.32
%8.24

Codes

Color #EA8E20 in popluar color models

EA8E20
RGB23414232
HSL33°82.79%52.16%
HSB/HSV33°86.32%91.76%
CMYK0.00%39.32%86.32%
8.24%

Color #EA8E20 in popluar number systems.

HEXEA8E20
Decimal23414232
Binary1110101010001110100000
Octal35221640

Shades and tints

Shades of #EA8E20

#EA8E20
(234,142,32)
#D5821E
(213,130,30)
#C0761C
(192,118,28)
#AB6A1A
(171,106,26)
#965E18
(150,94,24)
#815216
(129,82,22)
#6C4614
(108,70,20)
#573A12
(87,58,18)
#422E10
(66,46,16)
#2D220E
(45,34,14)
#18160C
(24,22,12)
#000000
(0,0,0)

Tints of #EA8E20

#EA8E20
(234,142,32)
#EB9834
(235,152,52)
#ECA248
(236,162,72)
#EDAC5C
(237,172,92)
#EEB670
(238,182,112)
#EFC084
(239,192,132)
#F0CA98
(240,202,152)
#F1D4AC
(241,212,172)
#F2DEC0
(242,222,192)
#F3E8D4
(243,232,212)
#F4F2E8
(244,242,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EA8E20 color. Also use rgb(234,142,32) instead hex code.

Text Font Color

.myTextColor { color: #EA8E20; }

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

This text font color is #EA8E20.


Background Color

.myBgColor { background-color: #EA8E20; }

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

This div background color is #EA8E20.


Border color

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

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

This div border color is #EA8E20.


Opacity

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

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

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

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

This text has shadow with #EA8E20 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EA8E20 on black background.


Color preview on white background

This text has color #EA8E20 on white background.



Black color preview on #EA8E20 background

This text has black color on #EA8E20 background.


White color preview on #EA8E20 background

This text has white color on #EA8E20 background.