Shades of Dark Salmon #EC8D6D
Tints of Dark Salmon #EC8D6D
RGB
CMYK
RGB Variations
Color information
#EC8D6D (or 0xEC8D6D) is known color: Dark Salmon. HEX triplet: EC, 8D and 6D. RGB value is (236,141,109). Sum of RGB (Red+Green+Blue) = 236+141+109=486 (64% of max value = 765). Red value is 236 (92.58% from 255 or 48.56% from 486); Green value is 141 (55.47% from 255 or 29.01% from 486); Blue value is 109 (42.97% from 255 or 22.43% from 486); Max value from RGB is 236 - color contains mainly: red. Hex color #EC8D6D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EC8D6D is #137292. Grayscale: #A5A5A5. Windows color (decimal): -1274515 or 7179756. OLE color: 7179756.
HSL color Cylindrical-coordinate representation of color #EC8D6D: hue angle of 15.12º 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 #EC8D6D is Cyan = 0, Magento = 0.40, Yellow = 0.54 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 141 | 109 | - |
| CMYK | 0 | 0.40 | 0.54 | 0.07 |
| HSL | 15.12º | 0.77% | 0.68% | - |
| HSV(B) | 15.12º | 0.54% | 0.93% | - |
| XYZ | 46.88 | 37.99 | 19.33 | - |
| YUV | 165.76 | 95.97 | 178.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 141 | 109 | 0 | 0.40 | 0.54 | 0.07 | 15.12 | 0.77 | 0.68 |
| Hex | EC | 8D | 6D | 0 | 28 | 36 | 7 | F | 4D | 44 |
| Octal | 354 | 215 | 155 | 0 | 50 | 66 | 7 | 17 | 115 | 104 |
| Binary | 11101100 | 10001101 | 1101101 | 0 | 101000 | 110110 | 111 | 1111 | 1001101 | 1000100 |
Color Harmonies of #EC8D6D
Complementary color
Monochromatic Colors of #EC8D6D
Black with #EC8D6D
Text Example
Text Example
White with #EC8D6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC8D6D; }
p { color: rgb(236,141,109); }
H1.HeaderClassName
{
color: #EC8D6D;
}
.AnyTagClassName
{
color: #EC8D6D;
}
</style>
background-color css
<style>
a { background-color: #EC8D6D; }
a { background-color: rgb(236,141,109); }
div.DivClassName
{
background-color: #EC8D6D;
}
.BgClassName
{
background-color: #EC8D6D;
}
</style>
border-color css
<style>
span { border-color: #EC8D6D; }
span { border-color: rgb(236,141,109); }
td.TdClassName
{
border-color: #EC8D6D;
}
.TagClassName
{
border-color: #EC8D6D;
}
</style>