Shades of Dark Salmon #EC8B7C
Tints of Dark Salmon #EC8B7C
RGB
CMYK
RGB Variations
Color information
#EC8B7C (or 0xEC8B7C) is known color: Dark Salmon. HEX triplet: EC, 8B and 7C. RGB value is (236,139,124). Sum of RGB (Red+Green+Blue) = 236+139+124=499 (66% of max value = 765). Red value is 236 (92.58% from 255 or 47.29% from 499); Green value is 139 (54.69% from 255 or 27.86% from 499); Blue value is 124 (48.83% from 255 or 24.85% from 499); Max value from RGB is 236 - color contains mainly: red. Hex color #EC8B7C is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EC8B7C is #137483. Grayscale: #A6A6A6. Windows color (decimal): -1275012 or 8162284. OLE color: 8162284.
HSL color Cylindrical-coordinate representation of color #EC8B7C: hue angle of 8.04º 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 #EC8B7C is Cyan = 0, Magento = 0.41, Yellow = 0.47 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 139 | 124 | - |
| CMYK | 0 | 0.41 | 0.47 | 0.07 |
| HSL | 8.04º | 0.75% | 0.71% | - |
| HSV(B) | 8.04º | 0.47% | 0.93% | - |
| XYZ | 47.46 | 37.75 | 23.85 | - |
| YUV | 166.29 | 104.14 | 177.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 139 | 124 | 0 | 0.41 | 0.47 | 0.07 | 8.04 | 0.75 | 0.71 |
| Hex | EC | 8B | 7C | 0 | 29 | 2F | 7 | 8 | 4B | 47 |
| Octal | 354 | 213 | 174 | 0 | 51 | 57 | 7 | 10 | 113 | 107 |
| Binary | 11101100 | 10001011 | 1111100 | 0 | 101001 | 101111 | 111 | 1000 | 1001011 | 1000111 |
Color Harmonies of #EC8B7C
Complementary color
Monochromatic Colors of #EC8B7C
Black with #EC8B7C
Text Example
Text Example
White with #EC8B7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC8B7C; }
p { color: rgb(236,139,124); }
H1.HeaderClassName
{
color: #EC8B7C;
}
.AnyTagClassName
{
color: #EC8B7C;
}
</style>
background-color css
<style>
a { background-color: #EC8B7C; }
a { background-color: rgb(236,139,124); }
div.DivClassName
{
background-color: #EC8B7C;
}
.BgClassName
{
background-color: #EC8B7C;
}
</style>
border-color css
<style>
span { border-color: #EC8B7C; }
span { border-color: rgb(236,139,124); }
td.TdClassName
{
border-color: #EC8B7C;
}
.TagClassName
{
border-color: #EC8B7C;
}
</style>