#ED9973

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

Shades of Dark Salmon #ED9973

Tints of Dark Salmon #ED9973

Color information

#ED9973 (or 0xED9973) is unknown color: approx Dark Salmon. HEX triplet: ED, 99 and 73. RGB value is (237,153,115). Sum of RGB (Red+Green+Blue) = 237+153+115=505 (66% of max value = 765). Red value is 237 (92.97% from 255 or 46.93% from 505); Green value is 153 (60.16% from 255 or 30.30% from 505); Blue value is 115 (45.31% from 255 or 22.77% from 505); Max value from RGB is 237 - color contains mainly: red. Hex color #ED9973 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #ED9973 is #12668C. Grayscale: #AEAEAE. Windows color (decimal): -1205901 or 7576045. OLE color: 7576045.

HSL color Cylindrical-coordinate representation of color #ED9973: hue angle of 18.69º degrees, saturation: 0.77, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #ED9973 is Cyan = 0, Magento = 0.35, Yellow = 0.51 and Black (K on CMYK) = 0.07.

Color convert

RGB237153115-
CMYK00.350.510.07
HSL18.69º77.22%69.02%-
HSV(B)18.69º51.48%92.94%-
XYZ49.4142.0221.73-
YUV173.7894.83173.09-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 46.93%
GREEN value IS 153 (60.16% from 255) = 30.30%
BLUE value IS 115 (45.31% from 255) = 22.77%
R=46.93%
G=30.30%
B=22.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.51
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23715311500.350.510.0718.6977.2269.02
HexED9973023337134d45
Octal35523116304363723115105
Binary1110110110011001111001101000111100111111001110011011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED9973

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED9973; }

 p { color: rgb(237,153,115); }

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

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

 a { background-color: rgb(237,153,115); }

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

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

 span { border-color: rgb(237,153,115); }

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