Shades of Dark Salmon #ECA073
Tints of Dark Salmon #ECA073
RGB
CMYK
RGB Variations
Color information
#ECA073 (or 0xECA073) is known color: Dark Salmon. HEX triplet: EC, A0 and 73. RGB value is (236,160,115). Sum of RGB (Red+Green+Blue) = 236+160+115=511 (67% of max value = 765). Red value is 236 (92.58% from 255 or 46.18% from 511); Green value is 160 (62.89% from 255 or 31.31% from 511); Blue value is 115 (45.31% from 255 or 22.50% from 511); Max value from RGB is 236 - color contains mainly: red. Hex color #ECA073 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #ECA073 is #135F8C. Grayscale: #B1B1B1. Windows color (decimal): -1269645 or 7577836. OLE color: 7577836.
HSL color Cylindrical-coordinate representation of color #ECA073: hue angle of 22.31º 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 #ECA073 is Cyan = 0, Magento = 0.32, Yellow = 0.51 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 160 | 115 | - |
| CMYK | 0 | 0.32 | 0.51 | 0.07 |
| HSL | 22.31º | 0.76% | 0.69% | - |
| HSV(B) | 22.31º | 0.51% | 0.93% | - |
| XYZ | 50.26 | 44.21 | 22.1 | - |
| YUV | 177.59 | 92.68 | 169.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 160 | 115 | 0 | 0.32 | 0.51 | 0.07 | 22.31 | 0.76 | 0.69 |
| Hex | EC | A0 | 73 | 0 | 20 | 33 | 7 | 16 | 4C | 45 |
| Octal | 354 | 240 | 163 | 0 | 40 | 63 | 7 | 26 | 114 | 105 |
| Binary | 11101100 | 10100000 | 1110011 | 0 | 100000 | 110011 | 111 | 10110 | 1001100 | 1000101 |
Color Harmonies of #ECA073
Complementary color
Monochromatic Colors of #ECA073
Black with #ECA073
Text Example
Text Example
White with #ECA073
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECA073; }
p { color: rgb(236,160,115); }
H1.HeaderClassName
{
color: #ECA073;
}
.AnyTagClassName
{
color: #ECA073;
}
</style>
background-color css
<style>
a { background-color: #ECA073; }
a { background-color: rgb(236,160,115); }
div.DivClassName
{
background-color: #ECA073;
}
.BgClassName
{
background-color: #ECA073;
}
</style>
border-color css
<style>
span { border-color: #ECA073; }
span { border-color: rgb(236,160,115); }
td.TdClassName
{
border-color: #ECA073;
}
.TagClassName
{
border-color: #ECA073;
}
</style>