#EA9C7D

Color #EA9C7D Dark Salmon (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Salmon #EA9C7D

Tints of Dark Salmon #EA9C7D

Color information

#EA9C7D (or 0xEA9C7D) is unknown color: approx Dark Salmon. HEX triplet: EA, 9C and 7D. RGB value is (234,156,125). Sum of RGB (Red+Green+Blue) = 234+156+125=515 (68% of max value = 765). Red value is 234 (91.80% from 255 or 45.44% from 515); Green value is 156 (61.33% from 255 or 30.29% from 515); Blue value is 125 (49.22% from 255 or 24.27% from 515); Max value from RGB is 234 - color contains mainly: red. Hex color #EA9C7D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EA9C7D is #156382. Grayscale: #AFAFAF. Windows color (decimal): -1401731 or 8232170. OLE color: 8232170.

HSL color Cylindrical-coordinate representation of color #EA9C7D: hue angle of 17.06º degrees, saturation: 0.72, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #EA9C7D is Cyan = 0, Magento = 0.33, Yellow = 0.47 and Black (K on CMYK) = 0.08.

Color convert

RGB234156125-
CMYK00.330.470.08
HSL17.06º72.19%70.39%-
HSV(B)17.06º46.58%91.76%-
XYZ49.5242.7525.04-
YUV175.7999.34169.52-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 234 (91.80% from 255) = 45.44%
GREEN value IS 156 (61.33% from 255) = 30.29%
BLUE value IS 125 (49.22% from 255) = 24.27%
R=45.44%
G=30.29%
B=24.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.47
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23415612500.330.470.0817.0672.1970.39
HexEA9C7D0212F8114846
Octal352234175041571021110106
Binary11101010100111001111101010000110111110001000110010001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA9C7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA9C7D; }

 p { color: rgb(234,156,125); }

 H1.HeaderClassName
 {
   color: #EA9C7D;
 }
 .AnyTagClassName
 {
   color: #EA9C7D;
 }
</style>
background-color css

<style>
 a { background-color: #EA9C7D; }

 a { background-color: rgb(234,156,125); }

 div.DivClassName
 {
   background-color: #EA9C7D;
 }
 .BgClassName
 {
   background-color: #EA9C7D;
 }
</style>
border-color css

<style>
 span { border-color: #EA9C7D; }

 span { border-color: rgb(234,156,125); }

 td.TdClassName
 {
   border-color: #EA9C7D;
 }
 .TagClassName
 {
   border-color: #EA9C7D;
 }
</style>