#E58F72

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

Shades of Dark Salmon #E58F72

Tints of Dark Salmon #E58F72

Color information

#E58F72 (or 0xE58F72) is unknown color: approx Dark Salmon. HEX triplet: E5, 8F and 72. RGB value is (229,143,114). Sum of RGB (Red+Green+Blue) = 229+143+114=486 (64% of max value = 765). Red value is 229 (89.84% from 255 or 47.12% from 486); Green value is 143 (56.25% from 255 or 29.42% from 486); Blue value is 114 (44.92% from 255 or 23.46% from 486); Max value from RGB is 229 - color contains mainly: red. Hex color #E58F72 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E58F72 is #1A708D. Grayscale: #A5A5A5. Windows color (decimal): -1732750 or 7507941. OLE color: 7507941.

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

Color convert

RGB229143114-
CMYK00.380.500.10
HSL15.13º68.86%67.25%-
HSV(B)15.13º50.22%89.8%-
XYZ45.1737.5220.78-
YUV165.4198.99173.36-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 47.12%
GREEN value IS 143 (56.25% from 255) = 29.42%
BLUE value IS 114 (44.92% from 255) = 23.46%
R=47.12%
G=29.42%
B=23.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.50
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal22914311400.380.500.1015.1368.8667.25
HexE58F7202632Af4543
Octal345217162046621217105103
Binary1110010110001111111001001001101100101010111110001011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E58F72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E58F72; }

 p { color: rgb(229,143,114); }

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

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

 a { background-color: rgb(229,143,114); }

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

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

 span { border-color: rgb(229,143,114); }

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