#E58D7A

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

Shades of Dark Salmon #E58D7A

Tints of Dark Salmon #E58D7A

Color information

#E58D7A (or 0xE58D7A) is unknown color: approx Dark Salmon. HEX triplet: E5, 8D and 7A. RGB value is (229,141,122). Sum of RGB (Red+Green+Blue) = 229+141+122=492 (65% of max value = 765). Red value is 229 (89.84% from 255 or 46.54% from 492); Green value is 141 (55.47% from 255 or 28.66% from 492); Blue value is 122 (48.05% from 255 or 24.80% from 492); Max value from RGB is 229 - color contains mainly: red. Hex color #E58D7A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E58D7A is #1A7285. Grayscale: #A5A5A5. Windows color (decimal): -1733254 or 8031717. OLE color: 8031717.

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

Color convert

RGB229141122-
CMYK00.380.470.10
HSL10.65º67.3%68.82%-
HSV(B)10.65º46.72%89.8%-
XYZ45.3537.1123.19-
YUV165.15103.65173.54-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 46.54%
GREEN value IS 141 (55.47% from 255) = 28.66%
BLUE value IS 122 (48.05% from 255) = 24.80%
R=46.54%
G=28.66%
B=24.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.47
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal22914112200.380.470.1010.6567.368.82
HexE58D7A0262FAb4345
Octal345215172046571213103105
Binary1110010110001101111101001001101011111010101110000111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E58D7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E58D7A; }

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

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

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

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

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

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

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

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