#E99D73

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

Shades of Dark Salmon #E99D73

Tints of Dark Salmon #E99D73

Color information

#E99D73 (or 0xE99D73) is unknown color: approx Dark Salmon. HEX triplet: E9, 9D and 73. RGB value is (233,157,115). Sum of RGB (Red+Green+Blue) = 233+157+115=505 (66% of max value = 765). Red value is 233 (91.41% from 255 or 46.14% from 505); Green value is 157 (61.72% from 255 or 31.09% from 505); Blue value is 115 (45.31% from 255 or 22.77% from 505); Max value from RGB is 233 - color contains mainly: red. Hex color #E99D73 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E99D73 is #16628C. Grayscale: #AFAFAF. Windows color (decimal): -1467021 or 7577065. OLE color: 7577065.

HSL color Cylindrical-coordinate representation of color #E99D73: hue angle of 21.36º 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 #E99D73 is Cyan = 0, Magento = 0.33, Yellow = 0.51 and Black (K on CMYK) = 0.09.

Color convert

RGB233157115-
CMYK00.330.510.09
HSL21.36º72.84%68.24%-
HSV(B)21.36º50.64%91.37%-
XYZ48.7642.6821.89-
YUV174.9494.18169.42-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 46.14%
GREEN value IS 157 (61.72% from 255) = 31.09%
BLUE value IS 115 (45.31% from 255) = 22.77%
R=46.14%
G=31.09%
B=22.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.51
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23315711500.330.510.0921.3672.8468.24
HexE99D73021339154944
Octal351235163041631125111104
Binary11101001100111011110011010000111001110011010110010011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E99D73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E99D73; }

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

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

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

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

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

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

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

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