#E59D7A

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

Shades of Dark Salmon #E59D7A

Tints of Dark Salmon #E59D7A

Color information

#E59D7A (or 0xE59D7A) is unknown color: approx Dark Salmon. HEX triplet: E5, 9D and 7A. RGB value is (229,157,122). Sum of RGB (Red+Green+Blue) = 229+157+122=508 (67% of max value = 765). Red value is 229 (89.84% from 255 or 45.08% from 508); Green value is 157 (61.72% from 255 or 30.91% from 508); Blue value is 122 (48.05% from 255 or 24.02% from 508); Max value from RGB is 229 - color contains mainly: red. Hex color #E59D7A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E59D7A is #1A6285. Grayscale: #AEAEAE. Windows color (decimal): -1729158 or 8035813. OLE color: 8035813.

HSL color Cylindrical-coordinate representation of color #E59D7A: hue angle of 19.63º degrees, saturation: 0.67, 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 #E59D7A is Cyan = 0, Magento = 0.31, Yellow = 0.47 and Black (K on CMYK) = 0.10.

Color convert

RGB229157122-
CMYK00.310.470.10
HSL19.63º67.3%68.82%-
HSV(B)19.63º46.72%89.8%-
XYZ47.8842.1824.03-
YUV174.5498.35166.85-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 45.08%
GREEN value IS 157 (61.72% from 255) = 30.91%
BLUE value IS 122 (48.05% from 255) = 24.02%
R=45.08%
G=30.91%
B=24.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.47
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal22915712200.310.470.1019.6367.368.82
HexE59D7A01F2FA144345
Octal345235172037571224103105
Binary1110010110011101111101001111110111110101010010000111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E59D7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E59D7A; }

 p { color: rgb(229,157,122); }

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

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

 a { background-color: rgb(229,157,122); }

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

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

 span { border-color: rgb(229,157,122); }

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