Shades of Dark Salmon #EC9974
Tints of Dark Salmon #EC9974
RGB
CMYK
RGB Variations
Color information
#EC9974 (or 0xEC9974) is known color: Dark Salmon. HEX triplet: EC, 99 and 74. RGB value is (236,153,116). Sum of RGB (Red+Green+Blue) = 236+153+116=505 (66% of max value = 765). Red value is 236 (92.58% from 255 or 46.73% from 505); Green value is 153 (60.16% from 255 or 30.30% from 505); Blue value is 116 (45.70% from 255 or 22.97% from 505); Max value from RGB is 236 - color contains mainly: red. Hex color #EC9974 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EC9974 is #13668B. Grayscale: #ADADAD. Windows color (decimal): -1271436 or 7641580. OLE color: 7641580.
HSL color Cylindrical-coordinate representation of color #EC9974: hue angle of 18.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 #EC9974 is Cyan = 0, Magento = 0.35, Yellow = 0.51 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 153 | 116 | - |
| CMYK | 0 | 0.35 | 0.51 | 0.07 |
| HSL | 18.5º | 0.76% | 0.69% | - |
| HSV(B) | 18.5º | 0.51% | 0.93% | - |
| XYZ | 49.14 | 41.88 | 22.02 | - |
| YUV | 173.6 | 95.5 | 172.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 153 | 116 | 0 | 0.35 | 0.51 | 0.07 | 18.5 | 0.76 | 0.69 |
| Hex | EC | 99 | 74 | 0 | 23 | 33 | 7 | 12 | 4C | 45 |
| Octal | 354 | 231 | 164 | 0 | 43 | 63 | 7 | 22 | 114 | 105 |
| Binary | 11101100 | 10011001 | 1110100 | 0 | 100011 | 110011 | 111 | 10010 | 1001100 | 1000101 |
Color Harmonies of #EC9974
Complementary color
Monochromatic Colors of #EC9974
Black with #EC9974
Text Example
Text Example
White with #EC9974
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC9974; }
p { color: rgb(236,153,116); }
H1.HeaderClassName
{
color: #EC9974;
}
.AnyTagClassName
{
color: #EC9974;
}
</style>
background-color css
<style>
a { background-color: #EC9974; }
a { background-color: rgb(236,153,116); }
div.DivClassName
{
background-color: #EC9974;
}
.BgClassName
{
background-color: #EC9974;
}
</style>
border-color css
<style>
span { border-color: #EC9974; }
span { border-color: rgb(236,153,116); }
td.TdClassName
{
border-color: #EC9974;
}
.TagClassName
{
border-color: #EC9974;
}
</style>