#E59077

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

Shades of Dark Salmon #E59077

Tints of Dark Salmon #E59077

Color information

#E59077 (or 0xE59077) is unknown color: approx Dark Salmon. HEX triplet: E5, 90 and 77. RGB value is (229,144,119). Sum of RGB (Red+Green+Blue) = 229+144+119=492 (65% of max value = 765). Red value is 229 (89.84% from 255 or 46.54% from 492); Green value is 144 (56.64% from 255 or 29.27% from 492); Blue value is 119 (46.88% from 255 or 24.19% from 492); Max value from RGB is 229 - color contains mainly: red. Hex color #E59077 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E59077 is #1A6F88. Grayscale: #A6A6A6. Windows color (decimal): -1732489 or 7835877. OLE color: 7835877.

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

Color convert

RGB229144119-
CMYK00.370.480.10
HSL13.64º67.9%68.24%-
HSV(B)13.64º48.03%89.8%-
XYZ45.6237.9422.37-
YUV166.56101.16172.53-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 46.54%
GREEN value IS 144 (56.64% from 255) = 29.27%
BLUE value IS 119 (46.88% from 255) = 24.19%
R=46.54%
G=29.27%
B=24.19%

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
Decimal22914411900.370.480.1013.6467.968.24
HexE5907702530Ae4444
Octal345220167045601216104104
Binary1110010110010000111011101001011100001010111010001001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E59077

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E59077; }

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

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

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

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

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

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

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

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