#E79576

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

Shades of Dark Salmon #E79576

Tints of Dark Salmon #E79576

Color information

#E79576 (or 0xE79576) is unknown color: approx Dark Salmon. HEX triplet: E7, 95 and 76. RGB value is (231,149,118). Sum of RGB (Red+Green+Blue) = 231+149+118=498 (65% of max value = 765). Red value is 231 (90.62% from 255 or 46.39% from 498); Green value is 149 (58.59% from 255 or 29.92% from 498); Blue value is 118 (46.48% from 255 or 23.69% from 498); Max value from RGB is 231 - color contains mainly: red. Hex color #E79576 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E79576 is #186A89. Grayscale: #AAAAAA. Windows color (decimal): -1600138 or 7771623. OLE color: 7771623.

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

Color convert

RGB231149118-
CMYK00.350.490.09
HSL16.46º70.19%68.43%-
HSV(B)16.46º48.92%90.59%-
XYZ46.9739.7922.34-
YUV169.9898.67171.52-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 46.39%
GREEN value IS 149 (58.59% from 255) = 29.92%
BLUE value IS 118 (46.48% from 255) = 23.69%
R=46.39%
G=29.92%
B=23.69%

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
Decimal23114911800.350.490.0916.4670.1968.43
HexE79576023319104644
Octal347225166043611120106104
Binary11100111100101011110110010001111000110011000010001101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E79576

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E79576; }

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

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

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

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

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

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

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

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