#E59E7E

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

Shades of Dark Salmon #E59E7E

Tints of Dark Salmon #E59E7E

Color information

#E59E7E (or 0xE59E7E) is unknown color: approx Dark Salmon. HEX triplet: E5, 9E and 7E. RGB value is (229,158,126). Sum of RGB (Red+Green+Blue) = 229+158+126=513 (67% of max value = 765). Red value is 229 (89.84% from 255 or 44.64% from 513); Green value is 158 (62.11% from 255 or 30.80% from 513); Blue value is 126 (49.61% from 255 or 24.56% from 513); Max value from RGB is 229 - color contains mainly: red. Hex color #E59E7E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E59E7E is #1A6181. Grayscale: #AFAFAF. Windows color (decimal): -1728898 or 8298213. OLE color: 8298213.

HSL color Cylindrical-coordinate representation of color #E59E7E: hue angle of 18.64º degrees, saturation: 0.66, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #E59E7E is Cyan = 0, Magento = 0.31, Yellow = 0.45 and Black (K on CMYK) = 0.10.

Color convert

RGB229158126-
CMYK00.310.450.10
HSL18.64º66.45%69.61%-
HSV(B)18.64º44.98%89.8%-
XYZ48.3142.6225.42-
YUV175.58100.02166.1-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 44.64%
GREEN value IS 158 (62.11% from 255) = 30.80%
BLUE value IS 126 (49.61% from 255) = 24.56%
R=44.64%
G=30.80%
B=24.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.45
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal22915812600.310.450.1018.6466.4569.61
HexE59E7E01F2DA134246
Octal345236176037551223102106
Binary1110010110011110111111001111110110110101001110000101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E59E7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E59E7E; }

 p { color: rgb(229,158,126); }

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

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

 a { background-color: rgb(229,158,126); }

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

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

 span { border-color: rgb(229,158,126); }

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