#E59C70

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

Shades of Dark Salmon #E59C70

Tints of Dark Salmon #E59C70

Color information

#E59C70 (or 0xE59C70) is unknown color: approx Dark Salmon. HEX triplet: E5, 9C and 70. RGB value is (229,156,112). Sum of RGB (Red+Green+Blue) = 229+156+112=497 (65% of max value = 765). Red value is 229 (89.84% from 255 or 46.08% from 497); Green value is 156 (61.33% from 255 or 31.39% from 497); Blue value is 112 (44.14% from 255 or 22.54% from 497); Max value from RGB is 229 - color contains mainly: red. Hex color #E59C70 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E59C70 is #1A638F. Grayscale: #ADADAD. Windows color (decimal): -1729424 or 7380197. OLE color: 7380197.

HSL color Cylindrical-coordinate representation of color #E59C70: hue angle of 22.56º degrees, saturation: 0.69, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #E59C70 is Cyan = 0, Magento = 0.32, Yellow = 0.51 and Black (K on CMYK) = 0.10.

Color convert

RGB229156112-
CMYK00.320.510.10
HSL22.56º69.23%66.86%-
HSV(B)22.56º51.09%89.8%-
XYZ47.1341.620.88-
YUV172.8193.68168.08-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 46.08%
GREEN value IS 156 (61.33% from 255) = 31.39%
BLUE value IS 112 (44.14% from 255) = 22.54%
R=46.08%
G=31.39%
B=22.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.51
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal22915611200.320.510.1022.5669.2366.86
HexE59C7002033A174543
Octal345234160040631227105103
Binary11100101100111001110000010000011001110101011110001011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E59C70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E59C70; }

 p { color: rgb(229,156,112); }

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

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

 a { background-color: rgb(229,156,112); }

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

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

 span { border-color: rgb(229,156,112); }

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