Shades of Dark Salmon #EC8B76
Tints of Dark Salmon #EC8B76
RGB
CMYK
RGB Variations
Color information
#EC8B76 (or 0xEC8B76) is known color: Dark Salmon. HEX triplet: EC, 8B and 76. RGB value is (236,139,118). Sum of RGB (Red+Green+Blue) = 236+139+118=493 (65% of max value = 765). Red value is 236 (92.58% from 255 or 47.87% from 493); Green value is 139 (54.69% from 255 or 28.19% from 493); Blue value is 118 (46.48% from 255 or 23.94% from 493); Max value from RGB is 236 - color contains mainly: red. Hex color #EC8B76 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EC8B76 is #137489. Grayscale: #A5A5A5. Windows color (decimal): -1275018 or 7769068. OLE color: 7769068.
HSL color Cylindrical-coordinate representation of color #EC8B76: hue angle of 10.68º degrees, saturation: 0.76, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #EC8B76 is Cyan = 0, Magento = 0.41, Yellow = 0.5 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 139 | 118 | - |
| CMYK | 0 | 0.41 | 0.5 | 0.07 |
| HSL | 10.68º | 0.76% | 0.69% | - |
| HSV(B) | 10.68º | 0.5% | 0.93% | - |
| XYZ | 47.09 | 37.61 | 21.92 | - |
| YUV | 165.61 | 101.14 | 178.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 139 | 118 | 0 | 0.41 | 0.5 | 0.07 | 10.68 | 0.76 | 0.69 |
| Hex | EC | 8B | 76 | 0 | 29 | 32 | 7 | B | 4C | 45 |
| Octal | 354 | 213 | 166 | 0 | 51 | 62 | 7 | 13 | 114 | 105 |
| Binary | 11101100 | 10001011 | 1110110 | 0 | 101001 | 110010 | 111 | 1011 | 1001100 | 1000101 |
Color Harmonies of #EC8B76
Complementary color
Monochromatic Colors of #EC8B76
Black with #EC8B76
Text Example
Text Example
White with #EC8B76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC8B76; }
p { color: rgb(236,139,118); }
H1.HeaderClassName
{
color: #EC8B76;
}
.AnyTagClassName
{
color: #EC8B76;
}
</style>
background-color css
<style>
a { background-color: #EC8B76; }
a { background-color: rgb(236,139,118); }
div.DivClassName
{
background-color: #EC8B76;
}
.BgClassName
{
background-color: #EC8B76;
}
</style>
border-color css
<style>
span { border-color: #EC8B76; }
span { border-color: rgb(236,139,118); }
td.TdClassName
{
border-color: #EC8B76;
}
.TagClassName
{
border-color: #EC8B76;
}
</style>