Shades of Dark Salmon #EC9874
Tints of Dark Salmon #EC9874
RGB
CMYK
RGB Variations
Color information
#EC9874 (or 0xEC9874) is known color: Dark Salmon. HEX triplet: EC, 98 and 74. RGB value is (236,152,116). Sum of RGB (Red+Green+Blue) = 236+152+116=504 (66% of max value = 765). Red value is 236 (92.58% from 255 or 46.83% from 504); Green value is 152 (59.77% from 255 or 30.16% from 504); Blue value is 116 (45.70% from 255 or 23.02% from 504); Max value from RGB is 236 - color contains mainly: red. Hex color #EC9874 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EC9874 is #13678B. Grayscale: #ADADAD. Windows color (decimal): -1271692 or 7641324. OLE color: 7641324.
HSL color Cylindrical-coordinate representation of color #EC9874: hue angle of 18º 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 #EC9874 is Cyan = 0, Magento = 0.36, Yellow = 0.51 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 152 | 116 | - |
| CMYK | 0 | 0.36 | 0.51 | 0.07 |
| HSL | 18º | 0.76% | 0.69% | - |
| HSV(B) | 18º | 0.51% | 0.93% | - |
| XYZ | 48.97 | 41.55 | 21.96 | - |
| YUV | 173.01 | 95.83 | 172.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 152 | 116 | 0 | 0.36 | 0.51 | 0.07 | 18 | 0.76 | 0.69 |
| Hex | EC | 98 | 74 | 0 | 24 | 33 | 7 | 12 | 4C | 45 |
| Octal | 354 | 230 | 164 | 0 | 44 | 63 | 7 | 22 | 114 | 105 |
| Binary | 11101100 | 10011000 | 1110100 | 0 | 100100 | 110011 | 111 | 10010 | 1001100 | 1000101 |
Color Harmonies of #EC9874
Complementary color
Monochromatic Colors of #EC9874
Black with #EC9874
Text Example
Text Example
White with #EC9874
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC9874; }
p { color: rgb(236,152,116); }
H1.HeaderClassName
{
color: #EC9874;
}
.AnyTagClassName
{
color: #EC9874;
}
</style>
background-color css
<style>
a { background-color: #EC9874; }
a { background-color: rgb(236,152,116); }
div.DivClassName
{
background-color: #EC9874;
}
.BgClassName
{
background-color: #EC9874;
}
</style>
border-color css
<style>
span { border-color: #EC9874; }
span { border-color: rgb(236,152,116); }
td.TdClassName
{
border-color: #EC9874;
}
.TagClassName
{
border-color: #EC9874;
}
</style>