Shades of Dark Salmon #ECA072
Tints of Dark Salmon #ECA072
RGB
CMYK
RGB Variations
Color information
#ECA072 (or 0xECA072) is known color: Dark Salmon. HEX triplet: EC, A0 and 72. RGB value is (236,160,114). Sum of RGB (Red+Green+Blue) = 236+160+114=510 (67% of max value = 765). Red value is 236 (92.58% from 255 or 46.27% from 510); Green value is 160 (62.89% from 255 or 31.37% from 510); Blue value is 114 (44.92% from 255 or 22.35% from 510); Max value from RGB is 236 - color contains mainly: red. Hex color #ECA072 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #ECA072 is #135F8D. Grayscale: #B1B1B1. Windows color (decimal): -1269646 or 7512300. OLE color: 7512300.
HSL color Cylindrical-coordinate representation of color #ECA072: hue angle of 22.62º degrees, saturation: 0.76, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #ECA072 is Cyan = 0, Magento = 0.32, Yellow = 0.52 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 160 | 114 | - |
| CMYK | 0 | 0.32 | 0.52 | 0.07 |
| HSL | 22.62º | 0.76% | 0.69% | - |
| HSV(B) | 22.62º | 0.52% | 0.93% | - |
| XYZ | 50.2 | 44.19 | 21.8 | - |
| YUV | 177.48 | 92.18 | 169.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 160 | 114 | 0 | 0.32 | 0.52 | 0.07 | 22.62 | 0.76 | 0.69 |
| Hex | EC | A0 | 72 | 0 | 20 | 34 | 7 | 17 | 4C | 45 |
| Octal | 354 | 240 | 162 | 0 | 40 | 64 | 7 | 27 | 114 | 105 |
| Binary | 11101100 | 10100000 | 1110010 | 0 | 100000 | 110100 | 111 | 10111 | 1001100 | 1000101 |
Color Harmonies of #ECA072
Complementary color
Monochromatic Colors of #ECA072
Black with #ECA072
Text Example
Text Example
White with #ECA072
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECA072; }
p { color: rgb(236,160,114); }
H1.HeaderClassName
{
color: #ECA072;
}
.AnyTagClassName
{
color: #ECA072;
}
</style>
background-color css
<style>
a { background-color: #ECA072; }
a { background-color: rgb(236,160,114); }
div.DivClassName
{
background-color: #ECA072;
}
.BgClassName
{
background-color: #ECA072;
}
</style>
border-color css
<style>
span { border-color: #ECA072; }
span { border-color: rgb(236,160,114); }
td.TdClassName
{
border-color: #ECA072;
}
.TagClassName
{
border-color: #ECA072;
}
</style>