Shades of Dark Salmon #EC8E6F
Tints of Dark Salmon #EC8E6F
RGB
CMYK
RGB Variations
Color information
#EC8E6F (or 0xEC8E6F) is known color: Dark Salmon. HEX triplet: EC, 8E and 6F. RGB value is (236,142,111). Sum of RGB (Red+Green+Blue) = 236+142+111=489 (64% of max value = 765). Red value is 236 (92.58% from 255 or 48.26% from 489); Green value is 142 (55.86% from 255 or 29.04% from 489); Blue value is 111 (43.75% from 255 or 22.70% from 489); Max value from RGB is 236 - color contains mainly: red. Hex color #EC8E6F is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EC8E6F is #137190. Grayscale: #A6A6A6. Windows color (decimal): -1274257 or 7311084. OLE color: 7311084.
HSL color Cylindrical-coordinate representation of color #EC8E6F: hue angle of 14.88º degrees, saturation: 0.77, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #EC8E6F is Cyan = 0, Magento = 0.40, Yellow = 0.53 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 142 | 111 | - |
| CMYK | 0 | 0.40 | 0.53 | 0.07 |
| HSL | 14.88º | 0.77% | 0.68% | - |
| HSV(B) | 14.88º | 0.53% | 0.93% | - |
| XYZ | 47.13 | 38.33 | 19.95 | - |
| YUV | 166.57 | 96.64 | 177.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 142 | 111 | 0 | 0.40 | 0.53 | 0.07 | 14.88 | 0.77 | 0.68 |
| Hex | EC | 8E | 6F | 0 | 28 | 35 | 7 | F | 4D | 44 |
| Octal | 354 | 216 | 157 | 0 | 50 | 65 | 7 | 17 | 115 | 104 |
| Binary | 11101100 | 10001110 | 1101111 | 0 | 101000 | 110101 | 111 | 1111 | 1001101 | 1000100 |
Color Harmonies of #EC8E6F
Complementary color
Monochromatic Colors of #EC8E6F
Black with #EC8E6F
Text Example
Text Example
White with #EC8E6F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC8E6F; }
p { color: rgb(236,142,111); }
H1.HeaderClassName
{
color: #EC8E6F;
}
.AnyTagClassName
{
color: #EC8E6F;
}
</style>
background-color css
<style>
a { background-color: #EC8E6F; }
a { background-color: rgb(236,142,111); }
div.DivClassName
{
background-color: #EC8E6F;
}
.BgClassName
{
background-color: #EC8E6F;
}
</style>
border-color css
<style>
span { border-color: #EC8E6F; }
span { border-color: rgb(236,142,111); }
td.TdClassName
{
border-color: #EC8E6F;
}
.TagClassName
{
border-color: #EC8E6F;
}
</style>