#E59581

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

Shades of Dark Salmon #E59581

Tints of Dark Salmon #E59581

Color information

#E59581 (or 0xE59581) is unknown color: approx Dark Salmon. HEX triplet: E5, 95 and 81. RGB value is (229,149,129). Sum of RGB (Red+Green+Blue) = 229+149+129=507 (67% of max value = 765). Red value is 229 (89.84% from 255 or 45.17% from 507); Green value is 149 (58.59% from 255 or 29.39% from 507); Blue value is 129 (50.78% from 255 or 25.44% from 507); Max value from RGB is 229 - color contains mainly: red. Hex color #E59581 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E59581 is #1A6A7E. Grayscale: #AAAAAA. Windows color (decimal): -1731199 or 8492517. OLE color: 8492517.

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

Color convert

RGB229149129-
CMYK00.350.440.10
HSL12º65.79%70.2%-
HSV(B)12º43.67%89.8%-
XYZ47.0239.7425.96-
YUV170.64104.5169.63-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 45.17%
GREEN value IS 149 (58.59% from 255) = 29.39%
BLUE value IS 129 (50.78% from 255) = 25.44%
R=45.17%
G=29.39%
B=25.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.44
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal22914912900.350.440.101265.7970.2
HexE595810232CAc4246
Octal345225201043541214102106
Binary11100101100101011000000101000111011001010110010000101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E59581

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E59581; }

 p { color: rgb(229,149,129); }

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

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

 a { background-color: rgb(229,149,129); }

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

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

 span { border-color: rgb(229,149,129); }

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