#E49E70

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

Shades of Dark Salmon #E49E70

Tints of Dark Salmon #E49E70

Color information

#E49E70 (or 0xE49E70) is unknown color: approx Dark Salmon. HEX triplet: E4, 9E and 70. RGB value is (228,158,112). Sum of RGB (Red+Green+Blue) = 228+158+112=498 (65% of max value = 765). Red value is 228 (89.45% from 255 or 45.78% from 498); Green value is 158 (62.11% from 255 or 31.73% from 498); Blue value is 112 (44.14% from 255 or 22.49% from 498); Max value from RGB is 228 - color contains mainly: red. Hex color #E49E70 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E49E70 is #1B618F. Grayscale: #ADADAD. Windows color (decimal): -1794448 or 7380708. OLE color: 7380708.

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

Color convert

RGB228158112-
CMYK00.310.510.11
HSL23.79º68.24%66.67%-
HSV(B)23.79º50.88%89.41%-
XYZ47.1542.1220.97-
YUV173.6993.19166.74-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 45.78%
GREEN value IS 158 (62.11% from 255) = 31.73%
BLUE value IS 112 (44.14% from 255) = 22.49%
R=45.78%
G=31.73%
B=22.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.51
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22815811200.310.510.1123.7968.2466.67
HexE49E7001F33B184443
Octal344236160037631330104103
Binary1110010010011110111000001111111001110111100010001001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E49E70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E49E70; }

 p { color: rgb(228,158,112); }

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

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

 a { background-color: rgb(228,158,112); }

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

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

 span { border-color: rgb(228,158,112); }

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