COLOR #EA874D

HEX: #EA874D
RGB: (234,135,77)

Color info

#EA874D contains mainly red color. Web safe color of #EA874D is #FF9933 (or #F93).

RGB color model

#EA874D color RGB value is (234,135,77).

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

RGB channels and saturation

R 234 of 255 = 92%
G 135 of 255 = 53%
B 77 of 255 = 30%

234
135
77

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

Portions of RGB colors in percentages

R + G + B =
234 + 135 + 77 = 446 (100%)
R 234 of 446 ~ 52.47%
G 135 of 446 ~ 30.27%
B 77 of 446 ~ 17.26%

%52.47
%30.27
%17.26

CMYK color model

#EA874D color CMYK value is (0,42,67,8).

  • cyan value is 0.00%
  • magenta value is 42.31%
  • yellow value is 67.09%
  • key color value is 8.24%
CMYK:
(0,42,67,8)
C0M42Y67K8 
(0%,42%,67%,8%)
(0.00/0.42/0.67/0.08)	

CMYK percentages

%0
%42.31
%67.09
%8.24

Codes

Color #EA874D in popluar color models

EA874D
RGB23413577
HSL22°78.89%60.98%
HSB/HSV22°67.09%91.76%
CMYK0.00%42.31%67.09%
8.24%

Color #EA874D in popluar number systems.

HEXEA874D
Decimal23413577
Binary11101010100001111001101
Octal352207115

Shades and tints

Shades of #EA874D

#EA874D
(234,135,77)
#D57B46
(213,123,70)
#C06F3F
(192,111,63)
#AB6338
(171,99,56)
#965731
(150,87,49)
#814B2A
(129,75,42)
#6C3F23
(108,63,35)
#57331C
(87,51,28)
#422715
(66,39,21)
#2D1B0E
(45,27,14)
#180F07
(24,15,7)
#000000
(0,0,0)

Tints of #EA874D

#EA874D
(234,135,77)
#EB915D
(235,145,93)
#EC9B6D
(236,155,109)
#EDA57D
(237,165,125)
#EEAF8D
(238,175,141)
#EFB99D
(239,185,157)
#F0C3AD
(240,195,173)
#F1CDBD
(241,205,189)
#F2D7CD
(242,215,205)
#F3E1DD
(243,225,221)
#F4EBED
(244,235,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EA874D; }

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

This text font color is #EA874D.


Background Color

.myBgColor { background-color: #EA874D; }

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

This div background color is #EA874D.


Border color

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

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

This div border color is #EA874D.


Opacity

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

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

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

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

This text has shadow with #EA874D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EA874D on black background.


Color preview on white background

This text has color #EA874D on white background.



Black color preview on #EA874D background

This text has black color on #EA874D background.


White color preview on #EA874D background

This text has white color on #EA874D background.