#E59079

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

Shades of Dark Salmon #E59079

Tints of Dark Salmon #E59079

Color information

#E59079 (or 0xE59079) is unknown color: approx Dark Salmon. HEX triplet: E5, 90 and 79. RGB value is (229,144,121). Sum of RGB (Red+Green+Blue) = 229+144+121=494 (65% of max value = 765). Red value is 229 (89.84% from 255 or 46.36% from 494); Green value is 144 (56.64% from 255 or 29.15% from 494); Blue value is 121 (47.66% from 255 or 24.49% from 494); Max value from RGB is 229 - color contains mainly: red. Hex color #E59079 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E59079 is #1A6F86. Grayscale: #A6A6A6. Windows color (decimal): -1732487 or 7966949. OLE color: 7966949.

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

Color convert

RGB229144121-
CMYK00.370.470.10
HSL12.78º67.5%68.63%-
HSV(B)12.78º47.16%89.8%-
XYZ45.7437.9923.01-
YUV166.79102.16172.37-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 46.36%
GREEN value IS 144 (56.64% from 255) = 29.15%
BLUE value IS 121 (47.66% from 255) = 24.49%
R=46.36%
G=29.15%
B=24.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.47
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal22914412100.370.470.1012.7867.568.63
HexE590790252FAd4445
Octal345220171045571215104105
Binary1110010110010000111100101001011011111010110110001001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E59079

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E59079; }

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

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

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

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

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

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

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

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