#E79575

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

Shades of Dark Salmon #E79575

Tints of Dark Salmon #E79575

Color information

#E79575 (or 0xE79575) is unknown color: approx Dark Salmon. HEX triplet: E7, 95 and 75. RGB value is (231,149,117). Sum of RGB (Red+Green+Blue) = 231+149+117=497 (65% of max value = 765). Red value is 231 (90.62% from 255 or 46.48% from 497); Green value is 149 (58.59% from 255 or 29.98% from 497); Blue value is 117 (46.09% from 255 or 23.54% from 497); Max value from RGB is 231 - color contains mainly: red. Hex color #E79575 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E79575 is #186A8A. Grayscale: #AAAAAA. Windows color (decimal): -1600139 or 7706087. OLE color: 7706087.

HSL color Cylindrical-coordinate representation of color #E79575: hue angle of 16.84º degrees, saturation: 0.7, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #E79575 is Cyan = 0, Magento = 0.35, Yellow = 0.49 and Black (K on CMYK) = 0.09.

Color convert

RGB231149117-
CMYK00.350.490.09
HSL16.84º70.37%68.24%-
HSV(B)16.84º49.35%90.59%-
XYZ46.9139.7722.03-
YUV169.8798.17171.6-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 46.48%
GREEN value IS 149 (58.59% from 255) = 29.98%
BLUE value IS 117 (46.09% from 255) = 23.54%
R=46.48%
G=29.98%
B=23.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.49
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23114911700.350.490.0916.8470.3768.24
HexE79575023319114644
Octal347225165043611121106104
Binary11100111100101011110101010001111000110011000110001101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E79575

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E79575; }

 p { color: rgb(231,149,117); }

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

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

 a { background-color: rgb(231,149,117); }

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

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

 span { border-color: rgb(231,149,117); }

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