Shades of Dark Salmon #EC986B
Tints of Dark Salmon #EC986B
RGB
CMYK
RGB Variations
Color information
#EC986B (or 0xEC986B) is known color: Dark Salmon. HEX triplet: EC, 98 and 6B. RGB value is (236,152,107). Sum of RGB (Red+Green+Blue) = 236+152+107=495 (65% of max value = 765). Red value is 236 (92.58% from 255 or 47.68% from 495); Green value is 152 (59.77% from 255 or 30.71% from 495); Blue value is 107 (42.19% from 255 or 21.62% from 495); Max value from RGB is 236 - color contains mainly: red. Hex color #EC986B is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EC986B is #136794. Grayscale: #ACACAC. Windows color (decimal): -1271701 or 7051500. OLE color: 7051500.
HSL color Cylindrical-coordinate representation of color #EC986B: hue angle of 20.93º degrees, saturation: 0.77, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #EC986B is Cyan = 0, Magento = 0.36, Yellow = 0.55 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 152 | 107 | - |
| CMYK | 0 | 0.36 | 0.55 | 0.07 |
| HSL | 20.93º | 0.77% | 0.67% | - |
| HSV(B) | 20.93º | 0.55% | 0.93% | - |
| XYZ | 48.47 | 41.35 | 19.34 | - |
| YUV | 171.99 | 91.33 | 173.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 152 | 107 | 0 | 0.36 | 0.55 | 0.07 | 20.93 | 0.77 | 0.67 |
| Hex | EC | 98 | 6B | 0 | 24 | 37 | 7 | 15 | 4D | 43 |
| Octal | 354 | 230 | 153 | 0 | 44 | 67 | 7 | 25 | 115 | 103 |
| Binary | 11101100 | 10011000 | 1101011 | 0 | 100100 | 110111 | 111 | 10101 | 1001101 | 1000011 |
Color Harmonies of #EC986B
Complementary color
Monochromatic Colors of #EC986B
Black with #EC986B
Text Example
Text Example
White with #EC986B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC986B; }
p { color: rgb(236,152,107); }
H1.HeaderClassName
{
color: #EC986B;
}
.AnyTagClassName
{
color: #EC986B;
}
</style>
background-color css
<style>
a { background-color: #EC986B; }
a { background-color: rgb(236,152,107); }
div.DivClassName
{
background-color: #EC986B;
}
.BgClassName
{
background-color: #EC986B;
}
</style>
border-color css
<style>
span { border-color: #EC986B; }
span { border-color: rgb(236,152,107); }
td.TdClassName
{
border-color: #EC986B;
}
.TagClassName
{
border-color: #EC986B;
}
</style>