Shades of Dark Salmon #EC986A
Tints of Dark Salmon #EC986A
RGB
CMYK
RGB Variations
Color information
#EC986A (or 0xEC986A) is known color: Dark Salmon. HEX triplet: EC, 98 and 6A. RGB value is (236,152,106). Sum of RGB (Red+Green+Blue) = 236+152+106=494 (65% of max value = 765). Red value is 236 (92.58% from 255 or 47.77% from 494); Green value is 152 (59.77% from 255 or 30.77% from 494); Blue value is 106 (41.80% from 255 or 21.46% from 494); Max value from RGB is 236 - color contains mainly: red. Hex color #EC986A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EC986A is #136795. Grayscale: #ACACAC. Windows color (decimal): -1271702 or 6985964. OLE color: 6985964.
HSL color Cylindrical-coordinate representation of color #EC986A: hue angle of 21.23º 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 #EC986A is Cyan = 0, Magento = 0.36, Yellow = 0.55 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 152 | 106 | - |
| CMYK | 0 | 0.36 | 0.55 | 0.07 |
| HSL | 21.23º | 0.77% | 0.67% | - |
| HSV(B) | 21.23º | 0.55% | 0.93% | - |
| XYZ | 48.42 | 41.33 | 19.06 | - |
| YUV | 171.87 | 90.83 | 173.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 152 | 106 | 0 | 0.36 | 0.55 | 0.07 | 21.23 | 0.77 | 0.67 |
| Hex | EC | 98 | 6A | 0 | 24 | 37 | 7 | 15 | 4D | 43 |
| Octal | 354 | 230 | 152 | 0 | 44 | 67 | 7 | 25 | 115 | 103 |
| Binary | 11101100 | 10011000 | 1101010 | 0 | 100100 | 110111 | 111 | 10101 | 1001101 | 1000011 |
Color Harmonies of #EC986A
Complementary color
Monochromatic Colors of #EC986A
Black with #EC986A
Text Example
Text Example
White with #EC986A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC986A; }
p { color: rgb(236,152,106); }
H1.HeaderClassName
{
color: #EC986A;
}
.AnyTagClassName
{
color: #EC986A;
}
</style>
background-color css
<style>
a { background-color: #EC986A; }
a { background-color: rgb(236,152,106); }
div.DivClassName
{
background-color: #EC986A;
}
.BgClassName
{
background-color: #EC986A;
}
</style>
border-color css
<style>
span { border-color: #EC986A; }
span { border-color: rgb(236,152,106); }
td.TdClassName
{
border-color: #EC986A;
}
.TagClassName
{
border-color: #EC986A;
}
</style>