Shades of Dark Salmon #ECA173
Tints of Dark Salmon #ECA173
RGB
CMYK
RGB Variations
Color information
#ECA173 (or 0xECA173) is known color: Dark Salmon. HEX triplet: EC, A1 and 73. RGB value is (236,161,115). Sum of RGB (Red+Green+Blue) = 236+161+115=512 (67% of max value = 765). Red value is 236 (92.58% from 255 or 46.09% from 512); Green value is 161 (63.28% from 255 or 31.45% from 512); Blue value is 115 (45.31% from 255 or 22.46% from 512); Max value from RGB is 236 - color contains mainly: red. Hex color #ECA173 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #ECA173 is #135E8C. Grayscale: #B2B2B2. Windows color (decimal): -1269389 or 7578092. OLE color: 7578092.
HSL color Cylindrical-coordinate representation of color #ECA173: hue angle of 22.81º degrees, saturation: 0.76, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #ECA173 is Cyan = 0, Magento = 0.32, Yellow = 0.51 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 161 | 115 | - |
| CMYK | 0 | 0.32 | 0.51 | 0.07 |
| HSL | 22.81º | 0.76% | 0.69% | - |
| HSV(B) | 22.81º | 0.51% | 0.93% | - |
| XYZ | 50.43 | 44.56 | 22.16 | - |
| YUV | 178.18 | 92.35 | 169.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 161 | 115 | 0 | 0.32 | 0.51 | 0.07 | 22.81 | 0.76 | 0.69 |
| Hex | EC | A1 | 73 | 0 | 20 | 33 | 7 | 17 | 4C | 45 |
| Octal | 354 | 241 | 163 | 0 | 40 | 63 | 7 | 27 | 114 | 105 |
| Binary | 11101100 | 10100001 | 1110011 | 0 | 100000 | 110011 | 111 | 10111 | 1001100 | 1000101 |
Color Harmonies of #ECA173
Complementary color
Monochromatic Colors of #ECA173
Black with #ECA173
Text Example
Text Example
White with #ECA173
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECA173; }
p { color: rgb(236,161,115); }
H1.HeaderClassName
{
color: #ECA173;
}
.AnyTagClassName
{
color: #ECA173;
}
</style>
background-color css
<style>
a { background-color: #ECA173; }
a { background-color: rgb(236,161,115); }
div.DivClassName
{
background-color: #ECA173;
}
.BgClassName
{
background-color: #ECA173;
}
</style>
border-color css
<style>
span { border-color: #ECA173; }
span { border-color: rgb(236,161,115); }
td.TdClassName
{
border-color: #ECA173;
}
.TagClassName
{
border-color: #ECA173;
}
</style>