#ED9482

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

Shades of Dark Salmon #ED9482

Tints of Dark Salmon #ED9482

Color information

#ED9482 (or 0xED9482) is unknown color: approx Dark Salmon. HEX triplet: ED, 94 and 82. RGB value is (237,148,130). Sum of RGB (Red+Green+Blue) = 237+148+130=515 (68% of max value = 765). Red value is 237 (92.97% from 255 or 46.02% from 515); Green value is 148 (58.20% from 255 or 28.74% from 515); Blue value is 130 (51.17% from 255 or 25.24% from 515); Max value from RGB is 237 - color contains mainly: red. Hex color #ED9482 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #ED9482 is #126B7D. Grayscale: #ACACAC. Windows color (decimal): -1207166 or 8557805. OLE color: 8557805.

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

Color convert

RGB237148130-
CMYK00.380.450.07
HSL10.09º74.83%71.96%-
HSV(B)10.09º45.15%92.94%-
XYZ49.5440.826.38-
YUV172.56103.99173.96-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 46.02%
GREEN value IS 148 (58.20% from 255) = 28.74%
BLUE value IS 130 (51.17% from 255) = 25.24%
R=46.02%
G=28.74%
B=25.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.45
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23714813000.380.450.0710.0974.8371.96
HexED94820262D7a4b48
Octal35522420204655712113110
Binary1110110110010100100000100100110101101111101010010111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED9482

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED9482; }

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

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

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

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

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

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

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

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