#E5956F

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

Shades of Dark Salmon #E5956F

Tints of Dark Salmon #E5956F

Color information

#E5956F (or 0xE5956F) is unknown color: approx Dark Salmon. HEX triplet: E5, 95 and 6F. RGB value is (229,149,111). Sum of RGB (Red+Green+Blue) = 229+149+111=489 (64% of max value = 765). Red value is 229 (89.84% from 255 or 46.83% from 489); Green value is 149 (58.59% from 255 or 30.47% from 489); Blue value is 111 (43.75% from 255 or 22.70% from 489); Max value from RGB is 229 - color contains mainly: red. Hex color #E5956F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E5956F is #1A6A90. Grayscale: #A8A8A8. Windows color (decimal): -1731217 or 7312869. OLE color: 7312869.

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

Color convert

RGB229149111-
CMYK00.350.520.10
HSL19.32º69.41%66.67%-
HSV(B)19.32º51.53%89.8%-
XYZ45.9339.320.2-
YUV168.5995.5171.09-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 46.83%
GREEN value IS 149 (58.59% from 255) = 30.47%
BLUE value IS 111 (43.75% from 255) = 22.70%
R=46.83%
G=30.47%
B=22.70%

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
Decimal22914911100.350.520.1019.3269.4166.67
HexE5956F02334A134543
Octal345225157043641223105103
Binary11100101100101011101111010001111010010101001110001011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E5956F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E5956F; }

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

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

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

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

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

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

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

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