#ed9580

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

Shades of Dark Salmon #ED9580

Tints of Dark Salmon #ED9580

Color information

#ED9580 (or 0xED9580) is unknown color: approx Dark Salmon. HEX triplet: ED, 95 and 80. RGB value is (237,149,128). Sum of RGB (Red+Green+Blue) = 237+149+128=514 (68% of max value = 765). Red value is 237 (92.97% from 255 or 46.11% from 514); Green value is 149 (58.59% from 255 or 28.99% from 514); Blue value is 128 (50.39% from 255 or 24.90% from 514); Max value from RGB is 237 - color contains mainly: red. Hex color #ED9580 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #ED9580 is #126A7F. Grayscale: #ADADAD. Windows color (decimal): -1206912 or 8426989. OLE color: 8426989.

HSL color Cylindrical-coordinate representation of color #ED9580: hue angle of 11.56º degrees, saturation: 0.75, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #ED9580 is Cyan = 0, Magento = 0.37, Yellow = 0.46 and Black (K on CMYK) = 0.07.

Color convert

RGB237149128-
CMYK00.370.460.07
HSL11.56º75.17%71.57%-
HSV(B)11.56º45.99%92.94%-
XYZ49.5741.0625.73-
YUV172.92102.65173.71-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 46.11%
GREEN value IS 149 (58.59% from 255) = 28.99%
BLUE value IS 128 (50.39% from 255) = 24.90%
R=46.11%
G=28.99%
B=24.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.46
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23714912800.370.460.0711.5675.1771.57
HexED95800252E7c4b48
Octal35522520004556714113110
Binary1110110110010101100000000100101101110111110010010111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ed9580

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ed9580; }

 p { color: rgb(237,149,128); }

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

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

 a { background-color: rgb(237,149,128); }

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

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

 span { border-color: rgb(237,149,128); }

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