#E58C71

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

Shades of Dark Salmon #E58C71

Tints of Dark Salmon #E58C71

Color information

#E58C71 (or 0xE58C71) is unknown color: approx Dark Salmon. HEX triplet: E5, 8C and 71. RGB value is (229,140,113). Sum of RGB (Red+Green+Blue) = 229+140+113=482 (63% of max value = 765). Red value is 229 (89.84% from 255 or 47.51% from 482); Green value is 140 (55.08% from 255 or 29.05% from 482); Blue value is 113 (44.53% from 255 or 23.44% from 482); Max value from RGB is 229 - color contains mainly: red. Hex color #E58C71 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E58C71 is #1A738E. Grayscale: #A3A3A3. Windows color (decimal): -1733519 or 7441637. OLE color: 7441637.

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

Color convert

RGB229140113-
CMYK00.390.510.10
HSL13.97º69.05%67.06%-
HSV(B)13.97º50.66%89.8%-
XYZ44.6736.6120.33-
YUV163.5399.49174.7-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 47.51%
GREEN value IS 140 (55.08% from 255) = 29.05%
BLUE value IS 113 (44.53% from 255) = 23.44%
R=47.51%
G=29.05%
B=23.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.51
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal22914011300.390.510.1013.9769.0567.06
HexE58C7102733Ae4543
Octal345214161047631216105103
Binary1110010110001100111000101001111100111010111010001011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E58C71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E58C71; }

 p { color: rgb(229,140,113); }

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

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

 a { background-color: rgb(229,140,113); }

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

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

 span { border-color: rgb(229,140,113); }

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