#E59D6E

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

Shades of Dark Salmon #E59D6E

Tints of Dark Salmon #E59D6E

Color information

#E59D6E (or 0xE59D6E) is unknown color: approx Dark Salmon. HEX triplet: E5, 9D and 6E. RGB value is (229,157,110). Sum of RGB (Red+Green+Blue) = 229+157+110=496 (65% of max value = 765). Red value is 229 (89.84% from 255 or 46.17% from 496); Green value is 157 (61.72% from 255 or 31.65% from 496); Blue value is 110 (43.36% from 255 or 22.18% from 496); Max value from RGB is 229 - color contains mainly: red. Hex color #E59D6E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E59D6E is #1A6291. Grayscale: #ADADAD. Windows color (decimal): -1729170 or 7249381. OLE color: 7249381.

HSL color Cylindrical-coordinate representation of color #E59D6E: hue angle of 23.7º degrees, saturation: 0.7, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #E59D6E is Cyan = 0, Magento = 0.31, Yellow = 0.52 and Black (K on CMYK) = 0.10.

Color convert

RGB229157110-
CMYK00.310.520.10
HSL23.7º69.59%66.47%-
HSV(B)23.7º51.97%89.8%-
XYZ47.1841.920.35-
YUV173.1792.35167.82-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 46.17%
GREEN value IS 157 (61.72% from 255) = 31.65%
BLUE value IS 110 (43.36% from 255) = 22.18%
R=46.17%
G=31.65%
B=22.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.52
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal22915711000.310.520.1023.769.5966.47
HexE59D6E01F34A184642
Octal345235156037641230106102
Binary1110010110011101110111001111111010010101100010001101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E59D6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E59D6E; }

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

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

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

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

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

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

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

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