#E79175

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

Shades of Dark Salmon #E79175

Tints of Dark Salmon #E79175

Color information

#E79175 (or 0xE79175) is unknown color: approx Dark Salmon. HEX triplet: E7, 91 and 75. RGB value is (231,145,117). Sum of RGB (Red+Green+Blue) = 231+145+117=493 (65% of max value = 765). Red value is 231 (90.62% from 255 or 46.86% from 493); Green value is 145 (57.03% from 255 or 29.41% from 493); Blue value is 117 (46.09% from 255 or 23.73% from 493); Max value from RGB is 231 - color contains mainly: red. Hex color #E79175 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E79175 is #186E8A. Grayscale: #A7A7A7. Windows color (decimal): -1601163 or 7705063. OLE color: 7705063.

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

Color convert

RGB231145117-
CMYK00.370.490.09
HSL14.74º70.37%68.24%-
HSV(B)14.74º49.35%90.59%-
XYZ46.2938.5221.83-
YUV167.5299.49173.28-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 46.86%
GREEN value IS 145 (57.03% from 255) = 29.41%
BLUE value IS 117 (46.09% from 255) = 23.73%
R=46.86%
G=29.41%
B=23.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.49
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23114511700.370.490.0914.7470.3768.24
HexE79175025319f4644
Octal347221165045611117106104
Binary1110011110010001111010101001011100011001111110001101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E79175

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E79175; }

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

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

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

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

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

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

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

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