#E99573

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

Shades of Dark Salmon #E99573

Tints of Dark Salmon #E99573

Color information

#E99573 (or 0xE99573) is unknown color: approx Dark Salmon. HEX triplet: E9, 95 and 73. RGB value is (233,149,115). Sum of RGB (Red+Green+Blue) = 233+149+115=497 (65% of max value = 765). Red value is 233 (91.41% from 255 or 46.88% from 497); Green value is 149 (58.59% from 255 or 29.98% from 497); Blue value is 115 (45.31% from 255 or 23.14% from 497); Max value from RGB is 233 - color contains mainly: red. Hex color #E99573 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E99573 is #166A8C. Grayscale: #AAAAAA. Windows color (decimal): -1469069 or 7575017. OLE color: 7575017.

HSL color Cylindrical-coordinate representation of color #E99573: hue angle of 17.29º degrees, saturation: 0.73, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #E99573 is Cyan = 0, Magento = 0.36, Yellow = 0.51 and Black (K on CMYK) = 0.09.

Color convert

RGB233149115-
CMYK00.360.510.09
HSL17.29º72.84%68.24%-
HSV(B)17.29º50.64%91.37%-
XYZ47.4540.0621.45-
YUV170.2496.83172.76-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 46.88%
GREEN value IS 149 (58.59% from 255) = 29.98%
BLUE value IS 115 (45.31% from 255) = 23.14%
R=46.88%
G=29.98%
B=23.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.51
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23314911500.360.510.0917.2972.8468.24
HexE99573024339114944
Octal351225163044631121111104
Binary11101001100101011110011010010011001110011000110010011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E99573

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E99573; }

 p { color: rgb(233,149,115); }

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

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

 a { background-color: rgb(233,149,115); }

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

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

 span { border-color: rgb(233,149,115); }

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