Shades of Dark Salmon #ED8976
Tints of Dark Salmon #ED8976
RGB
CMYK
RGB Variations
Color information
#ED8976 (or 0xED8976) is known color: Dark Salmon. HEX triplet: ED, 89 and 76. RGB value is (237,137,118). Sum of RGB (Red+Green+Blue) = 237+137+118=492 (65% of max value = 765). Red value is 237 (92.97% from 255 or 48.17% from 492); Green value is 137 (53.91% from 255 or 27.85% from 492); Blue value is 118 (46.48% from 255 or 23.98% from 492); Max value from RGB is 237 - color contains mainly: red. Hex color #ED8976 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #ED8976 is #127689. Grayscale: #A4A4A4. Windows color (decimal): -1209994 or 7768557. OLE color: 7768557.
HSL color Cylindrical-coordinate representation of color #ED8976: hue angle of 9.58º 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 #ED8976 is Cyan = 0, Magento = 0.42, Yellow = 0.50 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 137 | 118 | - |
| CMYK | 0 | 0.42 | 0.50 | 0.07 |
| HSL | 9.58º | 0.77% | 0.7% | - |
| HSV(B) | 9.58º | 0.5% | 0.93% | - |
| XYZ | 47.14 | 37.2 | 21.84 | - |
| YUV | 164.73 | 101.63 | 179.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 137 | 118 | 0 | 0.42 | 0.50 | 0.07 | 9.58 | 0.77 | 0.7 |
| Hex | ED | 89 | 76 | 0 | 2A | 32 | 7 | A | 4D | 46 |
| Octal | 355 | 211 | 166 | 0 | 52 | 62 | 7 | 12 | 115 | 106 |
| Binary | 11101101 | 10001001 | 1110110 | 0 | 101010 | 110010 | 111 | 1010 | 1001101 | 1000110 |
Color Harmonies of #ED8976
Complementary color
Monochromatic Colors of #ED8976
Black with #ED8976
Text Example
Text Example
White with #ED8976
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED8976; }
p { color: rgb(237,137,118); }
H1.HeaderClassName
{
color: #ED8976;
}
.AnyTagClassName
{
color: #ED8976;
}
</style>
background-color css
<style>
a { background-color: #ED8976; }
a { background-color: rgb(237,137,118); }
div.DivClassName
{
background-color: #ED8976;
}
.BgClassName
{
background-color: #ED8976;
}
</style>
border-color css
<style>
span { border-color: #ED8976; }
span { border-color: rgb(237,137,118); }
td.TdClassName
{
border-color: #ED8976;
}
.TagClassName
{
border-color: #ED8976;
}
</style>