#E49679

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

Shades of Dark Salmon #E49679

Tints of Dark Salmon #E49679

Color information

#E49679 (or 0xE49679) is unknown color: approx Dark Salmon. HEX triplet: E4, 96 and 79. RGB value is (228,150,121). Sum of RGB (Red+Green+Blue) = 228+150+121=499 (66% of max value = 765). Red value is 228 (89.45% from 255 or 45.69% from 499); Green value is 150 (58.98% from 255 or 30.06% from 499); Blue value is 121 (47.66% from 255 or 24.25% from 499); Max value from RGB is 228 - color contains mainly: red. Hex color #E49679 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E49679 is #1B6986. Grayscale: #AAAAAA. Windows color (decimal): -1796487 or 7968484. OLE color: 7968484.

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

Color convert

RGB228150121-
CMYK00.340.470.11
HSL16.26º66.46%68.43%-
HSV(B)16.26º46.93%89.41%-
XYZ46.3539.6923.31-
YUV170.02100.34169.36-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 45.69%
GREEN value IS 150 (58.98% from 255) = 30.06%
BLUE value IS 121 (47.66% from 255) = 24.25%
R=45.69%
G=30.06%
B=24.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.47
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22815012100.340.470.1116.2666.4668.43
HexE496790222FB104244
Octal344226171042571320102104
Binary11100100100101101111001010001010111110111000010000101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E49679

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E49679; }

 p { color: rgb(228,150,121); }

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

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

 a { background-color: rgb(228,150,121); }

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

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

 span { border-color: rgb(228,150,121); }

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