Shades of Dark Salmon #EC8F71
Tints of Dark Salmon #EC8F71
RGB
CMYK
RGB Variations
Color information
#EC8F71 (or 0xEC8F71) is known color: Dark Salmon. HEX triplet: EC, 8F and 71. RGB value is (236,143,113). Sum of RGB (Red+Green+Blue) = 236+143+113=492 (65% of max value = 765). Red value is 236 (92.58% from 255 or 47.97% from 492); Green value is 143 (56.25% from 255 or 29.07% from 492); Blue value is 113 (44.53% from 255 or 22.97% from 492); Max value from RGB is 236 - color contains mainly: red. Hex color #EC8F71 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EC8F71 is #13708E. Grayscale: #A7A7A7. Windows color (decimal): -1273999 or 7442412. OLE color: 7442412.
HSL color Cylindrical-coordinate representation of color #EC8F71: hue angle of 14.63º 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 #EC8F71 is Cyan = 0, Magento = 0.39, Yellow = 0.52 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 143 | 113 | - |
| CMYK | 0 | 0.39 | 0.52 | 0.07 |
| HSL | 14.63º | 0.76% | 0.68% | - |
| HSV(B) | 14.63º | 0.52% | 0.93% | - |
| XYZ | 47.4 | 38.67 | 20.59 | - |
| YUV | 167.39 | 97.31 | 176.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 143 | 113 | 0 | 0.39 | 0.52 | 0.07 | 14.63 | 0.76 | 0.68 |
| Hex | EC | 8F | 71 | 0 | 27 | 34 | 7 | F | 4C | 44 |
| Octal | 354 | 217 | 161 | 0 | 47 | 64 | 7 | 17 | 114 | 104 |
| Binary | 11101100 | 10001111 | 1110001 | 0 | 100111 | 110100 | 111 | 1111 | 1001100 | 1000100 |
Color Harmonies of #EC8F71
Complementary color
Monochromatic Colors of #EC8F71
Black with #EC8F71
Text Example
Text Example
White with #EC8F71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC8F71; }
p { color: rgb(236,143,113); }
H1.HeaderClassName
{
color: #EC8F71;
}
.AnyTagClassName
{
color: #EC8F71;
}
</style>
background-color css
<style>
a { background-color: #EC8F71; }
a { background-color: rgb(236,143,113); }
div.DivClassName
{
background-color: #EC8F71;
}
.BgClassName
{
background-color: #EC8F71;
}
</style>
border-color css
<style>
span { border-color: #EC8F71; }
span { border-color: rgb(236,143,113); }
td.TdClassName
{
border-color: #EC8F71;
}
.TagClassName
{
border-color: #EC8F71;
}
</style>