#E49977

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

Shades of Dark Salmon #E49977

Tints of Dark Salmon #E49977

Color information

#E49977 (or 0xE49977) is unknown color: approx Dark Salmon. HEX triplet: E4, 99 and 77. RGB value is (228,153,119). Sum of RGB (Red+Green+Blue) = 228+153+119=500 (66% of max value = 765). Red value is 228 (89.45% from 255 or 45.6% from 500); Green value is 153 (60.16% from 255 or 30.6% from 500); Blue value is 119 (46.88% from 255 or 23.8% from 500); Max value from RGB is 228 - color contains mainly: red. Hex color #E49977 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E49977 is #1B6688. Grayscale: #ABABAB. Windows color (decimal): -1795721 or 7838180. OLE color: 7838180.

HSL color Cylindrical-coordinate representation of color #E49977: hue angle of 18.72º degrees, saturation: 0.67, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #E49977 is Cyan = 0, Magento = 0.33, Yellow = 0.48 and Black (K on CMYK) = 0.11.

Color convert

RGB228153119-
CMYK00.330.480.11
HSL18.72º66.87%68.04%-
HSV(B)18.72º47.81%89.41%-
XYZ46.7240.6122.83-
YUV171.5598.35168.26-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 45.6%
GREEN value IS 153 (60.16% from 255) = 30.6%
BLUE value IS 119 (46.88% from 255) = 23.8%
R=45.6%
G=30.6%
B=23.8%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.48
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22815311900.330.480.1118.7266.8768.04
HexE4997702130B134344
Octal344231167041601323103104
Binary11100100100110011110111010000111000010111001110000111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E49977

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E49977; }

 p { color: rgb(228,153,119); }

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

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

 a { background-color: rgb(228,153,119); }

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

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

 span { border-color: rgb(228,153,119); }

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