COLOR #EA875D

HEX: #EA875D
RGB: (234,135,93)

Color info

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

RGB color model

#EA875D color RGB value is (234,135,93).

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

RGB channels and saturation

R 234 of 255 = 92%
G 135 of 255 = 53%
B 93 of 255 = 36%

234
135
93

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

Portions of RGB colors in percentages

R + G + B =
234 + 135 + 93 = 462 (100%)
R 234 of 462 ~ 50.65%
G 135 of 462 ~ 29.22%
B 93 of 462 ~ 20.13%

%50.65
%29.22
%20.13

CMYK color model

#EA875D color CMYK value is (0,42,60,8).

  • cyan value is 0.00%
  • magenta value is 42.31%
  • yellow value is 60.26%
  • key color value is 8.24%
CMYK:
(0,42,60,8)
C0M42Y60K8 
(0%,42%,60%,8%)
(0.00/0.42/0.60/0.08)	

CMYK percentages

%0
%42.31
%60.26
%8.24

Codes

Color #EA875D in popluar color models

EA875D
RGB23413593
HSL18°77.05%64.12%
HSB/HSV18°60.26%91.76%
CMYK0.00%42.31%60.26%
8.24%

Color #EA875D in popluar number systems.

HEXEA875D
Decimal23413593
Binary11101010100001111011101
Octal352207135

Shades and tints

Shades of #EA875D

#EA875D
(234,135,93)
#D57B55
(213,123,85)
#C06F4D
(192,111,77)
#AB6345
(171,99,69)
#96573D
(150,87,61)
#814B35
(129,75,53)
#6C3F2D
(108,63,45)
#573325
(87,51,37)
#42271D
(66,39,29)
#2D1B15
(45,27,21)
#180F0D
(24,15,13)
#000000
(0,0,0)

Tints of #EA875D

#EA875D
(234,135,93)
#EB916B
(235,145,107)
#EC9B79
(236,155,121)
#EDA587
(237,165,135)
#EEAF95
(238,175,149)
#EFB9A3
(239,185,163)
#F0C3B1
(240,195,177)
#F1CDBF
(241,205,191)
#F2D7CD
(242,215,205)
#F3E1DB
(243,225,219)
#F4EBE9
(244,235,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EA875D; }

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

This text font color is #EA875D.


Background Color

.myBgColor { background-color: #EA875D; }

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

This div background color is #EA875D.


Border color

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

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

This div border color is #EA875D.


Opacity

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

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

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

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

This text has shadow with #EA875D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EA875D on black background.


Color preview on white background

This text has color #EA875D on white background.



Black color preview on #EA875D background

This text has black color on #EA875D background.


White color preview on #EA875D background

This text has white color on #EA875D background.