#E49D6F

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

Shades of Dark Salmon #E49D6F

Tints of Dark Salmon #E49D6F

Color information

#E49D6F (or 0xE49D6F) is unknown color: approx Dark Salmon. HEX triplet: E4, 9D and 6F. RGB value is (228,157,111). Sum of RGB (Red+Green+Blue) = 228+157+111=496 (65% of max value = 765). Red value is 228 (89.45% from 255 or 45.97% from 496); Green value is 157 (61.72% from 255 or 31.65% from 496); Blue value is 111 (43.75% from 255 or 22.38% from 496); Max value from RGB is 228 - color contains mainly: red. Hex color #E49D6F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E49D6F is #1B6290. Grayscale: #ADADAD. Windows color (decimal): -1794705 or 7314916. OLE color: 7314916.

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

Color convert

RGB228157111-
CMYK00.310.510.11
HSL23.59º68.42%66.47%-
HSV(B)23.59º51.32%89.41%-
XYZ46.9241.7620.63-
YUV172.9893.02167.24-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 45.97%
GREEN value IS 157 (61.72% from 255) = 31.65%
BLUE value IS 111 (43.75% from 255) = 22.38%
R=45.97%
G=31.65%
B=22.38%

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
Decimal22815711100.310.510.1123.5968.4266.47
HexE49D6F01F33B184442
Octal344235157037631330104102
Binary1110010010011101110111101111111001110111100010001001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E49D6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E49D6F; }

 p { color: rgb(228,157,111); }

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

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

 a { background-color: rgb(228,157,111); }

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

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

 span { border-color: rgb(228,157,111); }

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