Shades of Dark Salmon #EC9C6D
Tints of Dark Salmon #EC9C6D
RGB
CMYK
RGB Variations
Color information
#EC9C6D (or 0xEC9C6D) is known color: Dark Salmon. HEX triplet: EC, 9C and 6D. RGB value is (236,156,109). Sum of RGB (Red+Green+Blue) = 236+156+109=501 (66% of max value = 765). Red value is 236 (92.58% from 255 or 47.11% from 501); Green value is 156 (61.33% from 255 or 31.14% from 501); Blue value is 109 (42.97% from 255 or 21.76% from 501); Max value from RGB is 236 - color contains mainly: red. Hex color #EC9C6D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EC9C6D is #136392. Grayscale: #AEAEAE. Windows color (decimal): -1270675 or 7183596. OLE color: 7183596.
HSL color Cylindrical-coordinate representation of color #EC9C6D: hue angle of 22.2º 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 #EC9C6D is Cyan = 0, Magento = 0.34, Yellow = 0.54 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 156 | 109 | - |
| CMYK | 0 | 0.34 | 0.54 | 0.07 |
| HSL | 22.2º | 0.77% | 0.68% | - |
| HSV(B) | 22.2º | 0.54% | 0.93% | - |
| XYZ | 49.24 | 42.71 | 20.12 | - |
| YUV | 174.56 | 91 | 171.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 156 | 109 | 0 | 0.34 | 0.54 | 0.07 | 22.2 | 0.77 | 0.68 |
| Hex | EC | 9C | 6D | 0 | 22 | 36 | 7 | 16 | 4D | 44 |
| Octal | 354 | 234 | 155 | 0 | 42 | 66 | 7 | 26 | 115 | 104 |
| Binary | 11101100 | 10011100 | 1101101 | 0 | 100010 | 110110 | 111 | 10110 | 1001101 | 1000100 |
Color Harmonies of #EC9C6D
Complementary color
Monochromatic Colors of #EC9C6D
Black with #EC9C6D
Text Example
Text Example
White with #EC9C6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC9C6D; }
p { color: rgb(236,156,109); }
H1.HeaderClassName
{
color: #EC9C6D;
}
.AnyTagClassName
{
color: #EC9C6D;
}
</style>
background-color css
<style>
a { background-color: #EC9C6D; }
a { background-color: rgb(236,156,109); }
div.DivClassName
{
background-color: #EC9C6D;
}
.BgClassName
{
background-color: #EC9C6D;
}
</style>
border-color css
<style>
span { border-color: #EC9C6D; }
span { border-color: rgb(236,156,109); }
td.TdClassName
{
border-color: #EC9C6D;
}
.TagClassName
{
border-color: #EC9C6D;
}
</style>