#E7976C

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

Shades of Dark Salmon #E7976C

Tints of Dark Salmon #E7976C

Color information

#E7976C (or 0xE7976C) is unknown color: approx Dark Salmon. HEX triplet: E7, 97 and 6C. RGB value is (231,151,108). Sum of RGB (Red+Green+Blue) = 231+151+108=490 (64% of max value = 765). Red value is 231 (90.62% from 255 or 47.14% from 490); Green value is 151 (59.38% from 255 or 30.82% from 490); Blue value is 108 (42.58% from 255 or 22.04% from 490); Max value from RGB is 231 - color contains mainly: red. Hex color #E7976C is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E7976C is #186893. Grayscale: #AAAAAA. Windows color (decimal): -1599636 or 7116775. OLE color: 7116775.

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

Color convert

RGB231151108-
CMYK00.350.530.09
HSL20.98º71.93%66.47%-
HSV(B)20.98º53.25%90.59%-
XYZ46.7340.219.48-
YUV170.0293171.5-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 47.14%
GREEN value IS 151 (59.38% from 255) = 30.82%
BLUE value IS 108 (42.58% from 255) = 22.04%
R=47.14%
G=30.82%
B=22.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.53
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23115110800.350.530.0920.9871.9366.47
HexE7976C023359154842
Octal347227154043651125110102
Binary11100111100101111101100010001111010110011010110010001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7976C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7976C; }

 p { color: rgb(231,151,108); }

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

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

 a { background-color: rgb(231,151,108); }

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

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

 span { border-color: rgb(231,151,108); }

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