Shades of Dark Salmon #ED9C7D
Tints of Dark Salmon #ED9C7D
RGB
CMYK
RGB Variations
Color information
#ED9C7D (or 0xED9C7D) is known color: Dark Salmon. HEX triplet: ED, 9C and 7D. RGB value is (237,156,125). Sum of RGB (Red+Green+Blue) = 237+156+125=518 (68% of max value = 765). Red value is 237 (92.97% from 255 or 45.75% from 518); Green value is 156 (61.33% from 255 or 30.12% from 518); Blue value is 125 (49.22% from 255 or 24.13% from 518); Max value from RGB is 237 - color contains mainly: red. Hex color #ED9C7D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #ED9C7D is #126382. Grayscale: #B0B0B0. Windows color (decimal): -1205123 or 8232173. OLE color: 8232173.
HSL color Cylindrical-coordinate representation of color #ED9C7D: hue angle of 16.61º 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 #ED9C7D is Cyan = 0, Magento = 0.34, Yellow = 0.47 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 156 | 125 | - |
| CMYK | 0 | 0.34 | 0.47 | 0.07 |
| HSL | 16.61º | 0.76% | 0.71% | - |
| HSV(B) | 16.61º | 0.47% | 0.93% | - |
| XYZ | 50.52 | 43.26 | 25.09 | - |
| YUV | 176.69 | 98.84 | 171.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 156 | 125 | 0 | 0.34 | 0.47 | 0.07 | 16.61 | 0.76 | 0.71 |
| Hex | ED | 9C | 7D | 0 | 22 | 2F | 7 | 11 | 4C | 47 |
| Octal | 355 | 234 | 175 | 0 | 42 | 57 | 7 | 21 | 114 | 107 |
| Binary | 11101101 | 10011100 | 1111101 | 0 | 100010 | 101111 | 111 | 10001 | 1001100 | 1000111 |
Color Harmonies of #ED9C7D
Complementary color
Monochromatic Colors of #ED9C7D
Black with #ED9C7D
Text Example
Text Example
White with #ED9C7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED9C7D; }
p { color: rgb(237,156,125); }
H1.HeaderClassName
{
color: #ED9C7D;
}
.AnyTagClassName
{
color: #ED9C7D;
}
</style>
background-color css
<style>
a { background-color: #ED9C7D; }
a { background-color: rgb(237,156,125); }
div.DivClassName
{
background-color: #ED9C7D;
}
.BgClassName
{
background-color: #ED9C7D;
}
</style>
border-color css
<style>
span { border-color: #ED9C7D; }
span { border-color: rgb(237,156,125); }
td.TdClassName
{
border-color: #ED9C7D;
}
.TagClassName
{
border-color: #ED9C7D;
}
</style>