Shades of Dark Salmon #EC8B71
Tints of Dark Salmon #EC8B71
RGB
CMYK
RGB Variations
Color information
#EC8B71 (or 0xEC8B71) is known color: Dark Salmon. HEX triplet: EC, 8B and 71. RGB value is (236,139,113). Sum of RGB (Red+Green+Blue) = 236+139+113=488 (64% of max value = 765). Red value is 236 (92.58% from 255 or 48.36% from 488); Green value is 139 (54.69% from 255 or 28.48% from 488); Blue value is 113 (44.53% from 255 or 23.16% from 488); Max value from RGB is 236 - color contains mainly: red. Hex color #EC8B71 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EC8B71 is #13748E. Grayscale: #A5A5A5. Windows color (decimal): -1275023 or 7441388. OLE color: 7441388.
HSL color Cylindrical-coordinate representation of color #EC8B71: hue angle of 12.68º 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 #EC8B71 is Cyan = 0, Magento = 0.41, Yellow = 0.52 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 139 | 113 | - |
| CMYK | 0 | 0.41 | 0.52 | 0.07 |
| HSL | 12.68º | 0.76% | 0.68% | - |
| HSV(B) | 12.68º | 0.52% | 0.93% | - |
| XYZ | 46.81 | 37.49 | 20.39 | - |
| YUV | 165.04 | 98.64 | 178.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 139 | 113 | 0 | 0.41 | 0.52 | 0.07 | 12.68 | 0.76 | 0.68 |
| Hex | EC | 8B | 71 | 0 | 29 | 34 | 7 | D | 4C | 44 |
| Octal | 354 | 213 | 161 | 0 | 51 | 64 | 7 | 15 | 114 | 104 |
| Binary | 11101100 | 10001011 | 1110001 | 0 | 101001 | 110100 | 111 | 1101 | 1001100 | 1000100 |
Color Harmonies of #EC8B71
Complementary color
Monochromatic Colors of #EC8B71
Black with #EC8B71
Text Example
Text Example
White with #EC8B71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC8B71; }
p { color: rgb(236,139,113); }
H1.HeaderClassName
{
color: #EC8B71;
}
.AnyTagClassName
{
color: #EC8B71;
}
</style>
background-color css
<style>
a { background-color: #EC8B71; }
a { background-color: rgb(236,139,113); }
div.DivClassName
{
background-color: #EC8B71;
}
.BgClassName
{
background-color: #EC8B71;
}
</style>
border-color css
<style>
span { border-color: #EC8B71; }
span { border-color: rgb(236,139,113); }
td.TdClassName
{
border-color: #EC8B71;
}
.TagClassName
{
border-color: #EC8B71;
}
</style>