#E49A70

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

Shades of Dark Salmon #E49A70

Tints of Dark Salmon #E49A70

Color information

#E49A70 (or 0xE49A70) is unknown color: approx Dark Salmon. HEX triplet: E4, 9A and 70. RGB value is (228,154,112). Sum of RGB (Red+Green+Blue) = 228+154+112=494 (65% of max value = 765). Red value is 228 (89.45% from 255 or 46.15% from 494); Green value is 154 (60.55% from 255 or 31.17% from 494); Blue value is 112 (44.14% from 255 or 22.67% from 494); Max value from RGB is 228 - color contains mainly: red. Hex color #E49A70 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E49A70 is #1B658F. Grayscale: #ABABAB. Windows color (decimal): -1795472 or 7379684. OLE color: 7379684.

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

Color convert

RGB228154112-
CMYK00.320.510.11
HSL21.72º68.24%66.67%-
HSV(B)21.72º50.88%89.41%-
XYZ46.4840.7820.75-
YUV171.3494.52168.42-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 46.15%
GREEN value IS 154 (60.55% from 255) = 31.17%
BLUE value IS 112 (44.14% from 255) = 22.67%
R=46.15%
G=31.17%
B=22.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.51
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22815411200.320.510.1121.7268.2466.67
HexE49A7002033B164443
Octal344232160040631326104103
Binary11100100100110101110000010000011001110111011010001001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E49A70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E49A70; }

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

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

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

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

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

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

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

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