#ED9173

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

Shades of Dark Salmon #ED9173

Tints of Dark Salmon #ED9173

Color information

#ED9173 (or 0xED9173) is unknown color: approx Dark Salmon. HEX triplet: ED, 91 and 73. RGB value is (237,145,115). Sum of RGB (Red+Green+Blue) = 237+145+115=497 (65% of max value = 765). Red value is 237 (92.97% from 255 or 47.69% from 497); Green value is 145 (57.03% from 255 or 29.18% from 497); Blue value is 115 (45.31% from 255 or 23.14% from 497); Max value from RGB is 237 - color contains mainly: red. Hex color #ED9173 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #ED9173 is #126E8C. Grayscale: #A9A9A9. Windows color (decimal): -1207949 or 7573997. OLE color: 7573997.

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

Color convert

RGB237145115-
CMYK00.390.510.07
HSL14.75º77.22%69.02%-
HSV(B)14.75º51.48%92.94%-
XYZ48.1439.4921.31-
YUV169.0997.48176.44-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 47.69%
GREEN value IS 145 (57.03% from 255) = 29.18%
BLUE value IS 115 (45.31% from 255) = 23.14%
R=47.69%
G=29.18%
B=23.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.51
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23714511500.390.510.0714.7577.2269.02
HexED9173027337f4d45
Octal35522116304763717115105
Binary111011011001000111100110100111110011111111110011011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED9173

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED9173; }

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

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

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

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

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

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

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

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