Shades of Dark Salmon #ED997E
Tints of Dark Salmon #ED997E
RGB
CMYK
RGB Variations
Color information
#ED997E (or 0xED997E) is known color: Dark Salmon. HEX triplet: ED, 99 and 7E. RGB value is (237,153,126). Sum of RGB (Red+Green+Blue) = 237+153+126=516 (68% of max value = 765). Red value is 237 (92.97% from 255 or 45.93% from 516); Green value is 153 (60.16% from 255 or 29.65% from 516); Blue value is 126 (49.61% from 255 or 24.42% from 516); Max value from RGB is 237 - color contains mainly: red. Hex color #ED997E is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #ED997E is #126681. Grayscale: #AFAFAF. Windows color (decimal): -1205890 or 8296941. OLE color: 8296941.
HSL color Cylindrical-coordinate representation of color #ED997E: hue angle of 14.59º degrees, saturation: 0.76, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #ED997E is Cyan = 0, Magento = 0.35, Yellow = 0.47 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 153 | 126 | - |
| CMYK | 0 | 0.35 | 0.47 | 0.07 |
| HSL | 14.59º | 0.76% | 0.71% | - |
| HSV(B) | 14.59º | 0.47% | 0.93% | - |
| XYZ | 50.08 | 42.29 | 25.26 | - |
| YUV | 175.04 | 100.33 | 172.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 153 | 126 | 0 | 0.35 | 0.47 | 0.07 | 14.59 | 0.76 | 0.71 |
| Hex | ED | 99 | 7E | 0 | 23 | 2F | 7 | F | 4C | 47 |
| Octal | 355 | 231 | 176 | 0 | 43 | 57 | 7 | 17 | 114 | 107 |
| Binary | 11101101 | 10011001 | 1111110 | 0 | 100011 | 101111 | 111 | 1111 | 1001100 | 1000111 |
Color Harmonies of #ED997E
Complementary color
Monochromatic Colors of #ED997E
Black with #ED997E
Text Example
Text Example
White with #ED997E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED997E; }
p { color: rgb(237,153,126); }
H1.HeaderClassName
{
color: #ED997E;
}
.AnyTagClassName
{
color: #ED997E;
}
</style>
background-color css
<style>
a { background-color: #ED997E; }
a { background-color: rgb(237,153,126); }
div.DivClassName
{
background-color: #ED997E;
}
.BgClassName
{
background-color: #ED997E;
}
</style>
border-color css
<style>
span { border-color: #ED997E; }
span { border-color: rgb(237,153,126); }
td.TdClassName
{
border-color: #ED997E;
}
.TagClassName
{
border-color: #ED997E;
}
</style>