Shades of Dark Salmon #EC9F74
Tints of Dark Salmon #EC9F74
RGB
CMYK
RGB Variations
Color information
#EC9F74 (or 0xEC9F74) is known color: Dark Salmon. HEX triplet: EC, 9F and 74. RGB value is (236,159,116). Sum of RGB (Red+Green+Blue) = 236+159+116=511 (67% of max value = 765). Red value is 236 (92.58% from 255 or 46.18% from 511); Green value is 159 (62.5% from 255 or 31.12% from 511); Blue value is 116 (45.70% from 255 or 22.70% from 511); Max value from RGB is 236 - color contains mainly: red. Hex color #EC9F74 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EC9F74 is #13608B. Grayscale: #B1B1B1. Windows color (decimal): -1269900 or 7643116. OLE color: 7643116.
HSL color Cylindrical-coordinate representation of color #EC9F74: hue angle of 21.5º 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 #EC9F74 is Cyan = 0, Magento = 0.33, Yellow = 0.51 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 159 | 116 | - |
| CMYK | 0 | 0.33 | 0.51 | 0.07 |
| HSL | 21.5º | 0.76% | 0.69% | - |
| HSV(B) | 21.5º | 0.51% | 0.93% | - |
| XYZ | 50.14 | 43.89 | 22.35 | - |
| YUV | 177.12 | 93.51 | 170 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 159 | 116 | 0 | 0.33 | 0.51 | 0.07 | 21.5 | 0.76 | 0.69 |
| Hex | EC | 9F | 74 | 0 | 21 | 33 | 7 | 16 | 4C | 45 |
| Octal | 354 | 237 | 164 | 0 | 41 | 63 | 7 | 26 | 114 | 105 |
| Binary | 11101100 | 10011111 | 1110100 | 0 | 100001 | 110011 | 111 | 10110 | 1001100 | 1000101 |
Color Harmonies of #EC9F74
Complementary color
Monochromatic Colors of #EC9F74
Black with #EC9F74
Text Example
Text Example
White with #EC9F74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC9F74; }
p { color: rgb(236,159,116); }
H1.HeaderClassName
{
color: #EC9F74;
}
.AnyTagClassName
{
color: #EC9F74;
}
</style>
background-color css
<style>
a { background-color: #EC9F74; }
a { background-color: rgb(236,159,116); }
div.DivClassName
{
background-color: #EC9F74;
}
.BgClassName
{
background-color: #EC9F74;
}
</style>
border-color css
<style>
span { border-color: #EC9F74; }
span { border-color: rgb(236,159,116); }
td.TdClassName
{
border-color: #EC9F74;
}
.TagClassName
{
border-color: #EC9F74;
}
</style>