Shades of Dark Salmon #EC936C
Tints of Dark Salmon #EC936C
RGB
CMYK
RGB Variations
Color information
#EC936C (or 0xEC936C) is known color: Dark Salmon. HEX triplet: EC, 93 and 6C. RGB value is (236,147,108). Sum of RGB (Red+Green+Blue) = 236+147+108=491 (65% of max value = 765). Red value is 236 (92.58% from 255 or 48.07% from 491); Green value is 147 (57.81% from 255 or 29.94% from 491); Blue value is 108 (42.58% from 255 or 22.00% from 491); Max value from RGB is 236 - color contains mainly: red. Hex color #EC936C is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EC936C is #136C93. Grayscale: #A9A9A9. Windows color (decimal): -1272980 or 7115756. OLE color: 7115756.
HSL color Cylindrical-coordinate representation of color #EC936C: hue angle of 18.28º degrees, saturation: 0.77, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #EC936C is Cyan = 0, Magento = 0.38, Yellow = 0.54 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 147 | 108 | - |
| CMYK | 0 | 0.38 | 0.54 | 0.07 |
| HSL | 18.28º | 0.77% | 0.67% | - |
| HSV(B) | 18.28º | 0.54% | 0.93% | - |
| XYZ | 47.73 | 39.78 | 19.35 | - |
| YUV | 169.17 | 93.49 | 175.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 147 | 108 | 0 | 0.38 | 0.54 | 0.07 | 18.28 | 0.77 | 0.67 |
| Hex | EC | 93 | 6C | 0 | 26 | 36 | 7 | 12 | 4D | 43 |
| Octal | 354 | 223 | 154 | 0 | 46 | 66 | 7 | 22 | 115 | 103 |
| Binary | 11101100 | 10010011 | 1101100 | 0 | 100110 | 110110 | 111 | 10010 | 1001101 | 1000011 |
Color Harmonies of #EC936C
Complementary color
Monochromatic Colors of #EC936C
Black with #EC936C
Text Example
Text Example
White with #EC936C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC936C; }
p { color: rgb(236,147,108); }
H1.HeaderClassName
{
color: #EC936C;
}
.AnyTagClassName
{
color: #EC936C;
}
</style>
background-color css
<style>
a { background-color: #EC936C; }
a { background-color: rgb(236,147,108); }
div.DivClassName
{
background-color: #EC936C;
}
.BgClassName
{
background-color: #EC936C;
}
</style>
border-color css
<style>
span { border-color: #EC936C; }
span { border-color: rgb(236,147,108); }
td.TdClassName
{
border-color: #EC936C;
}
.TagClassName
{
border-color: #EC936C;
}
</style>