COLOR #EA985D

HEX: #EA985D
RGB: (234,152,93)

Color info

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

RGB color model

#EA985D color RGB value is (234,152,93).

  • red value is 234;
  • green value is 152;
  • blue value is 93.
RGB:
(234,152,93)
(92%,60%,36%)

RGB channels and saturation

R 234 of 255 = 92%
G 152 of 255 = 60%
B 93 of 255 = 36%

234
152
93

R + G + B ~ 63%. #EA985D is quite light color.

Portions of RGB colors in percentages

R + G + B =
234 + 152 + 93 = 479 (100%)
R 234 of 479 ~ 48.85%
G 152 of 479 ~ 31.73%
B 93 of 479 ~ 19.42%

%48.85
%31.73
%19.42

CMYK color model

#EA985D color CMYK value is (0,35,60,8).

  • cyan value is 0.00%
  • magenta value is 35.04%
  • yellow value is 60.26%
  • key color value is 8.24%
CMYK:
(0,35,60,8)
C0M35Y60K8 
(0%,35%,60%,8%)
(0.00/0.35/0.60/0.08)	

CMYK percentages

%0
%35.04
%60.26
%8.24

Codes

Color #EA985D in popluar color models

EA985D
RGB23415293
HSL25°77.05%64.12%
HSB/HSV25°60.26%91.76%
CMYK0.00%35.04%60.26%
8.24%

Color #EA985D in popluar number systems.

HEXEA985D
Decimal23415293
Binary11101010100110001011101
Octal352230135

Shades and tints

Shades of #EA985D

#EA985D
(234,152,93)
#D58B55
(213,139,85)
#C07E4D
(192,126,77)
#AB7145
(171,113,69)
#96643D
(150,100,61)
#815735
(129,87,53)
#6C4A2D
(108,74,45)
#573D25
(87,61,37)
#42301D
(66,48,29)
#2D2315
(45,35,21)
#18160D
(24,22,13)
#000000
(0,0,0)

Tints of #EA985D

#EA985D
(234,152,93)
#EBA16B
(235,161,107)
#ECAA79
(236,170,121)
#EDB387
(237,179,135)
#EEBC95
(238,188,149)
#EFC5A3
(239,197,163)
#F0CEB1
(240,206,177)
#F1D7BF
(241,215,191)
#F2E0CD
(242,224,205)
#F3E9DB
(243,233,219)
#F4F2E9
(244,242,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EA985D color. Also use rgb(234,152,93) instead hex code.

Text Font Color

.myTextColor { color: #EA985D; }

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

This text font color is #EA985D.


Background Color

.myBgColor { background-color: #EA985D; }

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

This div background color is #EA985D.


Border color

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

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

This div border color is #EA985D.


Opacity

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

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

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

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

This text has shadow with #EA985D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EA985D on black background.


Color preview on white background

This text has color #EA985D on white background.



Black color preview on #EA985D background

This text has black color on #EA985D background.


White color preview on #EA985D background

This text has white color on #EA985D background.