#E5966C

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

Shades of Dark Salmon #E5966C

Tints of Dark Salmon #E5966C

Color information

#E5966C (or 0xE5966C) is unknown color: approx Dark Salmon. HEX triplet: E5, 96 and 6C. RGB value is (229,150,108). Sum of RGB (Red+Green+Blue) = 229+150+108=487 (64% of max value = 765). Red value is 229 (89.84% from 255 or 47.02% from 487); Green value is 150 (58.98% from 255 or 30.80% from 487); Blue value is 108 (42.58% from 255 or 22.18% from 487); Max value from RGB is 229 - color contains mainly: red. Hex color #E5966C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E5966C is #1A6993. Grayscale: #A9A9A9. Windows color (decimal): -1730964 or 7116517. OLE color: 7116517.

HSL color Cylindrical-coordinate representation of color #E5966C: hue angle of 20.83º degrees, saturation: 0.7, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #E5966C is Cyan = 0, Magento = 0.34, Yellow = 0.53 and Black (K on CMYK) = 0.10.

Color convert

RGB229150108-
CMYK00.340.530.10
HSL20.83º69.94%66.08%-
HSV(B)20.83º52.84%89.8%-
XYZ45.9339.5519.4-
YUV168.8393.67170.92-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 47.02%
GREEN value IS 150 (58.98% from 255) = 30.80%
BLUE value IS 108 (42.58% from 255) = 22.18%
R=47.02%
G=30.80%
B=22.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.53
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal22915010800.340.530.1020.8369.9466.08
HexE5966C02235A154642
Octal345226154042651225106102
Binary11100101100101101101100010001011010110101010110001101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E5966C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E5966C; }

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

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

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

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

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

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

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

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