Shades of Dark Salmon #EC936B
Tints of Dark Salmon #EC936B
RGB
CMYK
RGB Variations
Color information
#EC936B (or 0xEC936B) is known color: Dark Salmon. HEX triplet: EC, 93 and 6B. RGB value is (236,147,107). Sum of RGB (Red+Green+Blue) = 236+147+107=490 (64% of max value = 765). Red value is 236 (92.58% from 255 or 48.16% from 490); Green value is 147 (57.81% from 255 or 30% from 490); Blue value is 107 (42.19% from 255 or 21.84% from 490); Max value from RGB is 236 - color contains mainly: red. Hex color #EC936B is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EC936B is #136C94. Grayscale: #A9A9A9. Windows color (decimal): -1272981 or 7050220. OLE color: 7050220.
HSL color Cylindrical-coordinate representation of color #EC936B: hue angle of 18.6º 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 #EC936B is Cyan = 0, Magento = 0.38, Yellow = 0.55 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 147 | 107 | - |
| CMYK | 0 | 0.38 | 0.55 | 0.07 |
| HSL | 18.6º | 0.77% | 0.67% | - |
| HSV(B) | 18.6º | 0.55% | 0.93% | - |
| XYZ | 47.68 | 39.76 | 19.07 | - |
| YUV | 169.05 | 92.99 | 175.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 147 | 107 | 0 | 0.38 | 0.55 | 0.07 | 18.6 | 0.77 | 0.67 |
| Hex | EC | 93 | 6B | 0 | 26 | 37 | 7 | 13 | 4D | 43 |
| Octal | 354 | 223 | 153 | 0 | 46 | 67 | 7 | 23 | 115 | 103 |
| Binary | 11101100 | 10010011 | 1101011 | 0 | 100110 | 110111 | 111 | 10011 | 1001101 | 1000011 |
Color Harmonies of #EC936B
Complementary color
Monochromatic Colors of #EC936B
Black with #EC936B
Text Example
Text Example
White with #EC936B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC936B; }
p { color: rgb(236,147,107); }
H1.HeaderClassName
{
color: #EC936B;
}
.AnyTagClassName
{
color: #EC936B;
}
</style>
background-color css
<style>
a { background-color: #EC936B; }
a { background-color: rgb(236,147,107); }
div.DivClassName
{
background-color: #EC936B;
}
.BgClassName
{
background-color: #EC936B;
}
</style>
border-color css
<style>
span { border-color: #EC936B; }
span { border-color: rgb(236,147,107); }
td.TdClassName
{
border-color: #EC936B;
}
.TagClassName
{
border-color: #EC936B;
}
</style>