#E4976C

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

Shades of Dark Salmon #E4976C

Tints of Dark Salmon #E4976C

Color information

#E4976C (or 0xE4976C) is unknown color: approx Dark Salmon. HEX triplet: E4, 97 and 6C. RGB value is (228,151,108). Sum of RGB (Red+Green+Blue) = 228+151+108=487 (64% of max value = 765). Red value is 228 (89.45% from 255 or 46.82% from 487); Green value is 151 (59.38% from 255 or 31.01% from 487); Blue value is 108 (42.58% from 255 or 22.18% from 487); Max value from RGB is 228 - color contains mainly: red. Hex color #E4976C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E4976C is #1B6893. Grayscale: #A9A9A9. Windows color (decimal): -1796244 or 7116772. OLE color: 7116772.

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

Color convert

RGB228151108-
CMYK00.340.530.11
HSL21.5º68.97%65.88%-
HSV(B)21.5º52.63%89.41%-
XYZ45.7739.7119.44-
YUV169.1293.51170-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 46.82%
GREEN value IS 151 (59.38% from 255) = 31.01%
BLUE value IS 108 (42.58% from 255) = 22.18%
R=46.82%
G=31.01%
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.11
SystemRedGreenBlueCMYKHSL
Decimal22815110800.340.530.1121.568.9765.88
HexE4976C02235B164542
Octal344227154042651326105102
Binary11100100100101111101100010001011010110111011010001011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E4976C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E4976C; }

 p { color: rgb(228,151,108); }

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

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

 a { background-color: rgb(228,151,108); }

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

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

 span { border-color: rgb(228,151,108); }

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