COLOR #EA9014

HEX: #EA9014
RGB: (234,144,20)

Color info

#EA9014 contains mainly red color. Web safe color of #EA9014 is #FF9900 (or #F90).

RGB color model

#EA9014 color RGB value is (234,144,20).

  • red value is 234;
  • green value is 144;
  • blue value is 20.
RGB:
(234,144,20)
(92%,56%,8%)

RGB channels and saturation

R 234 of 255 = 92%
G 144 of 255 = 56%
B 20 of 255 = 8%

234
144
20

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

Portions of RGB colors in percentages

R + G + B =
234 + 144 + 20 = 398 (100%)
R 234 of 398 ~ 58.79%
G 144 of 398 ~ 36.18%
B 20 of 398 ~ 5.03%

%58.79
%36.18

CMYK color model

#EA9014 color CMYK value is (0,38,91,8).

  • cyan value is 0.00%
  • magenta value is 38.46%
  • yellow value is 91.45%
  • key color value is 8.24%
CMYK:
(0,38,91,8)
C0M38Y91K8 
(0%,38%,91%,8%)
(0.00/0.38/0.91/0.08)	

CMYK percentages

%0
%38.46
%91.45
%8.24

Codes

Color #EA9014 in popluar color models

EA9014
RGB23414420
HSL35°84.25%49.80%
HSB/HSV35°91.45%91.76%
CMYK0.00%38.46%91.45%
8.24%

Color #EA9014 in popluar number systems.

HEXEA9014
Decimal23414420
Binary111010101001000010100
Octal35222024

Shades and tints

Shades of #EA9014

#EA9014
(234,144,20)
#D58313
(213,131,19)
#C07612
(192,118,18)
#AB6911
(171,105,17)
#965C10
(150,92,16)
#814F0F
(129,79,15)
#6C420E
(108,66,14)
#57350D
(87,53,13)
#42280C
(66,40,12)
#2D1B0B
(45,27,11)
#180E0A
(24,14,10)
#000000
(0,0,0)

Tints of #EA9014

#EA9014
(234,144,20)
#EB9A29
(235,154,41)
#ECA43E
(236,164,62)
#EDAE53
(237,174,83)
#EEB868
(238,184,104)
#EFC27D
(239,194,125)
#F0CC92
(240,204,146)
#F1D6A7
(241,214,167)
#F2E0BC
(242,224,188)
#F3EAD1
(243,234,209)
#F4F4E6
(244,244,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EA9014 color. Also use rgb(234,144,20) instead hex code.

Text Font Color

.myTextColor { color: #EA9014; }

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

This text font color is #EA9014.


Background Color

.myBgColor { background-color: #EA9014; }

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

This div background color is #EA9014.


Border color

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

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

This div border color is #EA9014.


Opacity

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

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

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

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

This text has shadow with #EA9014 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EA9014 on black background.


Color preview on white background

This text has color #EA9014 on white background.



Black color preview on #EA9014 background

This text has black color on #EA9014 background.


White color preview on #EA9014 background

This text has white color on #EA9014 background.