#E49670

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

Shades of Dark Salmon #E49670

Tints of Dark Salmon #E49670

Color information

#E49670 (or 0xE49670) is unknown color: approx Dark Salmon. HEX triplet: E4, 96 and 70. RGB value is (228,150,112). Sum of RGB (Red+Green+Blue) = 228+150+112=490 (64% of max value = 765). Red value is 228 (89.45% from 255 or 46.53% from 490); Green value is 150 (58.98% from 255 or 30.61% from 490); Blue value is 112 (44.14% from 255 or 22.86% from 490); Max value from RGB is 228 - color contains mainly: red. Hex color #E49670 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E49670 is #1B698F. Grayscale: #A9A9A9. Windows color (decimal): -1796496 or 7378660. OLE color: 7378660.

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

Color convert

RGB228150112-
CMYK00.340.510.11
HSL19.66º68.24%66.67%-
HSV(B)19.66º50.88%89.41%-
XYZ45.8339.4820.53-
YUV168.9995.84170.09-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 46.53%
GREEN value IS 150 (58.98% from 255) = 30.61%
BLUE value IS 112 (44.14% from 255) = 22.86%
R=46.53%
G=30.61%
B=22.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.51
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22815011200.340.510.1119.6668.2466.67
HexE4967002233B144443
Octal344226160042631324104103
Binary11100100100101101110000010001011001110111010010001001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E49670

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E49670; }

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

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

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

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

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

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

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

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