COLOR #EA7A4A

HEX: #EA7A4A
RGB: (234,122,74)

Color info

#EA7A4A contains mainly red color. Web safe color of #EA7A4A is #FF6633 (or #F63).

RGB color model

#EA7A4A color RGB value is (234,122,74).

  • red value is 234;
  • green value is 122;
  • blue value is 74.
RGB:
(234,122,74)
(92%,48%,29%)

RGB channels and saturation

R 234 of 255 = 92%
G 122 of 255 = 48%
B 74 of 255 = 29%

234
122
74

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

Portions of RGB colors in percentages

R + G + B =
234 + 122 + 74 = 430 (100%)
R 234 of 430 ~ 54.42%
G 122 of 430 ~ 28.37%
B 74 of 430 ~ 17.21%

%54.42
%28.37
%17.21

CMYK color model

#EA7A4A color CMYK value is (0,48,68,8).

  • cyan value is 0.00%
  • magenta value is 47.86%
  • yellow value is 68.38%
  • key color value is 8.24%
CMYK:
(0,48,68,8)
C0M48Y68K8 
(0%,48%,68%,8%)
(0.00/0.48/0.68/0.08)	

CMYK percentages

%0
%47.86
%68.38
%8.24

Codes

Color #EA7A4A in popluar color models

EA7A4A
RGB23412274
HSL18°79.21%60.39%
HSB/HSV18°68.38%91.76%
CMYK0.00%47.86%68.38%
8.24%

Color #EA7A4A in popluar number systems.

HEXEA7A4A
Decimal23412274
Binary1110101011110101001010
Octal352172112

Shades and tints

Shades of #EA7A4A

#EA7A4A
(234,122,74)
#D56F44
(213,111,68)
#C0643E
(192,100,62)
#AB5938
(171,89,56)
#964E32
(150,78,50)
#81432C
(129,67,44)
#6C3826
(108,56,38)
#572D20
(87,45,32)
#42221A
(66,34,26)
#2D1714
(45,23,20)
#180C0E
(24,12,14)
#000000
(0,0,0)

Tints of #EA7A4A

#EA7A4A
(234,122,74)
#EB865A
(235,134,90)
#EC926A
(236,146,106)
#ED9E7A
(237,158,122)
#EEAA8A
(238,170,138)
#EFB69A
(239,182,154)
#F0C2AA
(240,194,170)
#F1CEBA
(241,206,186)
#F2DACA
(242,218,202)
#F3E6DA
(243,230,218)
#F4F2EA
(244,242,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EA7A4A color. Also use rgb(234,122,74) instead hex code.

Text Font Color

.myTextColor { color: #EA7A4A; }

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

This text font color is #EA7A4A.


Background Color

.myBgColor { background-color: #EA7A4A; }

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

This div background color is #EA7A4A.


Border color

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

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

This div border color is #EA7A4A.


Opacity

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

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

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

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

This text has shadow with #EA7A4A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EA7A4A on black background.


Color preview on white background

This text has color #EA7A4A on white background.



Black color preview on #EA7A4A background

This text has black color on #EA7A4A background.


White color preview on #EA7A4A background

This text has white color on #EA7A4A background.