Shades of Dark Salmon #EC936D
Tints of Dark Salmon #EC936D
RGB
CMYK
RGB Variations
Color information
#EC936D (or 0xEC936D) is known color: Dark Salmon. HEX triplet: EC, 93 and 6D. RGB value is (236,147,109). Sum of RGB (Red+Green+Blue) = 236+147+109=492 (65% of max value = 765). Red value is 236 (92.58% from 255 or 47.97% from 492); Green value is 147 (57.81% from 255 or 29.88% from 492); Blue value is 109 (42.97% from 255 or 22.15% from 492); Max value from RGB is 236 - color contains mainly: red. Hex color #EC936D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EC936D is #136C92. Grayscale: #A9A9A9. Windows color (decimal): -1272979 or 7181292. OLE color: 7181292.
HSL color Cylindrical-coordinate representation of color #EC936D: hue angle of 17.95º degrees, saturation: 0.77, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #EC936D is Cyan = 0, Magento = 0.38, Yellow = 0.54 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 147 | 109 | - |
| CMYK | 0 | 0.38 | 0.54 | 0.07 |
| HSL | 17.95º | 0.77% | 0.68% | - |
| HSV(B) | 17.95º | 0.54% | 0.93% | - |
| XYZ | 47.79 | 39.8 | 19.63 | - |
| YUV | 169.28 | 93.99 | 175.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 147 | 109 | 0 | 0.38 | 0.54 | 0.07 | 17.95 | 0.77 | 0.68 |
| Hex | EC | 93 | 6D | 0 | 26 | 36 | 7 | 12 | 4D | 44 |
| Octal | 354 | 223 | 155 | 0 | 46 | 66 | 7 | 22 | 115 | 104 |
| Binary | 11101100 | 10010011 | 1101101 | 0 | 100110 | 110110 | 111 | 10010 | 1001101 | 1000100 |
Color Harmonies of #EC936D
Complementary color
Monochromatic Colors of #EC936D
Black with #EC936D
Text Example
Text Example
White with #EC936D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC936D; }
p { color: rgb(236,147,109); }
H1.HeaderClassName
{
color: #EC936D;
}
.AnyTagClassName
{
color: #EC936D;
}
</style>
background-color css
<style>
a { background-color: #EC936D; }
a { background-color: rgb(236,147,109); }
div.DivClassName
{
background-color: #EC936D;
}
.BgClassName
{
background-color: #EC936D;
}
</style>
border-color css
<style>
span { border-color: #EC936D; }
span { border-color: rgb(236,147,109); }
td.TdClassName
{
border-color: #EC936D;
}
.TagClassName
{
border-color: #EC936D;
}
</style>