#E5956E

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

Shades of Dark Salmon #E5956E

Tints of Dark Salmon #E5956E

Color information

#E5956E (or 0xE5956E) is unknown color: approx Dark Salmon. HEX triplet: E5, 95 and 6E. RGB value is (229,149,110). Sum of RGB (Red+Green+Blue) = 229+149+110=488 (64% of max value = 765). Red value is 229 (89.84% from 255 or 46.93% from 488); Green value is 149 (58.59% from 255 or 30.53% from 488); Blue value is 110 (43.36% from 255 or 22.54% from 488); Max value from RGB is 229 - color contains mainly: red. Hex color #E5956E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E5956E is #1A6A91. Grayscale: #A8A8A8. Windows color (decimal): -1731218 or 7247333. OLE color: 7247333.

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

Color convert

RGB229149110-
CMYK00.350.520.10
HSL19.66º69.59%66.47%-
HSV(B)19.66º51.97%89.8%-
XYZ45.8839.2819.92-
YUV168.4795171.17-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 46.93%
GREEN value IS 149 (58.59% from 255) = 30.53%
BLUE value IS 110 (43.36% from 255) = 22.54%
R=46.93%
G=30.53%
B=22.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.52
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal22914911000.350.520.1019.6669.5966.47
HexE5956E02334A144642
Octal345225156043641224106102
Binary11100101100101011101110010001111010010101010010001101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E5956E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E5956E; }

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

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

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

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

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

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

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

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