Shades of Dark Salmon #ED9E7C
Tints of Dark Salmon #ED9E7C
RGB
CMYK
RGB Variations
Color information
#ED9E7C (or 0xED9E7C) is known color: Dark Salmon. HEX triplet: ED, 9E and 7C. RGB value is (237,158,124). Sum of RGB (Red+Green+Blue) = 237+158+124=519 (68% of max value = 765). Red value is 237 (92.97% from 255 or 45.66% from 519); Green value is 158 (62.11% from 255 or 30.44% from 519); Blue value is 124 (48.83% from 255 or 23.89% from 519); Max value from RGB is 237 - color contains mainly: red. Hex color #ED9E7C is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #ED9E7C is #126183. Grayscale: #B1B1B1. Windows color (decimal): -1204612 or 8167149. OLE color: 8167149.
HSL color Cylindrical-coordinate representation of color #ED9E7C: hue angle of 18.05º 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 #ED9E7C is Cyan = 0, Magento = 0.33, Yellow = 0.48 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 158 | 124 | - |
| CMYK | 0 | 0.33 | 0.48 | 0.07 |
| HSL | 18.05º | 0.76% | 0.71% | - |
| HSV(B) | 18.05º | 0.48% | 0.93% | - |
| XYZ | 50.79 | 43.91 | 24.87 | - |
| YUV | 177.75 | 97.67 | 170.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 158 | 124 | 0 | 0.33 | 0.48 | 0.07 | 18.05 | 0.76 | 0.71 |
| Hex | ED | 9E | 7C | 0 | 21 | 30 | 7 | 12 | 4C | 47 |
| Octal | 355 | 236 | 174 | 0 | 41 | 60 | 7 | 22 | 114 | 107 |
| Binary | 11101101 | 10011110 | 1111100 | 0 | 100001 | 110000 | 111 | 10010 | 1001100 | 1000111 |
Color Harmonies of #ED9E7C
Complementary color
Monochromatic Colors of #ED9E7C
Black with #ED9E7C
Text Example
Text Example
White with #ED9E7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED9E7C; }
p { color: rgb(237,158,124); }
H1.HeaderClassName
{
color: #ED9E7C;
}
.AnyTagClassName
{
color: #ED9E7C;
}
</style>
background-color css
<style>
a { background-color: #ED9E7C; }
a { background-color: rgb(237,158,124); }
div.DivClassName
{
background-color: #ED9E7C;
}
.BgClassName
{
background-color: #ED9E7C;
}
</style>
border-color css
<style>
span { border-color: #ED9E7C; }
span { border-color: rgb(237,158,124); }
td.TdClassName
{
border-color: #ED9E7C;
}
.TagClassName
{
border-color: #ED9E7C;
}
</style>