Shades of Dark Salmon #ECA176
Tints of Dark Salmon #ECA176
RGB
CMYK
RGB Variations
Color information
#ECA176 (or 0xECA176) is known color: Dark Salmon. HEX triplet: EC, A1 and 76. RGB value is (236,161,118). Sum of RGB (Red+Green+Blue) = 236+161+118=515 (68% of max value = 765). Red value is 236 (92.58% from 255 or 45.83% from 515); Green value is 161 (63.28% from 255 or 31.26% from 515); Blue value is 118 (46.48% from 255 or 22.91% from 515); Max value from RGB is 236 - color contains mainly: red. Hex color #ECA176 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #ECA176 is #135E89. Grayscale: #B2B2B2. Windows color (decimal): -1269386 or 7774700. OLE color: 7774700.
HSL color Cylindrical-coordinate representation of color #ECA176: hue angle of 21.86º 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 #ECA176 is Cyan = 0, Magento = 0.32, Yellow = 0.5 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 161 | 118 | - |
| CMYK | 0 | 0.32 | 0.5 | 0.07 |
| HSL | 21.86º | 0.76% | 0.69% | - |
| HSV(B) | 21.86º | 0.5% | 0.93% | - |
| XYZ | 50.61 | 44.63 | 23.09 | - |
| YUV | 178.52 | 93.85 | 169 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 161 | 118 | 0 | 0.32 | 0.5 | 0.07 | 21.86 | 0.76 | 0.69 |
| Hex | EC | A1 | 76 | 0 | 20 | 32 | 7 | 16 | 4C | 45 |
| Octal | 354 | 241 | 166 | 0 | 40 | 62 | 7 | 26 | 114 | 105 |
| Binary | 11101100 | 10100001 | 1110110 | 0 | 100000 | 110010 | 111 | 10110 | 1001100 | 1000101 |
Color Harmonies of #ECA176
Complementary color
Monochromatic Colors of #ECA176
Black with #ECA176
Text Example
Text Example
White with #ECA176
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECA176; }
p { color: rgb(236,161,118); }
H1.HeaderClassName
{
color: #ECA176;
}
.AnyTagClassName
{
color: #ECA176;
}
</style>
background-color css
<style>
a { background-color: #ECA176; }
a { background-color: rgb(236,161,118); }
div.DivClassName
{
background-color: #ECA176;
}
.BgClassName
{
background-color: #ECA176;
}
</style>
border-color css
<style>
span { border-color: #ECA176; }
span { border-color: rgb(236,161,118); }
td.TdClassName
{
border-color: #ECA176;
}
.TagClassName
{
border-color: #ECA176;
}
</style>