Shades of Dark Salmon #EC8F7C
Tints of Dark Salmon #EC8F7C
RGB
CMYK
RGB Variations
Color information
#EC8F7C (or 0xEC8F7C) is known color: Dark Salmon. HEX triplet: EC, 8F and 7C. RGB value is (236,143,124). Sum of RGB (Red+Green+Blue) = 236+143+124=503 (66% of max value = 765). Red value is 236 (92.58% from 255 or 46.92% from 503); Green value is 143 (56.25% from 255 or 28.43% from 503); Blue value is 124 (48.83% from 255 or 24.65% from 503); Max value from RGB is 236 - color contains mainly: red. Hex color #EC8F7C is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EC8F7C is #137083. Grayscale: #A8A8A8. Windows color (decimal): -1273988 or 8163308. OLE color: 8163308.
HSL color Cylindrical-coordinate representation of color #EC8F7C: hue angle of 10.18º degrees, saturation: 0.75, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #EC8F7C is Cyan = 0, Magento = 0.39, Yellow = 0.47 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 143 | 124 | - |
| CMYK | 0 | 0.39 | 0.47 | 0.07 |
| HSL | 10.18º | 0.75% | 0.71% | - |
| HSV(B) | 10.18º | 0.47% | 0.93% | - |
| XYZ | 48.05 | 38.93 | 24.05 | - |
| YUV | 168.64 | 102.81 | 176.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 143 | 124 | 0 | 0.39 | 0.47 | 0.07 | 10.18 | 0.75 | 0.71 |
| Hex | EC | 8F | 7C | 0 | 27 | 2F | 7 | A | 4B | 47 |
| Octal | 354 | 217 | 174 | 0 | 47 | 57 | 7 | 12 | 113 | 107 |
| Binary | 11101100 | 10001111 | 1111100 | 0 | 100111 | 101111 | 111 | 1010 | 1001011 | 1000111 |
Color Harmonies of #EC8F7C
Complementary color
Monochromatic Colors of #EC8F7C
Black with #EC8F7C
Text Example
Text Example
White with #EC8F7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC8F7C; }
p { color: rgb(236,143,124); }
H1.HeaderClassName
{
color: #EC8F7C;
}
.AnyTagClassName
{
color: #EC8F7C;
}
</style>
background-color css
<style>
a { background-color: #EC8F7C; }
a { background-color: rgb(236,143,124); }
div.DivClassName
{
background-color: #EC8F7C;
}
.BgClassName
{
background-color: #EC8F7C;
}
</style>
border-color css
<style>
span { border-color: #EC8F7C; }
span { border-color: rgb(236,143,124); }
td.TdClassName
{
border-color: #EC8F7C;
}
.TagClassName
{
border-color: #EC8F7C;
}
</style>