#E7966C

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

Shades of Dark Salmon #E7966C

Tints of Dark Salmon #E7966C

Color information

#E7966C (or 0xE7966C) is unknown color: approx Dark Salmon. HEX triplet: E7, 96 and 6C. RGB value is (231,150,108). Sum of RGB (Red+Green+Blue) = 231+150+108=489 (64% of max value = 765). Red value is 231 (90.62% from 255 or 47.24% from 489); Green value is 150 (58.98% from 255 or 30.67% from 489); Blue value is 108 (42.58% from 255 or 22.09% from 489); Max value from RGB is 231 - color contains mainly: red. Hex color #E7966C is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E7966C is #186993. Grayscale: #A9A9A9. Windows color (decimal): -1599892 or 7116519. OLE color: 7116519.

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

Color convert

RGB231150108-
CMYK00.350.530.09
HSL20.49º71.93%66.47%-
HSV(B)20.49º53.25%90.59%-
XYZ46.5739.8819.43-
YUV169.4393.34171.92-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 47.24%
GREEN value IS 150 (58.98% from 255) = 30.67%
BLUE value IS 108 (42.58% from 255) = 22.09%
R=47.24%
G=30.67%
B=22.09%

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
Decimal23115010800.350.530.0920.4971.9366.47
HexE7966C023359144842
Octal347226154043651124110102
Binary11100111100101101101100010001111010110011010010010001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7966C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7966C; }

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

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

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

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

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

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

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

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