#E59470

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

Shades of Dark Salmon #E59470

Tints of Dark Salmon #E59470

Color information

#E59470 (or 0xE59470) is unknown color: approx Dark Salmon. HEX triplet: E5, 94 and 70. RGB value is (229,148,112). Sum of RGB (Red+Green+Blue) = 229+148+112=489 (64% of max value = 765). Red value is 229 (89.84% from 255 or 46.83% from 489); Green value is 148 (58.20% from 255 or 30.27% from 489); Blue value is 112 (44.14% from 255 or 22.90% from 489); Max value from RGB is 229 - color contains mainly: red. Hex color #E59470 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E59470 is #1A6B8F. Grayscale: #A8A8A8. Windows color (decimal): -1731472 or 7378149. OLE color: 7378149.

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

Color convert

RGB229148112-
CMYK00.350.510.10
HSL18.46º69.23%66.86%-
HSV(B)18.46º51.09%89.8%-
XYZ45.8339.0120.44-
YUV168.1196.34171.43-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 46.83%
GREEN value IS 148 (58.20% from 255) = 30.27%
BLUE value IS 112 (44.14% from 255) = 22.90%
R=46.83%
G=30.27%
B=22.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.51
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal22914811200.350.510.1018.4669.2366.86
HexE5947002333A124543
Octal345224160043631222105103
Binary11100101100101001110000010001111001110101001010001011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E59470

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E59470; }

 p { color: rgb(229,148,112); }

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

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

 a { background-color: rgb(229,148,112); }

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

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

 span { border-color: rgb(229,148,112); }

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