#E49D7F

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

Shades of Dark Salmon #E49D7F

Tints of Dark Salmon #E49D7F

Color information

#E49D7F (or 0xE49D7F) is unknown color: approx Dark Salmon. HEX triplet: E4, 9D and 7F. RGB value is (228,157,127). Sum of RGB (Red+Green+Blue) = 228+157+127=512 (67% of max value = 765). Red value is 228 (89.45% from 255 or 44.53% from 512); Green value is 157 (61.72% from 255 or 30.66% from 512); Blue value is 127 (50% from 255 or 24.80% from 512); Max value from RGB is 228 - color contains mainly: red. Hex color #E49D7F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E49D7F is #1B6280. Grayscale: #AEAEAE. Windows color (decimal): -1794689 or 8363492. OLE color: 8363492.

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

Color convert

RGB228157127-
CMYK00.310.440.11
HSL17.82º65.16%69.61%-
HSV(B)17.82º44.3%89.41%-
XYZ47.8842.1425.69-
YUV174.81101.02165.94-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 44.53%
GREEN value IS 157 (61.72% from 255) = 30.66%
BLUE value IS 127 (50% from 255) = 24.80%
R=44.53%
G=30.66%
B=24.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.44
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22815712700.310.440.1117.8265.1669.61
HexE49D7F01F2CB124146
Octal344235177037541322101106
Binary1110010010011101111111101111110110010111001010000011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E49D7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E49D7F; }

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

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

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

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

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

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

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

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