#E19979

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

Shades of Dark Salmon #E19979

Tints of Dark Salmon #E19979

Color information

#E19979 (or 0xE19979) is unknown color: approx Dark Salmon. HEX triplet: E1, 99 and 79. RGB value is (225,153,121). Sum of RGB (Red+Green+Blue) = 225+153+121=499 (66% of max value = 765). Red value is 225 (88.28% from 255 or 45.09% from 499); Green value is 153 (60.16% from 255 or 30.66% from 499); Blue value is 121 (47.66% from 255 or 24.25% from 499); Max value from RGB is 225 - color contains mainly: red. Hex color #E19979 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E19979 is #1E6686. Grayscale: #ABABAB. Windows color (decimal): -1992327 or 7969249. OLE color: 7969249.

HSL color Cylindrical-coordinate representation of color #E19979: hue angle of 18.46º degrees, saturation: 0.63, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #E19979 is Cyan = 0, Magento = 0.32, Yellow = 0.46 and Black (K on CMYK) = 0.12.

Color convert

RGB225153121-
CMYK00.320.460.12
HSL18.46º63.41%67.84%-
HSV(B)18.46º46.22%88.24%-
XYZ45.8940.1723.42-
YUV170.8899.85166.6-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 45.09%
GREEN value IS 153 (60.16% from 255) = 30.66%
BLUE value IS 121 (47.66% from 255) = 24.25%
R=45.09%
G=30.66%
B=24.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.46
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22515312100.320.460.1218.4663.4167.84
HexE199790202EC123f44
Octal34123117104056142277104
Binary1110000110011001111100101000001011101100100101111111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E19979

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E19979; }

 p { color: rgb(225,153,121); }

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

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

 a { background-color: rgb(225,153,121); }

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

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

 span { border-color: rgb(225,153,121); }

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