#ED9480

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

Shades of Dark Salmon #ED9480

Tints of Dark Salmon #ED9480

Color information

#ED9480 (or 0xED9480) is unknown color: approx Dark Salmon. HEX triplet: ED, 94 and 80. RGB value is (237,148,128). Sum of RGB (Red+Green+Blue) = 237+148+128=513 (67% of max value = 765). Red value is 237 (92.97% from 255 or 46.20% from 513); Green value is 148 (58.20% from 255 or 28.85% from 513); Blue value is 128 (50.39% from 255 or 24.95% from 513); Max value from RGB is 237 - color contains mainly: red. Hex color #ED9480 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #ED9480 is #126B7F. Grayscale: #ACACAC. Windows color (decimal): -1207168 or 8426733. OLE color: 8426733.

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

Color convert

RGB237148128-
CMYK00.380.460.07
HSL11.01º75.17%71.57%-
HSV(B)11.01º45.99%92.94%-
XYZ49.4140.7425.68-
YUV172.33102.99174.13-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 46.20%
GREEN value IS 148 (58.20% from 255) = 28.85%
BLUE value IS 128 (50.39% from 255) = 24.95%
R=46.20%
G=28.85%
B=24.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.46
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23714812800.380.460.0711.0175.1771.57
HexED94800262E7b4b48
Octal35522420004656713113110
Binary1110110110010100100000000100110101110111101110010111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED9480

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED9480; }

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

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

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

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

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

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

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

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