#E59D70

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

Shades of Dark Salmon #E59D70

Tints of Dark Salmon #E59D70

Color information

#E59D70 (or 0xE59D70) is unknown color: approx Dark Salmon. HEX triplet: E5, 9D and 70. RGB value is (229,157,112). Sum of RGB (Red+Green+Blue) = 229+157+112=498 (65% of max value = 765). Red value is 229 (89.84% from 255 or 45.98% from 498); Green value is 157 (61.72% from 255 or 31.53% from 498); Blue value is 112 (44.14% from 255 or 22.49% from 498); Max value from RGB is 229 - color contains mainly: red. Hex color #E59D70 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E59D70 is #1A628F. Grayscale: #ADADAD. Windows color (decimal): -1729168 or 7380453. OLE color: 7380453.

HSL color Cylindrical-coordinate representation of color #E59D70: hue angle of 23.08º 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 #E59D70 is Cyan = 0, Magento = 0.31, Yellow = 0.51 and Black (K on CMYK) = 0.10.

Color convert

RGB229157112-
CMYK00.310.510.10
HSL23.08º69.23%66.86%-
HSV(B)23.08º51.09%89.8%-
XYZ47.2941.9420.93-
YUV173.493.35167.66-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 45.98%
GREEN value IS 157 (61.72% from 255) = 31.53%
BLUE value IS 112 (44.14% from 255) = 22.49%
R=45.98%
G=31.53%
B=22.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.51
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal22915711200.310.510.1023.0869.2366.86
HexE59D7001F33A174543
Octal345235160037631227105103
Binary1110010110011101111000001111111001110101011110001011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E59D70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E59D70; }

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

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

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

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

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

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

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

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