#e7966d

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

Shades of Dark Salmon #E7966D

Tints of Dark Salmon #E7966D

Color information

#E7966D (or 0xE7966D) is unknown color: approx Dark Salmon. HEX triplet: E7, 96 and 6D. RGB value is (231,150,109). Sum of RGB (Red+Green+Blue) = 231+150+109=490 (64% of max value = 765). Red value is 231 (90.62% from 255 or 47.14% from 490); Green value is 150 (58.98% from 255 or 30.61% from 490); Blue value is 109 (42.97% from 255 or 22.24% from 490); Max value from RGB is 231 - color contains mainly: red. Hex color #E7966D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E7966D is #186992. Grayscale: #A9A9A9. Windows color (decimal): -1599891 or 7182055. OLE color: 7182055.

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

Color convert

RGB231150109-
CMYK00.350.530.09
HSL20.16º71.76%66.67%-
HSV(B)20.16º52.81%90.59%-
XYZ46.6239.9119.71-
YUV169.5493.84171.83-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 47.14%
GREEN value IS 150 (58.98% from 255) = 30.61%
BLUE value IS 109 (42.97% from 255) = 22.24%
R=47.14%
G=30.61%
B=22.24%

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
Decimal23115010900.350.530.0920.1671.7666.67
HexE7966D023359144843
Octal347226155043651124110103
Binary11100111100101101101101010001111010110011010010010001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #e7966d

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #e7966d; }

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

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

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

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

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

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

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

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