#E7976D

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

Shades of Dark Salmon #E7976D

Tints of Dark Salmon #E7976D

Color information

#E7976D (or 0xE7976D) is unknown color: approx Dark Salmon. HEX triplet: E7, 97 and 6D. RGB value is (231,151,109). Sum of RGB (Red+Green+Blue) = 231+151+109=491 (65% of max value = 765). Red value is 231 (90.62% from 255 or 47.05% from 491); Green value is 151 (59.38% from 255 or 30.75% from 491); Blue value is 109 (42.97% from 255 or 22.20% from 491); Max value from RGB is 231 - color contains mainly: red. Hex color #E7976D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E7976D is #186892. Grayscale: #AAAAAA. Windows color (decimal): -1599635 or 7182311. OLE color: 7182311.

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

Color convert

RGB231151109-
CMYK00.350.530.09
HSL20.66º71.76%66.67%-
HSV(B)20.66º52.81%90.59%-
XYZ46.7840.2319.77-
YUV170.1393.5171.42-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 47.05%
GREEN value IS 151 (59.38% from 255) = 30.75%
BLUE value IS 109 (42.97% from 255) = 22.20%
R=47.05%
G=30.75%
B=22.20%

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
Decimal23115110900.350.530.0920.6671.7666.67
HexE7976D023359154843
Octal347227155043651125110103
Binary11100111100101111101101010001111010110011010110010001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7976D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7976D; }

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

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

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

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

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

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

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

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