#E49876

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

Shades of Dark Salmon #E49876

Tints of Dark Salmon #E49876

Color information

#E49876 (or 0xE49876) is unknown color: approx Dark Salmon. HEX triplet: E4, 98 and 76. RGB value is (228,152,118). Sum of RGB (Red+Green+Blue) = 228+152+118=498 (65% of max value = 765). Red value is 228 (89.45% from 255 or 45.78% from 498); Green value is 152 (59.77% from 255 or 30.52% from 498); Blue value is 118 (46.48% from 255 or 23.69% from 498); Max value from RGB is 228 - color contains mainly: red. Hex color #E49876 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E49876 is #1B6789. Grayscale: #ABABAB. Windows color (decimal): -1795978 or 7772388. OLE color: 7772388.

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

Color convert

RGB228152118-
CMYK00.330.480.11
HSL18.55º67.07%67.84%-
HSV(B)18.55º48.25%89.41%-
XYZ46.4940.2622.46-
YUV170.8598.18168.76-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 45.78%
GREEN value IS 152 (59.77% from 255) = 30.52%
BLUE value IS 118 (46.48% from 255) = 23.69%
R=45.78%
G=30.52%
B=23.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.48
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22815211800.330.480.1118.5567.0767.84
HexE4987602130B134344
Octal344230166041601323103104
Binary11100100100110001110110010000111000010111001110000111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E49876

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E49876; }

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

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

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

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

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

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

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

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