Shades of Dark Salmon #EC9573
Tints of Dark Salmon #EC9573
RGB
CMYK
RGB Variations
Color information
#EC9573 (or 0xEC9573) is known color: Dark Salmon. HEX triplet: EC, 95 and 73. RGB value is (236,149,115). Sum of RGB (Red+Green+Blue) = 236+149+115=500 (66% of max value = 765). Red value is 236 (92.58% from 255 or 47.2% from 500); Green value is 149 (58.59% from 255 or 29.8% from 500); Blue value is 115 (45.31% from 255 or 23% from 500); Max value from RGB is 236 - color contains mainly: red. Hex color #EC9573 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EC9573 is #136A8C. Grayscale: #ABABAB. Windows color (decimal): -1272461 or 7575020. OLE color: 7575020.
HSL color Cylindrical-coordinate representation of color #EC9573: hue angle of 16.86º 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 #EC9573 is Cyan = 0, Magento = 0.37, Yellow = 0.51 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 149 | 115 | - |
| CMYK | 0 | 0.37 | 0.51 | 0.07 |
| HSL | 16.86º | 0.76% | 0.69% | - |
| HSV(B) | 16.86º | 0.51% | 0.93% | - |
| XYZ | 48.43 | 40.57 | 21.5 | - |
| YUV | 171.14 | 96.32 | 174.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 149 | 115 | 0 | 0.37 | 0.51 | 0.07 | 16.86 | 0.76 | 0.69 |
| Hex | EC | 95 | 73 | 0 | 25 | 33 | 7 | 11 | 4C | 45 |
| Octal | 354 | 225 | 163 | 0 | 45 | 63 | 7 | 21 | 114 | 105 |
| Binary | 11101100 | 10010101 | 1110011 | 0 | 100101 | 110011 | 111 | 10001 | 1001100 | 1000101 |
Color Harmonies of #EC9573
Complementary color
Monochromatic Colors of #EC9573
Black with #EC9573
Text Example
Text Example
White with #EC9573
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC9573; }
p { color: rgb(236,149,115); }
H1.HeaderClassName
{
color: #EC9573;
}
.AnyTagClassName
{
color: #EC9573;
}
</style>
background-color css
<style>
a { background-color: #EC9573; }
a { background-color: rgb(236,149,115); }
div.DivClassName
{
background-color: #EC9573;
}
.BgClassName
{
background-color: #EC9573;
}
</style>
border-color css
<style>
span { border-color: #EC9573; }
span { border-color: rgb(236,149,115); }
td.TdClassName
{
border-color: #EC9573;
}
.TagClassName
{
border-color: #EC9573;
}
</style>