Shades of Dark Salmon #ED997C
Tints of Dark Salmon #ED997C
RGB
CMYK
RGB Variations
Color information
#ED997C (or 0xED997C) is known color: Dark Salmon. HEX triplet: ED, 99 and 7C. RGB value is (237,153,124). Sum of RGB (Red+Green+Blue) = 237+153+124=514 (68% of max value = 765). Red value is 237 (92.97% from 255 or 46.11% from 514); Green value is 153 (60.16% from 255 or 29.77% from 514); Blue value is 124 (48.83% from 255 or 24.12% from 514); Max value from RGB is 237 - color contains mainly: red. Hex color #ED997C is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #ED997C is #126683. Grayscale: #AFAFAF. Windows color (decimal): -1205892 or 8165869. OLE color: 8165869.
HSL color Cylindrical-coordinate representation of color #ED997C: hue angle of 15.4º degrees, saturation: 0.76, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #ED997C is Cyan = 0, Magento = 0.35, Yellow = 0.48 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 153 | 124 | - |
| CMYK | 0 | 0.35 | 0.48 | 0.07 |
| HSL | 15.4º | 0.76% | 0.71% | - |
| HSV(B) | 15.4º | 0.48% | 0.93% | - |
| XYZ | 49.95 | 42.24 | 24.59 | - |
| YUV | 174.81 | 99.33 | 172.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 153 | 124 | 0 | 0.35 | 0.48 | 0.07 | 15.4 | 0.76 | 0.71 |
| Hex | ED | 99 | 7C | 0 | 23 | 30 | 7 | F | 4C | 47 |
| Octal | 355 | 231 | 174 | 0 | 43 | 60 | 7 | 17 | 114 | 107 |
| Binary | 11101101 | 10011001 | 1111100 | 0 | 100011 | 110000 | 111 | 1111 | 1001100 | 1000111 |
Color Harmonies of #ED997C
Complementary color
Monochromatic Colors of #ED997C
Black with #ED997C
Text Example
Text Example
White with #ED997C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED997C; }
p { color: rgb(237,153,124); }
H1.HeaderClassName
{
color: #ED997C;
}
.AnyTagClassName
{
color: #ED997C;
}
</style>
background-color css
<style>
a { background-color: #ED997C; }
a { background-color: rgb(237,153,124); }
div.DivClassName
{
background-color: #ED997C;
}
.BgClassName
{
background-color: #ED997C;
}
</style>
border-color css
<style>
span { border-color: #ED997C; }
span { border-color: rgb(237,153,124); }
td.TdClassName
{
border-color: #ED997C;
}
.TagClassName
{
border-color: #ED997C;
}
</style>