#E1956F

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

Shades of Dark Salmon #E1956F

Tints of Dark Salmon #E1956F

Color information

#E1956F (or 0xE1956F) is unknown color: approx Dark Salmon. HEX triplet: E1, 95 and 6F. RGB value is (225,149,111). Sum of RGB (Red+Green+Blue) = 225+149+111=485 (64% of max value = 765). Red value is 225 (88.28% from 255 or 46.39% from 485); Green value is 149 (58.59% from 255 or 30.72% from 485); Blue value is 111 (43.75% from 255 or 22.89% from 485); Max value from RGB is 225 - color contains mainly: red. Hex color #E1956F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E1956F is #1E6A90. Grayscale: #A7A7A7. Windows color (decimal): -1993361 or 7312865. OLE color: 7312865.

HSL color Cylindrical-coordinate representation of color #E1956F: hue angle of 20º degrees, saturation: 0.66, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #E1956F is Cyan = 0, Magento = 0.34, Yellow = 0.51 and Black (K on CMYK) = 0.12.

Color convert

RGB225149111-
CMYK00.340.510.12
HSL20º65.52%65.88%-
HSV(B)20º50.67%88.24%-
XYZ44.6738.6520.14-
YUV167.3996.18169.09-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 46.39%
GREEN value IS 149 (58.59% from 255) = 30.72%
BLUE value IS 111 (43.75% from 255) = 22.89%
R=46.39%
G=30.72%
B=22.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.51
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22514911100.340.510.122065.5265.88
HexE1956F02233C144242
Octal341225157042631424102102
Binary11100001100101011101111010001011001111001010010000101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1956F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1956F; }

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

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

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

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

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

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

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

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