#E59972

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

Shades of Dark Salmon #E59972

Tints of Dark Salmon #E59972

Color information

#E59972 (or 0xE59972) is unknown color: approx Dark Salmon. HEX triplet: E5, 99 and 72. RGB value is (229,153,114). Sum of RGB (Red+Green+Blue) = 229+153+114=496 (65% of max value = 765). Red value is 229 (89.84% from 255 or 46.17% from 496); Green value is 153 (60.16% from 255 or 30.85% from 496); Blue value is 114 (44.92% from 255 or 22.98% from 496); Max value from RGB is 229 - color contains mainly: red. Hex color #E59972 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E59972 is #1A668D. Grayscale: #ABABAB. Windows color (decimal): -1730190 or 7510501. OLE color: 7510501.

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

Color convert

RGB229153114-
CMYK00.330.500.10
HSL20.35º68.86%67.25%-
HSV(B)20.35º50.22%89.8%-
XYZ46.7440.6621.3-
YUV171.2895.68169.17-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 46.17%
GREEN value IS 153 (60.16% from 255) = 30.85%
BLUE value IS 114 (44.92% from 255) = 22.98%
R=46.17%
G=30.85%
B=22.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.50
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal22915311400.330.500.1020.3568.8667.25
HexE5997202132A144543
Octal345231162041621224105103
Binary11100101100110011110010010000111001010101010010001011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E59972

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E59972; }

 p { color: rgb(229,153,114); }

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

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

 a { background-color: rgb(229,153,114); }

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

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

 span { border-color: rgb(229,153,114); }

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