#E49775

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

Shades of Dark Salmon #E49775

Tints of Dark Salmon #E49775

Color information

#E49775 (or 0xE49775) is unknown color: approx Dark Salmon. HEX triplet: E4, 97 and 75. RGB value is (228,151,117). Sum of RGB (Red+Green+Blue) = 228+151+117=496 (65% of max value = 765). Red value is 228 (89.45% from 255 or 45.97% from 496); Green value is 151 (59.38% from 255 or 30.44% from 496); Blue value is 117 (46.09% from 255 or 23.59% from 496); Max value from RGB is 228 - color contains mainly: red. Hex color #E49775 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E49775 is #1B688A. Grayscale: #AAAAAA. Windows color (decimal): -1796235 or 7706596. OLE color: 7706596.

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

Color convert

RGB228151117-
CMYK00.340.490.11
HSL18.38º67.27%67.65%-
HSV(B)18.38º48.68%89.41%-
XYZ46.2739.9122.09-
YUV170.1598.01169.26-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 45.97%
GREEN value IS 151 (59.38% from 255) = 30.44%
BLUE value IS 117 (46.09% from 255) = 23.59%
R=45.97%
G=30.44%
B=23.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.49
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22815111700.340.490.1118.3867.2767.65
HexE4977502231B124344
Octal344227165042611322103104
Binary11100100100101111110101010001011000110111001010000111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E49775

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E49775; }

 p { color: rgb(228,151,117); }

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

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

 a { background-color: rgb(228,151,117); }

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

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

 span { border-color: rgb(228,151,117); }

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