COLOR #EA9F73

HEX: #EA9F73 RGB: (234,159,115)

Color info

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

RGB color model

#EA9F73 color RGB value is (234,159,115).

RGB: (234,159,115) (92%, 62%, 45%)

RGB channels and saturation

R 234 of 255 = 92%
G 159 of 255 = 62%
B 115 of 255 = 45%

234
159
115

R + G + B ~ 66%. #EA9F73 is quite light color.

Portions of RGB colors in percentages

R + G + B = 234 + 159 + 115 = 508 (100%)
R 234 of 508 ~ 46.06%
G 159 of 508 ~ 31.3%
B 115 of 508 ~ 22.64'%

%46.06
%31.3
%22.64

CMYK color model

#EA9F73 color CMYK value is (0,32,51,8).

  • cyan value is 0.00%
  • magenta value is 32.05%
  • yellow value is 50.85%
  • key color value is 8.24%

CMYK: (0,32,51,8)
C0M32Y51K8 (0%, 32%, 51%, 8%)
(0.00 / 0.32 / 0.51 / 0.08)

CMYK percentages

%0
%32.05
%50.85
%8.24

Codes

Color #EA9F73 in popluar color models

EA 9F 73
RGB 234 159 115
HSL 22° 73.91% 68.43%
HSB/HSV 22° 50.85% 91.76%
CMYK 0.00% 32.05% 50.85%
8.24%

Color #EA9F73 in popluar number systems.

HEX EA 9F 73
Decimal 234 159 115
Binary 11101010 10011111 1110011
Octal 352 237 163

Shades and tints

Shades of #EA9F73

#EA9F73
(234,159,115)
#D59169
(213,145,105)
#C0835F
(192,131,95)
#AB7555
(171,117,85)
#96674B
(150,103,75)
#815941
(129,89,65)
#6C4B37
(108,75,55)
#573D2D
(87,61,45)
#422F23
(66,47,35)
#2D2119
(45,33,25)
#18130F
(24,19,15)
#000000
(0,0,0)

Tints of #EA9F73

#EA9F73
(234,159,115)
#EBA77F
(235,167,127)
#ECAF8B
(236,175,139)
#EDB797
(237,183,151)
#EEBFA3
(238,191,163)
#EFC7AF
(239,199,175)
#F0CFBB
(240,207,187)
#F1D7C7
(241,215,199)
#F2DFD3
(242,223,211)
#F3E7DF
(243,231,223)
#F4EFEB
(244,239,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EA9F73 color. Also use rgb(234,159,115) instead hex code.

Text Font Color

.myTextColor { color: #EA9F73; }

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

This text font color is #EA9F73.

Background Color

.myBgColor { background-color: #EA9F73; }

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

This div background color is #EA9F73.

Border color

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

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

This div border color is #EA9F73.

Opacity

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

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

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

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

This text has shadow with #EA9F73 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EA9F73.

Preview

Color preview on black background

This text has color #EA9F73 on black background.


Color preview on white background

This text has color #EA9F73 on white background.


Black color preview on #EA9F73 background

This text has black color on #EA9F73 background.


White color preview on #EA9F73 background

This text has white color on #EA9F73 background.


Related colors

Complementary color

Complementary color for #hex is #15608C.


I love getcolorcode.com

Triadic colors

1 #73EA9F and #9F73EA with #EA9F73 are triadic colors.

2 #739FEA and #9FEA73 with #EA9F73 are triadic colors.