Shades of Dark Salmon #ED9682
Tints of Dark Salmon #ED9682
RGB
CMYK
RGB Variations
Color information
#ED9682 (or 0xED9682) is known color: Dark Salmon. HEX triplet: ED, 96 and 82. RGB value is (237,150,130). Sum of RGB (Red+Green+Blue) = 237+150+130=517 (68% of max value = 765). Red value is 237 (92.97% from 255 or 45.84% from 517); Green value is 150 (58.98% from 255 or 29.01% from 517); Blue value is 130 (51.17% from 255 or 25.15% from 517); Max value from RGB is 237 - color contains mainly: red. Hex color #ED9682 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #ED9682 is #12697D. Grayscale: #ADADAD. Windows color (decimal): -1206654 or 8558317. OLE color: 8558317.
HSL color Cylindrical-coordinate representation of color #ED9682: hue angle of 11.21º 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 #ED9682 is Cyan = 0, Magento = 0.37, Yellow = 0.45 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 150 | 130 | - |
| CMYK | 0 | 0.37 | 0.45 | 0.07 |
| HSL | 11.21º | 0.75% | 0.72% | - |
| HSV(B) | 11.21º | 0.45% | 0.93% | - |
| XYZ | 49.86 | 41.43 | 26.49 | - |
| YUV | 173.73 | 103.32 | 173.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 150 | 130 | 0 | 0.37 | 0.45 | 0.07 | 11.21 | 0.75 | 0.72 |
| Hex | ED | 96 | 82 | 0 | 25 | 2D | 7 | B | 4B | 48 |
| Octal | 355 | 226 | 202 | 0 | 45 | 55 | 7 | 13 | 113 | 110 |
| Binary | 11101101 | 10010110 | 10000010 | 0 | 100101 | 101101 | 111 | 1011 | 1001011 | 1001000 |
Color Harmonies of #ED9682
Complementary color
Monochromatic Colors of #ED9682
Black with #ED9682
Text Example
Text Example
White with #ED9682
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED9682; }
p { color: rgb(237,150,130); }
H1.HeaderClassName
{
color: #ED9682;
}
.AnyTagClassName
{
color: #ED9682;
}
</style>
background-color css
<style>
a { background-color: #ED9682; }
a { background-color: rgb(237,150,130); }
div.DivClassName
{
background-color: #ED9682;
}
.BgClassName
{
background-color: #ED9682;
}
</style>
border-color css
<style>
span { border-color: #ED9682; }
span { border-color: rgb(237,150,130); }
td.TdClassName
{
border-color: #ED9682;
}
.TagClassName
{
border-color: #ED9682;
}
</style>