#E49579

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

Shades of Dark Salmon #E49579

Tints of Dark Salmon #E49579

Color information

#E49579 (or 0xE49579) is unknown color: approx Dark Salmon. HEX triplet: E4, 95 and 79. RGB value is (228,149,121). Sum of RGB (Red+Green+Blue) = 228+149+121=498 (65% of max value = 765). Red value is 228 (89.45% from 255 or 45.78% from 498); Green value is 149 (58.59% from 255 or 29.92% from 498); Blue value is 121 (47.66% from 255 or 24.30% from 498); Max value from RGB is 228 - color contains mainly: red. Hex color #E49579 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E49579 is #1B6A86. Grayscale: #A9A9A9. Windows color (decimal): -1796743 or 7968228. OLE color: 7968228.

HSL color Cylindrical-coordinate representation of color #E49579: hue angle of 15.7º degrees, saturation: 0.66, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #E49579 is Cyan = 0, Magento = 0.35, Yellow = 0.47 and Black (K on CMYK) = 0.11.

Color convert

RGB228149121-
CMYK00.350.470.11
HSL15.7º66.46%68.43%-
HSV(B)15.7º46.93%89.41%-
XYZ46.1939.3723.25-
YUV169.43100.67169.78-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 45.78%
GREEN value IS 149 (58.59% from 255) = 29.92%
BLUE value IS 121 (47.66% from 255) = 24.30%
R=45.78%
G=29.92%
B=24.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.47
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22814912100.350.470.1115.766.4668.43
HexE495790232FB104244
Octal344225171043571320102104
Binary11100100100101011111001010001110111110111000010000101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E49579

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E49579; }

 p { color: rgb(228,149,121); }

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

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

 a { background-color: rgb(228,149,121); }

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

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

 span { border-color: rgb(228,149,121); }

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