#e58d74

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

Shades of Dark Salmon #E58D74

Tints of Dark Salmon #E58D74

Color information

#E58D74 (or 0xE58D74) is unknown color: approx Dark Salmon. HEX triplet: E5, 8D and 74. RGB value is (229,141,116). Sum of RGB (Red+Green+Blue) = 229+141+116=486 (64% of max value = 765). Red value is 229 (89.84% from 255 or 47.12% from 486); Green value is 141 (55.47% from 255 or 29.01% from 486); Blue value is 116 (45.70% from 255 or 23.87% from 486); Max value from RGB is 229 - color contains mainly: red. Hex color #E58D74 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E58D74 is #1A728B. Grayscale: #A4A4A4. Windows color (decimal): -1733260 or 7638501. OLE color: 7638501.

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

Color convert

RGB229141116-
CMYK00.380.490.10
HSL13.27º68.48%67.65%-
HSV(B)13.27º49.34%89.8%-
XYZ44.9936.9721.29-
YUV164.46100.65174.03-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 47.12%
GREEN value IS 141 (55.47% from 255) = 29.01%
BLUE value IS 116 (45.70% from 255) = 23.87%
R=47.12%
G=29.01%
B=23.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.49
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal22914111600.380.490.1013.2768.4867.65
HexE58D7402631Ad4444
Octal345215164046611215104104
Binary1110010110001101111010001001101100011010110110001001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #e58d74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #e58d74; }

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

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

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

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

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

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

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

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