Shades of Dark Salmon #EC9471
Tints of Dark Salmon #EC9471
RGB
CMYK
RGB Variations
Color information
#EC9471 (or 0xEC9471) is known color: Dark Salmon. HEX triplet: EC, 94 and 71. RGB value is (236,148,113). Sum of RGB (Red+Green+Blue) = 236+148+113=497 (65% of max value = 765). Red value is 236 (92.58% from 255 or 47.48% from 497); Green value is 148 (58.20% from 255 or 29.78% from 497); Blue value is 113 (44.53% from 255 or 22.74% from 497); Max value from RGB is 236 - color contains mainly: red. Hex color #EC9471 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EC9471 is #136B8E. Grayscale: #AAAAAA. Windows color (decimal): -1272719 or 7443692. OLE color: 7443692.
HSL color Cylindrical-coordinate representation of color #EC9471: hue angle of 17.07º degrees, saturation: 0.76, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #EC9471 is Cyan = 0, Magento = 0.37, Yellow = 0.52 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 148 | 113 | - |
| CMYK | 0 | 0.37 | 0.52 | 0.07 |
| HSL | 17.07º | 0.76% | 0.68% | - |
| HSV(B) | 17.07º | 0.52% | 0.93% | - |
| XYZ | 48.16 | 40.2 | 20.84 | - |
| YUV | 170.32 | 95.65 | 174.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 148 | 113 | 0 | 0.37 | 0.52 | 0.07 | 17.07 | 0.76 | 0.68 |
| Hex | EC | 94 | 71 | 0 | 25 | 34 | 7 | 11 | 4C | 44 |
| Octal | 354 | 224 | 161 | 0 | 45 | 64 | 7 | 21 | 114 | 104 |
| Binary | 11101100 | 10010100 | 1110001 | 0 | 100101 | 110100 | 111 | 10001 | 1001100 | 1000100 |
Color Harmonies of #EC9471
Complementary color
Monochromatic Colors of #EC9471
Black with #EC9471
Text Example
Text Example
White with #EC9471
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC9471; }
p { color: rgb(236,148,113); }
H1.HeaderClassName
{
color: #EC9471;
}
.AnyTagClassName
{
color: #EC9471;
}
</style>
background-color css
<style>
a { background-color: #EC9471; }
a { background-color: rgb(236,148,113); }
div.DivClassName
{
background-color: #EC9471;
}
.BgClassName
{
background-color: #EC9471;
}
</style>
border-color css
<style>
span { border-color: #EC9471; }
span { border-color: rgb(236,148,113); }
td.TdClassName
{
border-color: #EC9471;
}
.TagClassName
{
border-color: #EC9471;
}
</style>