Shades of Dark Salmon #ED9976
Tints of Dark Salmon #ED9976
RGB
CMYK
RGB Variations
Color information
#ED9976 (or 0xED9976) is known color: Dark Salmon. HEX triplet: ED, 99 and 76. RGB value is (237,153,118). Sum of RGB (Red+Green+Blue) = 237+153+118=508 (67% of max value = 765). Red value is 237 (92.97% from 255 or 46.65% from 508); Green value is 153 (60.16% from 255 or 30.12% from 508); Blue value is 118 (46.48% from 255 or 23.23% from 508); Max value from RGB is 237 - color contains mainly: red. Hex color #ED9976 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #ED9976 is #126689. Grayscale: #AEAEAE. Windows color (decimal): -1205898 or 7772653. OLE color: 7772653.
HSL color Cylindrical-coordinate representation of color #ED9976: hue angle of 17.65º degrees, saturation: 0.77, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #ED9976 is Cyan = 0, Magento = 0.35, Yellow = 0.50 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 153 | 118 | - |
| CMYK | 0 | 0.35 | 0.50 | 0.07 |
| HSL | 17.65º | 0.77% | 0.7% | - |
| HSV(B) | 17.65º | 0.5% | 0.93% | - |
| XYZ | 49.59 | 42.1 | 22.65 | - |
| YUV | 174.13 | 96.33 | 172.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 153 | 118 | 0 | 0.35 | 0.50 | 0.07 | 17.65 | 0.77 | 0.7 |
| Hex | ED | 99 | 76 | 0 | 23 | 32 | 7 | 12 | 4D | 46 |
| Octal | 355 | 231 | 166 | 0 | 43 | 62 | 7 | 22 | 115 | 106 |
| Binary | 11101101 | 10011001 | 1110110 | 0 | 100011 | 110010 | 111 | 10010 | 1001101 | 1000110 |
Color Harmonies of #ED9976
Complementary color
Monochromatic Colors of #ED9976
Black with #ED9976
Text Example
Text Example
White with #ED9976
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED9976; }
p { color: rgb(237,153,118); }
H1.HeaderClassName
{
color: #ED9976;
}
.AnyTagClassName
{
color: #ED9976;
}
</style>
background-color css
<style>
a { background-color: #ED9976; }
a { background-color: rgb(237,153,118); }
div.DivClassName
{
background-color: #ED9976;
}
.BgClassName
{
background-color: #ED9976;
}
</style>
border-color css
<style>
span { border-color: #ED9976; }
span { border-color: rgb(237,153,118); }
td.TdClassName
{
border-color: #ED9976;
}
.TagClassName
{
border-color: #ED9976;
}
</style>