COLOR #EA9070

HEX: #EA9070 RGB: (234,144,112)

Color info

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

RGB color model

#EA9070 color RGB value is (234,144,112).

RGB: (234,144,112) (92%, 56%, 44%)

RGB channels and saturation

R 234 of 255 = 92%
G 144 of 255 = 56%
B 112 of 255 = 44%

234
144
112

R + G + B ~ 64%. #EA9070 is quite light color.

Portions of RGB colors in percentages

R + G + B = 234 + 144 + 112 = 490 (100%)
R 234 of 490 ~ 47.76%
G 144 of 490 ~ 29.39%
B 112 of 490 ~ 22.86'%

%47.76
%29.39
%22.86

CMYK color model

#EA9070 color CMYK value is (0,38,52,8).

  • cyan value is 0.00%
  • magenta value is 38.46%
  • yellow value is 52.14%
  • key color value is 8.24%

CMYK: (0,38,52,8)
C0M38Y52K8 (0%, 38%, 52%, 8%)
(0.00 / 0.38 / 0.52 / 0.08)

CMYK percentages

%0
%38.46
%52.14
%8.24

Codes

Color #EA9070 in popluar color models

EA 90 70
RGB 234 144 112
HSL 16° 74.39% 67.84%
HSB/HSV 16° 52.14% 91.76%
CMYK 0.00% 38.46% 52.14%
8.24%

Color #EA9070 in popluar number systems.

HEX EA 90 70
Decimal 234 144 112
Binary 11101010 10010000 1110000
Octal 352 220 160

Shades and tints

Shades of #EA9070

#EA9070
(234,144,112)
#D58366
(213,131,102)
#C0765C
(192,118,92)
#AB6952
(171,105,82)
#965C48
(150,92,72)
#814F3E
(129,79,62)
#6C4234
(108,66,52)
#57352A
(87,53,42)
#422820
(66,40,32)
#2D1B16
(45,27,22)
#180E0C
(24,14,12)
#000000
(0,0,0)

Tints of #EA9070

#EA9070
(234,144,112)
#EB9A7D
(235,154,125)
#ECA48A
(236,164,138)
#EDAE97
(237,174,151)
#EEB8A4
(238,184,164)
#EFC2B1
(239,194,177)
#F0CCBE
(240,204,190)
#F1D6CB
(241,214,203)
#F2E0D8
(242,224,216)
#F3EAE5
(243,234,229)
#F4F4F2
(244,244,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EA9070 color. Also use rgb(234,144,112) instead hex code.

Text Font Color

.myTextColor { color: #EA9070; }

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

This text font color is #EA9070.

Background Color

.myBgColor { background-color: #EA9070; }

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

This div background color is #EA9070.

Border color

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

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

This div border color is #EA9070.

Opacity

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

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

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

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

This text has shadow with #EA9070 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EA9070.

Preview

Color preview on black background

This text has color #EA9070 on black background.


Color preview on white background

This text has color #EA9070 on white background.


Black color preview on #EA9070 background

This text has black color on #EA9070 background.


White color preview on #EA9070 background

This text has white color on #EA9070 background.


Related colors

Complementary color

Complementary color for #hex is #156F8F.


I love getcolorcode.com

Triadic colors

1 #70EA90 and #9070EA with #EA9070 are triadic colors.

2 #7090EA and #90EA70 with #EA9070 are triadic colors.