#E49376

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

Shades of Dark Salmon #E49376

Tints of Dark Salmon #E49376

Color information

#E49376 (or 0xE49376) is unknown color: approx Dark Salmon. HEX triplet: E4, 93 and 76. RGB value is (228,147,118). Sum of RGB (Red+Green+Blue) = 228+147+118=493 (65% of max value = 765). Red value is 228 (89.45% from 255 or 46.25% from 493); Green value is 147 (57.81% from 255 or 29.82% from 493); Blue value is 118 (46.48% from 255 or 23.94% from 493); Max value from RGB is 228 - color contains mainly: red. Hex color #E49376 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E49376 is #1B6C89. Grayscale: #A8A8A8. Windows color (decimal): -1797258 or 7771108. OLE color: 7771108.

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

Color convert

RGB228147118-
CMYK00.360.480.11
HSL15.82º67.07%67.84%-
HSV(B)15.82º48.25%89.41%-
XYZ45.738.6722.19-
YUV167.9199.84170.86-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 46.25%
GREEN value IS 147 (57.81% from 255) = 29.82%
BLUE value IS 118 (46.48% from 255) = 23.94%
R=46.25%
G=29.82%
B=23.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.48
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22814711800.360.480.1115.8267.0767.84
HexE4937602430B104344
Octal344223166044601320103104
Binary11100100100100111110110010010011000010111000010000111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E49376

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E49376; }

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

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

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

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

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

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

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

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