#E49B7D

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

Shades of Dark Salmon #E49B7D

Tints of Dark Salmon #E49B7D

Color information

#E49B7D (or 0xE49B7D) is unknown color: approx Dark Salmon. HEX triplet: E4, 9B and 7D. RGB value is (228,155,125). Sum of RGB (Red+Green+Blue) = 228+155+125=508 (67% of max value = 765). Red value is 228 (89.45% from 255 or 44.88% from 508); Green value is 155 (60.94% from 255 or 30.51% from 508); Blue value is 125 (49.22% from 255 or 24.61% from 508); Max value from RGB is 228 - color contains mainly: red. Hex color #E49B7D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E49B7D is #1B6482. Grayscale: #ADADAD. Windows color (decimal): -1795203 or 8231908. OLE color: 8231908.

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

Color convert

RGB228155125-
CMYK00.320.450.11
HSL17.48º65.61%69.22%-
HSV(B)17.48º45.18%89.41%-
XYZ47.4241.4224.9-
YUV173.41100.68166.94-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 44.88%
GREEN value IS 155 (60.94% from 255) = 30.51%
BLUE value IS 125 (49.22% from 255) = 24.61%
R=44.88%
G=30.51%
B=24.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.45
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22815512500.320.450.1117.4865.6169.22
HexE49B7D0202DB114245
Octal344233175040551321102105
Binary11100100100110111111101010000010110110111000110000101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E49B7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E49B7D; }

 p { color: rgb(228,155,125); }

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

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

 a { background-color: rgb(228,155,125); }

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

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

 span { border-color: rgb(228,155,125); }

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