#E59975

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

Shades of Dark Salmon #E59975

Tints of Dark Salmon #E59975

Color information

#E59975 (or 0xE59975) is unknown color: approx Dark Salmon. HEX triplet: E5, 99 and 75. RGB value is (229,153,117). Sum of RGB (Red+Green+Blue) = 229+153+117=499 (66% of max value = 765). Red value is 229 (89.84% from 255 or 45.89% from 499); Green value is 153 (60.16% from 255 or 30.66% from 499); Blue value is 117 (46.09% from 255 or 23.45% from 499); Max value from RGB is 229 - color contains mainly: red. Hex color #E59975 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E59975 is #1A668A. Grayscale: #ABABAB. Windows color (decimal): -1730187 or 7707109. OLE color: 7707109.

HSL color Cylindrical-coordinate representation of color #E59975: hue angle of 19.29º degrees, saturation: 0.68, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #E59975 is Cyan = 0, Magento = 0.33, Yellow = 0.49 and Black (K on CMYK) = 0.10.

Color convert

RGB229153117-
CMYK00.330.490.10
HSL19.29º68.29%67.84%-
HSV(B)19.29º48.91%89.8%-
XYZ46.9240.7222.22-
YUV171.6297.18168.93-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 45.89%
GREEN value IS 153 (60.16% from 255) = 30.66%
BLUE value IS 117 (46.09% from 255) = 23.45%
R=45.89%
G=30.66%
B=23.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.49
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal22915311700.330.490.1019.2968.2967.84
HexE5997502131A134444
Octal345231165041611223104104
Binary11100101100110011110101010000111000110101001110001001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E59975

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E59975; }

 p { color: rgb(229,153,117); }

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

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

 a { background-color: rgb(229,153,117); }

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

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

 span { border-color: rgb(229,153,117); }

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