Shades of Dark Salmon #ED996C
Tints of Dark Salmon #ED996C
RGB
CMYK
RGB Variations
Color information
#ED996C (or 0xED996C) is known color: Dark Salmon. HEX triplet: ED, 99 and 6C. RGB value is (237,153,108). Sum of RGB (Red+Green+Blue) = 237+153+108=498 (65% of max value = 765). Red value is 237 (92.97% from 255 or 47.59% from 498); Green value is 153 (60.16% from 255 or 30.72% from 498); Blue value is 108 (42.58% from 255 or 21.69% from 498); Max value from RGB is 237 - color contains mainly: red. Hex color #ED996C is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #ED996C is #126693. Grayscale: #ADADAD. Windows color (decimal): -1205908 or 7117293. OLE color: 7117293.
HSL color Cylindrical-coordinate representation of color #ED996C: hue angle of 20.93º degrees, saturation: 0.78, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #ED996C is Cyan = 0, Magento = 0.35, Yellow = 0.54 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 153 | 108 | - |
| CMYK | 0 | 0.35 | 0.54 | 0.07 |
| HSL | 20.93º | 0.78% | 0.68% | - |
| HSV(B) | 20.93º | 0.54% | 0.93% | - |
| XYZ | 49.02 | 41.87 | 19.69 | - |
| YUV | 172.99 | 91.33 | 173.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 153 | 108 | 0 | 0.35 | 0.54 | 0.07 | 20.93 | 0.78 | 0.68 |
| Hex | ED | 99 | 6C | 0 | 23 | 36 | 7 | 15 | 4E | 44 |
| Octal | 355 | 231 | 154 | 0 | 43 | 66 | 7 | 25 | 116 | 104 |
| Binary | 11101101 | 10011001 | 1101100 | 0 | 100011 | 110110 | 111 | 10101 | 1001110 | 1000100 |
Color Harmonies of #ED996C
Complementary color
Monochromatic Colors of #ED996C
Black with #ED996C
Text Example
Text Example
White with #ED996C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED996C; }
p { color: rgb(237,153,108); }
H1.HeaderClassName
{
color: #ED996C;
}
.AnyTagClassName
{
color: #ED996C;
}
</style>
background-color css
<style>
a { background-color: #ED996C; }
a { background-color: rgb(237,153,108); }
div.DivClassName
{
background-color: #ED996C;
}
.BgClassName
{
background-color: #ED996C;
}
</style>
border-color css
<style>
span { border-color: #ED996C; }
span { border-color: rgb(237,153,108); }
td.TdClassName
{
border-color: #ED996C;
}
.TagClassName
{
border-color: #ED996C;
}
</style>