#E59974

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

Shades of Dark Salmon #E59974

Tints of Dark Salmon #E59974

Color information

#E59974 (or 0xE59974) is unknown color: approx Dark Salmon. HEX triplet: E5, 99 and 74. RGB value is (229,153,116). Sum of RGB (Red+Green+Blue) = 229+153+116=498 (65% of max value = 765). Red value is 229 (89.84% from 255 or 45.98% from 498); Green value is 153 (60.16% from 255 or 30.72% from 498); Blue value is 116 (45.70% from 255 or 23.29% from 498); Max value from RGB is 229 - color contains mainly: red. Hex color #E59974 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E59974 is #1A668B. Grayscale: #ABABAB. Windows color (decimal): -1730188 or 7641573. OLE color: 7641573.

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

Color convert

RGB229153116-
CMYK00.330.490.10
HSL19.65º68.48%67.65%-
HSV(B)19.65º49.34%89.8%-
XYZ46.8640.721.91-
YUV171.5196.68169.01-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 45.98%
GREEN value IS 153 (60.16% from 255) = 30.72%
BLUE value IS 116 (45.70% from 255) = 23.29%
R=45.98%
G=30.72%
B=23.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.49
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal22915311600.330.490.1019.6568.4867.65
HexE5997402131A144444
Octal345231164041611224104104
Binary11100101100110011110100010000111000110101010010001001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E59974

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E59974; }

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

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

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

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

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

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

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

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