#E59082

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

Shades of Dark Salmon #E59082

Tints of Dark Salmon #E59082

Color information

#E59082 (or 0xE59082) is unknown color: approx Dark Salmon. HEX triplet: E5, 90 and 82. RGB value is (229,144,130). Sum of RGB (Red+Green+Blue) = 229+144+130=503 (66% of max value = 765). Red value is 229 (89.84% from 255 or 45.53% from 503); Green value is 144 (56.64% from 255 or 28.63% from 503); Blue value is 130 (51.17% from 255 or 25.84% from 503); Max value from RGB is 229 - color contains mainly: red. Hex color #E59082 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E59082 is #1A6F7D. Grayscale: #A7A7A7. Windows color (decimal): -1732478 or 8556773. OLE color: 8556773.

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

Color convert

RGB229144130-
CMYK00.370.430.10
HSL8.48º65.56%70.39%-
HSV(B)8.48º43.23%89.8%-
XYZ46.3238.2226.05-
YUV167.82106.66171.64-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 45.53%
GREEN value IS 144 (56.64% from 255) = 28.63%
BLUE value IS 130 (51.17% from 255) = 25.84%
R=45.53%
G=28.63%
B=25.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.43
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal22914413000.370.430.108.4865.5670.39
HexE590820252BA84246
Octal345220202045531210102106
Binary11100101100100001000001001001011010111010100010000101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E59082

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E59082; }

 p { color: rgb(229,144,130); }

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

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

 a { background-color: rgb(229,144,130); }

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

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

 span { border-color: rgb(229,144,130); }

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