#E49076

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

Shades of Dark Salmon #E49076

Tints of Dark Salmon #E49076

Color information

#E49076 (or 0xE49076) is unknown color: approx Dark Salmon. HEX triplet: E4, 90 and 76. RGB value is (228,144,118). Sum of RGB (Red+Green+Blue) = 228+144+118=490 (64% of max value = 765). Red value is 228 (89.45% from 255 or 46.53% from 490); Green value is 144 (56.64% from 255 or 29.39% from 490); Blue value is 118 (46.48% from 255 or 24.08% from 490); Max value from RGB is 228 - color contains mainly: red. Hex color #E49076 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E49076 is #1B6F89. Grayscale: #A6A6A6. Windows color (decimal): -1798026 or 7770340. OLE color: 7770340.

HSL color Cylindrical-coordinate representation of color #E49076: hue angle of 14.18º 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 #E49076 is Cyan = 0, Magento = 0.37, Yellow = 0.48 and Black (K on CMYK) = 0.11.

Color convert

RGB228144118-
CMYK00.370.480.11
HSL14.18º67.07%67.84%-
HSV(B)14.18º48.25%89.41%-
XYZ45.2437.7522.04-
YUV166.15100.83172.11-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 46.53%
GREEN value IS 144 (56.64% from 255) = 29.39%
BLUE value IS 118 (46.48% from 255) = 24.08%
R=46.53%
G=29.39%
B=24.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.48
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22814411800.370.480.1114.1867.0767.84
HexE4907602530Be4344
Octal344220166045601316103104
Binary1110010010010000111011001001011100001011111010000111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E49076

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E49076; }

 p { color: rgb(228,144,118); }

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

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

 a { background-color: rgb(228,144,118); }

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

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

 span { border-color: rgb(228,144,118); }

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