#e58e7c

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

Shades of Dark Salmon #E58E7C

Tints of Dark Salmon #E58E7C

Color information

#E58E7C (or 0xE58E7C) is unknown color: approx Dark Salmon. HEX triplet: E5, 8E and 7C. RGB value is (229,142,124). Sum of RGB (Red+Green+Blue) = 229+142+124=495 (65% of max value = 765). Red value is 229 (89.84% from 255 or 46.26% from 495); Green value is 142 (55.86% from 255 or 28.69% from 495); Blue value is 124 (48.83% from 255 or 25.05% from 495); Max value from RGB is 229 - color contains mainly: red. Hex color #E58E7C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E58E7C is #1A7183. Grayscale: #A6A6A6. Windows color (decimal): -1732996 or 8163045. OLE color: 8163045.

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

Color convert

RGB229142124-
CMYK00.380.460.10
HSL10.29º66.88%69.22%-
HSV(B)10.29º45.85%89.8%-
XYZ45.6237.4623.89-
YUV165.96104.32172.96-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 46.26%
GREEN value IS 142 (55.86% from 255) = 28.69%
BLUE value IS 124 (48.83% from 255) = 25.05%
R=46.26%
G=28.69%
B=25.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.46
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal22914212400.380.460.1010.2966.8869.22
HexE58E7C0262EAa4345
Octal345216174046561212103105
Binary1110010110001110111110001001101011101010101010000111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #e58e7c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #e58e7c; }

 p { color: rgb(229,142,124); }

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

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

 a { background-color: rgb(229,142,124); }

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

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

 span { border-color: rgb(229,142,124); }

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