COLOR #EA8C19

HEX: #EA8C19 RGB: (234,140,25)

Color info

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

RGB color model

#EA8C19 color RGB value is (234,140,25).

RGB: (234,140,25) (92%, 55%, 10%)

RGB channels and saturation

R 234 of 255 = 92%
G 140 of 255 = 55%
B 25 of 255 = 10%

234
140
25

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

Portions of RGB colors in percentages

R + G + B = 234 + 140 + 25 = 399 (100%)
R 234 of 399 ~ 58.65%
G 140 of 399 ~ 35.09%
B 25 of 399 ~ 6.27'%

%58.65
%35.09

CMYK color model

#EA8C19 color CMYK value is (0,40,89,8).

  • cyan value is 0.00%
  • magenta value is 40.17%
  • yellow value is 89.32%
  • key color value is 8.24%

CMYK: (0,40,89,8)
C0M40Y89K8 (0%, 40%, 89%, 8%)
(0.00 / 0.40 / 0.89 / 0.08)

CMYK percentages

%0
%40.17
%89.32
%8.24

Codes

Color #EA8C19 in popluar color models

EA 8C 19
RGB 234 140 25
HSL 33° 83.27% 50.78%
HSB/HSV 33° 89.32% 91.76%
CMYK 0.00% 40.17% 89.32%
8.24%

Color #EA8C19 in popluar number systems.

HEX EA 8C 19
Decimal 234 140 25
Binary 11101010 10001100 11001
Octal 352 214 31

Shades and tints

Shades of #EA8C19

#EA8C19
(234,140,25)
#D58017
(213,128,23)
#C07415
(192,116,21)
#AB6813
(171,104,19)
#965C11
(150,92,17)
#81500F
(129,80,15)
#6C440D
(108,68,13)
#57380B
(87,56,11)
#422C09
(66,44,9)
#2D2007
(45,32,7)
#181405
(24,20,5)
#000000
(0,0,0)

Tints of #EA8C19

#EA8C19
(234,140,25)
#EB962D
(235,150,45)
#ECA041
(236,160,65)
#EDAA55
(237,170,85)
#EEB469
(238,180,105)
#EFBE7D
(239,190,125)
#F0C891
(240,200,145)
#F1D2A5
(241,210,165)
#F2DCB9
(242,220,185)
#F3E6CD
(243,230,205)
#F4F0E1
(244,240,225)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EA8C19 color. Also use rgb(234,140,25) instead hex code.

Text Font Color

.myTextColor { color: #EA8C19; }

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

This text font color is #EA8C19.

Background Color

.myBgColor { background-color: #EA8C19; }

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

This div background color is #EA8C19.

Border color

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

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

This div border color is #EA8C19.

Opacity

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

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

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

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

This text has shadow with #EA8C19 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EA8C19.

Preview

Color preview on black background

This text has color #EA8C19 on black background.


Color preview on white background

This text has color #EA8C19 on white background.


Black color preview on #EA8C19 background

This text has black color on #EA8C19 background.


White color preview on #EA8C19 background

This text has white color on #EA8C19 background.


Related colors

Complementary color

Complementary color for #EA8C19 is #1573E6.


I love getcolorcode.com

Triadic colors

1 #19EA8C and #8C19EA with #EA8C19 are triadic colors.

2 #198CEA and #8CEA19 with #EA8C19 are triadic colors.