COLOR #EA7C4E

HEX: #EA7C4E
RGB: (234,124,78)

Color info

#EA7C4E contains mainly red color. Web safe color of #EA7C4E is #FF6666 (or #F66).

RGB color model

#EA7C4E color RGB value is (234,124,78).

  • red value is 234;
  • green value is 124;
  • blue value is 78.
RGB:
(234,124,78)
(92%,49%,31%)

RGB channels and saturation

R 234 of 255 = 92%
G 124 of 255 = 49%
B 78 of 255 = 31%

234
124
78

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

Portions of RGB colors in percentages

R + G + B =
234 + 124 + 78 = 436 (100%)
R 234 of 436 ~ 53.67%
G 124 of 436 ~ 28.44%
B 78 of 436 ~ 17.89%

%53.67
%28.44
%17.89

CMYK color model

#EA7C4E color CMYK value is (0,47,67,8).

  • cyan value is 0.00%
  • magenta value is 47.01%
  • yellow value is 66.67%
  • key color value is 8.24%
CMYK:
(0,47,67,8)
C0M47Y67K8 
(0%,47%,67%,8%)
(0.00/0.47/0.67/0.08)	

CMYK percentages

%0
%47.01
%66.67
%8.24

Codes

Color #EA7C4E in popluar color models

EA7C4E
RGB23412478
HSL18°78.79%61.18%
HSB/HSV18°66.67%91.76%
CMYK0.00%47.01%66.67%
8.24%

Color #EA7C4E in popluar number systems.

HEXEA7C4E
Decimal23412478
Binary1110101011111001001110
Octal352174116

Shades and tints

Shades of #EA7C4E

#EA7C4E
(234,124,78)
#D57147
(213,113,71)
#C06640
(192,102,64)
#AB5B39
(171,91,57)
#965032
(150,80,50)
#81452B
(129,69,43)
#6C3A24
(108,58,36)
#572F1D
(87,47,29)
#422416
(66,36,22)
#2D190F
(45,25,15)
#180E08
(24,14,8)
#000000
(0,0,0)

Tints of #EA7C4E

#EA7C4E
(234,124,78)
#EB875E
(235,135,94)
#EC926E
(236,146,110)
#ED9D7E
(237,157,126)
#EEA88E
(238,168,142)
#EFB39E
(239,179,158)
#F0BEAE
(240,190,174)
#F1C9BE
(241,201,190)
#F2D4CE
(242,212,206)
#F3DFDE
(243,223,222)
#F4EAEE
(244,234,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EA7C4E color. Also use rgb(234,124,78) instead hex code.

Text Font Color

.myTextColor { color: #EA7C4E; }

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

This text font color is #EA7C4E.


Background Color

.myBgColor { background-color: #EA7C4E; }

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

This div background color is #EA7C4E.


Border color

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

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

This div border color is #EA7C4E.


Opacity

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

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

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

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

This text has shadow with #EA7C4E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EA7C4E on black background.


Color preview on white background

This text has color #EA7C4E on white background.



Black color preview on #EA7C4E background

This text has black color on #EA7C4E background.


White color preview on #EA7C4E background

This text has white color on #EA7C4E background.