#E59078

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

Shades of Dark Salmon #E59078

Tints of Dark Salmon #E59078

Color information

#E59078 (or 0xE59078) is unknown color: approx Dark Salmon. HEX triplet: E5, 90 and 78. RGB value is (229,144,120). Sum of RGB (Red+Green+Blue) = 229+144+120=493 (65% of max value = 765). Red value is 229 (89.84% from 255 or 46.45% from 493); Green value is 144 (56.64% from 255 or 29.21% from 493); Blue value is 120 (47.27% from 255 or 24.34% from 493); Max value from RGB is 229 - color contains mainly: red. Hex color #E59078 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E59078 is #1A6F87. Grayscale: #A6A6A6. Windows color (decimal): -1732488 or 7901413. OLE color: 7901413.

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

Color convert

RGB229144120-
CMYK00.370.480.10
HSL13.21º67.7%68.43%-
HSV(B)13.21º47.6%89.8%-
XYZ45.6837.9622.69-
YUV166.68101.66172.45-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 46.45%
GREEN value IS 144 (56.64% from 255) = 29.21%
BLUE value IS 120 (47.27% from 255) = 24.34%
R=46.45%
G=29.21%
B=24.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.48
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal22914412000.370.480.1013.2167.768.43
HexE5907802530Ad4444
Octal345220170045601215104104
Binary1110010110010000111100001001011100001010110110001001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E59078

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E59078; }

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

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

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

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

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

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

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

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