Shades of Dark Salmon #EC9B6C
Tints of Dark Salmon #EC9B6C
RGB
CMYK
RGB Variations
Color information
#EC9B6C (or 0xEC9B6C) is known color: Dark Salmon. HEX triplet: EC, 9B and 6C. RGB value is (236,155,108). Sum of RGB (Red+Green+Blue) = 236+155+108=499 (66% of max value = 765). Red value is 236 (92.58% from 255 or 47.29% from 499); Green value is 155 (60.94% from 255 or 31.06% from 499); Blue value is 108 (42.58% from 255 or 21.64% from 499); Max value from RGB is 236 - color contains mainly: red. Hex color #EC9B6C is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EC9B6C is #136493. Grayscale: #AEAEAE. Windows color (decimal): -1270932 or 7117804. OLE color: 7117804.
HSL color Cylindrical-coordinate representation of color #EC9B6C: hue angle of 22.03º 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 #EC9B6C is Cyan = 0, Magento = 0.34, Yellow = 0.54 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 155 | 108 | - |
| CMYK | 0 | 0.34 | 0.54 | 0.07 |
| HSL | 22.03º | 0.77% | 0.67% | - |
| HSV(B) | 22.03º | 0.54% | 0.93% | - |
| XYZ | 49.02 | 42.36 | 19.78 | - |
| YUV | 173.86 | 90.84 | 172.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 155 | 108 | 0 | 0.34 | 0.54 | 0.07 | 22.03 | 0.77 | 0.67 |
| Hex | EC | 9B | 6C | 0 | 22 | 36 | 7 | 16 | 4D | 43 |
| Octal | 354 | 233 | 154 | 0 | 42 | 66 | 7 | 26 | 115 | 103 |
| Binary | 11101100 | 10011011 | 1101100 | 0 | 100010 | 110110 | 111 | 10110 | 1001101 | 1000011 |
Color Harmonies of #EC9B6C
Complementary color
Monochromatic Colors of #EC9B6C
Black with #EC9B6C
Text Example
Text Example
White with #EC9B6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC9B6C; }
p { color: rgb(236,155,108); }
H1.HeaderClassName
{
color: #EC9B6C;
}
.AnyTagClassName
{
color: #EC9B6C;
}
</style>
background-color css
<style>
a { background-color: #EC9B6C; }
a { background-color: rgb(236,155,108); }
div.DivClassName
{
background-color: #EC9B6C;
}
.BgClassName
{
background-color: #EC9B6C;
}
</style>
border-color css
<style>
span { border-color: #EC9B6C; }
span { border-color: rgb(236,155,108); }
td.TdClassName
{
border-color: #EC9B6C;
}
.TagClassName
{
border-color: #EC9B6C;
}
</style>