Shades of Dark Salmon #EC8D6B
Tints of Dark Salmon #EC8D6B
RGB
CMYK
RGB Variations
Color information
#EC8D6B (or 0xEC8D6B) is known color: Dark Salmon. HEX triplet: EC, 8D and 6B. RGB value is (236,141,107). Sum of RGB (Red+Green+Blue) = 236+141+107=484 (64% of max value = 765). Red value is 236 (92.58% from 255 or 48.76% from 484); Green value is 141 (55.47% from 255 or 29.13% from 484); Blue value is 107 (42.19% from 255 or 22.11% from 484); Max value from RGB is 236 - color contains mainly: red. Hex color #EC8D6B is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EC8D6B is #137294. Grayscale: #A5A5A5. Windows color (decimal): -1274517 or 7048684. OLE color: 7048684.
HSL color Cylindrical-coordinate representation of color #EC8D6B: hue angle of 15.81º 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 #EC8D6B is Cyan = 0, Magento = 0.40, Yellow = 0.55 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 141 | 107 | - |
| CMYK | 0 | 0.40 | 0.55 | 0.07 |
| HSL | 15.81º | 0.77% | 0.67% | - |
| HSV(B) | 15.81º | 0.55% | 0.93% | - |
| XYZ | 46.77 | 37.94 | 18.77 | - |
| YUV | 165.53 | 94.97 | 178.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 141 | 107 | 0 | 0.40 | 0.55 | 0.07 | 15.81 | 0.77 | 0.67 |
| Hex | EC | 8D | 6B | 0 | 28 | 37 | 7 | 10 | 4D | 43 |
| Octal | 354 | 215 | 153 | 0 | 50 | 67 | 7 | 20 | 115 | 103 |
| Binary | 11101100 | 10001101 | 1101011 | 0 | 101000 | 110111 | 111 | 10000 | 1001101 | 1000011 |
Color Harmonies of #EC8D6B
Complementary color
Monochromatic Colors of #EC8D6B
Black with #EC8D6B
Text Example
Text Example
White with #EC8D6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC8D6B; }
p { color: rgb(236,141,107); }
H1.HeaderClassName
{
color: #EC8D6B;
}
.AnyTagClassName
{
color: #EC8D6B;
}
</style>
background-color css
<style>
a { background-color: #EC8D6B; }
a { background-color: rgb(236,141,107); }
div.DivClassName
{
background-color: #EC8D6B;
}
.BgClassName
{
background-color: #EC8D6B;
}
</style>
border-color css
<style>
span { border-color: #EC8D6B; }
span { border-color: rgb(236,141,107); }
td.TdClassName
{
border-color: #EC8D6B;
}
.TagClassName
{
border-color: #EC8D6B;
}
</style>