#E5956C

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

Shades of Dark Salmon #E5956C

Tints of Dark Salmon #E5956C

Color information

#E5956C (or 0xE5956C) is unknown color: approx Dark Salmon. HEX triplet: E5, 95 and 6C. RGB value is (229,149,108). Sum of RGB (Red+Green+Blue) = 229+149+108=486 (64% of max value = 765). Red value is 229 (89.84% from 255 or 47.12% from 486); Green value is 149 (58.59% from 255 or 30.66% from 486); Blue value is 108 (42.58% from 255 or 22.22% from 486); Max value from RGB is 229 - color contains mainly: red. Hex color #E5956C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E5956C is #1A6A93. Grayscale: #A8A8A8. Windows color (decimal): -1731220 or 7116261. OLE color: 7116261.

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

Color convert

RGB229149108-
CMYK00.350.530.10
HSL20.33º69.94%66.08%-
HSV(B)20.33º52.84%89.8%-
XYZ45.7739.2419.35-
YUV168.2594171.33-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 47.12%
GREEN value IS 149 (58.59% from 255) = 30.66%
BLUE value IS 108 (42.58% from 255) = 22.22%
R=47.12%
G=30.66%
B=22.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.53
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal22914910800.350.530.1020.3369.9466.08
HexE5956C02335A144642
Octal345225154043651224106102
Binary11100101100101011101100010001111010110101010010001101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E5956C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E5956C; }

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

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

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

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

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

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

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

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