#E49C7C

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

Shades of Dark Salmon #E49C7C

Tints of Dark Salmon #E49C7C

Color information

#E49C7C (or 0xE49C7C) is unknown color: approx Dark Salmon. HEX triplet: E4, 9C and 7C. RGB value is (228,156,124). Sum of RGB (Red+Green+Blue) = 228+156+124=508 (67% of max value = 765). Red value is 228 (89.45% from 255 or 44.88% from 508); Green value is 156 (61.33% from 255 or 30.71% from 508); Blue value is 124 (48.83% from 255 or 24.41% from 508); Max value from RGB is 228 - color contains mainly: red. Hex color #E49C7C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E49C7C is #1B6383. Grayscale: #AEAEAE. Windows color (decimal): -1794948 or 8166628. OLE color: 8166628.

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

Color convert

RGB228156124-
CMYK00.320.460.11
HSL18.46º65.82%69.02%-
HSV(B)18.46º45.61%89.41%-
XYZ47.5241.7324.62-
YUV173.8899.85166.6-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 44.88%
GREEN value IS 156 (61.33% from 255) = 30.71%
BLUE value IS 124 (48.83% from 255) = 24.41%
R=44.88%
G=30.71%
B=24.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.46
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22815612400.320.460.1118.4665.8269.02
HexE49C7C0202EB124245
Octal344234174040561322102105
Binary11100100100111001111100010000010111010111001010000101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E49C7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E49C7C; }

 p { color: rgb(228,156,124); }

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

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

 a { background-color: rgb(228,156,124); }

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

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

 span { border-color: rgb(228,156,124); }

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