#E59373

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

Shades of Dark Salmon #E59373

Tints of Dark Salmon #E59373

Color information

#E59373 (or 0xE59373) is unknown color: approx Dark Salmon. HEX triplet: E5, 93 and 73. RGB value is (229,147,115). Sum of RGB (Red+Green+Blue) = 229+147+115=491 (65% of max value = 765). Red value is 229 (89.84% from 255 or 46.64% from 491); Green value is 147 (57.81% from 255 or 29.94% from 491); Blue value is 115 (45.31% from 255 or 23.42% from 491); Max value from RGB is 229 - color contains mainly: red. Hex color #E59373 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E59373 is #1A6C8C. Grayscale: #A8A8A8. Windows color (decimal): -1731725 or 7574501. OLE color: 7574501.

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

Color convert

RGB229147115-
CMYK00.360.500.10
HSL16.84º68.67%67.45%-
HSV(B)16.84º49.78%89.8%-
XYZ45.8438.7621.29-
YUV167.8798.17171.6-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 46.64%
GREEN value IS 147 (57.81% from 255) = 29.94%
BLUE value IS 115 (45.31% from 255) = 23.42%
R=46.64%
G=29.94%
B=23.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.50
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal22914711500.360.500.1016.8468.6767.45
HexE5937302432A114543
Octal345223163044621221105103
Binary11100101100100111110011010010011001010101000110001011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E59373

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E59373; }

 p { color: rgb(229,147,115); }

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

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

 a { background-color: rgb(229,147,115); }

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

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

 span { border-color: rgb(229,147,115); }

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