Shades of Dark Salmon #EC8977
Tints of Dark Salmon #EC8977
RGB
CMYK
RGB Variations
Color information
#EC8977 (or 0xEC8977) is known color: Dark Salmon. HEX triplet: EC, 89 and 77. RGB value is (236,137,119). Sum of RGB (Red+Green+Blue) = 236+137+119=492 (65% of max value = 765). Red value is 236 (92.58% from 255 or 47.97% from 492); Green value is 137 (53.91% from 255 or 27.85% from 492); Blue value is 119 (46.88% from 255 or 24.19% from 492); Max value from RGB is 236 - color contains mainly: red. Hex color #EC8977 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EC8977 is #137688. Grayscale: #A4A4A4. Windows color (decimal): -1275529 or 7834092. OLE color: 7834092.
HSL color Cylindrical-coordinate representation of color #EC8977: hue angle of 9.23º degrees, saturation: 0.75, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #EC8977 is Cyan = 0, Magento = 0.42, Yellow = 0.50 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 137 | 119 | - |
| CMYK | 0 | 0.42 | 0.50 | 0.07 |
| HSL | 9.23º | 0.75% | 0.7% | - |
| HSV(B) | 9.23º | 0.5% | 0.93% | - |
| XYZ | 46.87 | 37.06 | 22.14 | - |
| YUV | 164.55 | 102.3 | 178.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 137 | 119 | 0 | 0.42 | 0.50 | 0.07 | 9.23 | 0.75 | 0.7 |
| Hex | EC | 89 | 77 | 0 | 2A | 32 | 7 | 9 | 4B | 46 |
| Octal | 354 | 211 | 167 | 0 | 52 | 62 | 7 | 11 | 113 | 106 |
| Binary | 11101100 | 10001001 | 1110111 | 0 | 101010 | 110010 | 111 | 1001 | 1001011 | 1000110 |
Color Harmonies of #EC8977
Complementary color
Monochromatic Colors of #EC8977
Black with #EC8977
Text Example
Text Example
White with #EC8977
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC8977; }
p { color: rgb(236,137,119); }
H1.HeaderClassName
{
color: #EC8977;
}
.AnyTagClassName
{
color: #EC8977;
}
</style>
background-color css
<style>
a { background-color: #EC8977; }
a { background-color: rgb(236,137,119); }
div.DivClassName
{
background-color: #EC8977;
}
.BgClassName
{
background-color: #EC8977;
}
</style>
border-color css
<style>
span { border-color: #EC8977; }
span { border-color: rgb(236,137,119); }
td.TdClassName
{
border-color: #EC8977;
}
.TagClassName
{
border-color: #EC8977;
}
</style>