COLOR #EA8D54

HEX: #EA8D54
RGB: (234,141,84)

Color info

#EA8D54 contains mainly red color. Web safe color of #EA8D54 is #FF9966 (or #F96).

RGB color model

#EA8D54 color RGB value is (234,141,84).

  • red value is 234;
  • green value is 141;
  • blue value is 84.
RGB:
(234,141,84)
(92%,55%,33%)

RGB channels and saturation

R 234 of 255 = 92%
G 141 of 255 = 55%
B 84 of 255 = 33%

234
141
84

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

Portions of RGB colors in percentages

R + G + B =
234 + 141 + 84 = 459 (100%)
R 234 of 459 ~ 50.98%
G 141 of 459 ~ 30.72%
B 84 of 459 ~ 18.3%

%50.98
%30.72
%18.3

CMYK color model

#EA8D54 color CMYK value is (0,40,64,8).

  • cyan value is 0.00%
  • magenta value is 39.74%
  • yellow value is 64.10%
  • key color value is 8.24%
CMYK:
(0,40,64,8)
C0M40Y64K8 
(0%,40%,64%,8%)
(0.00/0.40/0.64/0.08)	

CMYK percentages

%0
%39.74
%64.1
%8.24

Codes

Color #EA8D54 in popluar color models

EA8D54
RGB23414184
HSL23°78.13%62.35%
HSB/HSV23°64.10%91.76%
CMYK0.00%39.74%64.10%
8.24%

Color #EA8D54 in popluar number systems.

HEXEA8D54
Decimal23414184
Binary11101010100011011010100
Octal352215124

Shades and tints

Shades of #EA8D54

#EA8D54
(234,141,84)
#D5814D
(213,129,77)
#C07546
(192,117,70)
#AB693F
(171,105,63)
#965D38
(150,93,56)
#815131
(129,81,49)
#6C452A
(108,69,42)
#573923
(87,57,35)
#422D1C
(66,45,28)
#2D2115
(45,33,21)
#18150E
(24,21,14)
#000000
(0,0,0)

Tints of #EA8D54

#EA8D54
(234,141,84)
#EB9763
(235,151,99)
#ECA172
(236,161,114)
#EDAB81
(237,171,129)
#EEB590
(238,181,144)
#EFBF9F
(239,191,159)
#F0C9AE
(240,201,174)
#F1D3BD
(241,211,189)
#F2DDCC
(242,221,204)
#F3E7DB
(243,231,219)
#F4F1EA
(244,241,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EA8D54 color. Also use rgb(234,141,84) instead hex code.

Text Font Color

.myTextColor { color: #EA8D54; }

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

This text font color is #EA8D54.


Background Color

.myBgColor { background-color: #EA8D54; }

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

This div background color is #EA8D54.


Border color

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

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

This div border color is #EA8D54.


Opacity

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

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

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

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

This text has shadow with #EA8D54 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EA8D54 on black background.


Color preview on white background

This text has color #EA8D54 on white background.



Black color preview on #EA8D54 background

This text has black color on #EA8D54 background.


White color preview on #EA8D54 background

This text has white color on #EA8D54 background.