#E59180

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

Shades of Dark Salmon #E59180

Tints of Dark Salmon #E59180

Color information

#E59180 (or 0xE59180) is unknown color: approx Dark Salmon. HEX triplet: E5, 91 and 80. RGB value is (229,145,128). Sum of RGB (Red+Green+Blue) = 229+145+128=502 (66% of max value = 765). Red value is 229 (89.84% from 255 or 45.62% from 502); Green value is 145 (57.03% from 255 or 28.88% from 502); Blue value is 128 (50.39% from 255 or 25.50% from 502); Max value from RGB is 229 - color contains mainly: red. Hex color #E59180 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E59180 is #1A6E7F. Grayscale: #A8A8A8. Windows color (decimal): -1732224 or 8425957. OLE color: 8425957.

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

Color convert

RGB229145128-
CMYK00.370.440.10
HSL10.1º66.01%70%-
HSV(B)10.1º44.1%89.8%-
XYZ46.3338.4725.4-
YUV168.18105.33171.38-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 45.62%
GREEN value IS 145 (57.03% from 255) = 28.88%
BLUE value IS 128 (50.39% from 255) = 25.50%
R=45.62%
G=28.88%
B=25.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.44
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal22914512800.370.440.1010.166.0170
HexE591800252CAa4246
Octal345221200045541212102106
Binary11100101100100011000000001001011011001010101010000101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E59180

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E59180; }

 p { color: rgb(229,145,128); }

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

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

 a { background-color: rgb(229,145,128); }

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

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

 span { border-color: rgb(229,145,128); }

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