#E49878

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

Shades of Dark Salmon #E49878

Tints of Dark Salmon #E49878

Color information

#E49878 (or 0xE49878) is unknown color: approx Dark Salmon. HEX triplet: E4, 98 and 78. RGB value is (228,152,120). Sum of RGB (Red+Green+Blue) = 228+152+120=500 (66% of max value = 765). Red value is 228 (89.45% from 255 or 45.6% from 500); Green value is 152 (59.77% from 255 or 30.4% from 500); Blue value is 120 (47.27% from 255 or 24% from 500); Max value from RGB is 228 - color contains mainly: red. Hex color #E49878 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E49878 is #1B6787. Grayscale: #ABABAB. Windows color (decimal): -1795976 or 7903460. OLE color: 7903460.

HSL color Cylindrical-coordinate representation of color #E49878: hue angle of 17.78º degrees, saturation: 0.67, 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 #E49878 is Cyan = 0, Magento = 0.33, Yellow = 0.47 and Black (K on CMYK) = 0.11.

Color convert

RGB228152120-
CMYK00.330.470.11
HSL17.78º66.67%68.24%-
HSV(B)17.78º47.37%89.41%-
XYZ46.6140.3123.09-
YUV171.0899.18168.6-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 45.6%
GREEN value IS 152 (59.77% from 255) = 30.4%
BLUE value IS 120 (47.27% from 255) = 24%
R=45.6%
G=30.4%
B=24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.47
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22815212000.330.470.1117.7866.6768.24
HexE498780212FB124344
Octal344230170041571322103104
Binary11100100100110001111000010000110111110111001010000111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E49878

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E49878; }

 p { color: rgb(228,152,120); }

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

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

 a { background-color: rgb(228,152,120); }

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

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

 span { border-color: rgb(228,152,120); }

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