Shades of Dark Salmon #EC9E73
Tints of Dark Salmon #EC9E73
RGB
CMYK
RGB Variations
Color information
#EC9E73 (or 0xEC9E73) is known color: Dark Salmon. HEX triplet: EC, 9E and 73. RGB value is (236,158,115). Sum of RGB (Red+Green+Blue) = 236+158+115=509 (67% of max value = 765). Red value is 236 (92.58% from 255 or 46.37% from 509); Green value is 158 (62.11% from 255 or 31.04% from 509); Blue value is 115 (45.31% from 255 or 22.59% from 509); Max value from RGB is 236 - color contains mainly: red. Hex color #EC9E73 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EC9E73 is #13618C. Grayscale: #B0B0B0. Windows color (decimal): -1270157 or 7577324. OLE color: 7577324.
HSL color Cylindrical-coordinate representation of color #EC9E73: hue angle of 21.32º degrees, saturation: 0.76, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #EC9E73 is Cyan = 0, Magento = 0.33, Yellow = 0.51 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 158 | 115 | - |
| CMYK | 0 | 0.33 | 0.51 | 0.07 |
| HSL | 21.32º | 0.76% | 0.69% | - |
| HSV(B) | 21.32º | 0.51% | 0.93% | - |
| XYZ | 49.91 | 43.52 | 21.99 | - |
| YUV | 176.42 | 93.34 | 170.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 158 | 115 | 0 | 0.33 | 0.51 | 0.07 | 21.32 | 0.76 | 0.69 |
| Hex | EC | 9E | 73 | 0 | 21 | 33 | 7 | 15 | 4C | 45 |
| Octal | 354 | 236 | 163 | 0 | 41 | 63 | 7 | 25 | 114 | 105 |
| Binary | 11101100 | 10011110 | 1110011 | 0 | 100001 | 110011 | 111 | 10101 | 1001100 | 1000101 |
Color Harmonies of #EC9E73
Complementary color
Monochromatic Colors of #EC9E73
Black with #EC9E73
Text Example
Text Example
White with #EC9E73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC9E73; }
p { color: rgb(236,158,115); }
H1.HeaderClassName
{
color: #EC9E73;
}
.AnyTagClassName
{
color: #EC9E73;
}
</style>
background-color css
<style>
a { background-color: #EC9E73; }
a { background-color: rgb(236,158,115); }
div.DivClassName
{
background-color: #EC9E73;
}
.BgClassName
{
background-color: #EC9E73;
}
</style>
border-color css
<style>
span { border-color: #EC9E73; }
span { border-color: rgb(236,158,115); }
td.TdClassName
{
border-color: #EC9E73;
}
.TagClassName
{
border-color: #EC9E73;
}
</style>