Shades of Dark Salmon #ECA074
Tints of Dark Salmon #ECA074
RGB
CMYK
RGB Variations
Color information
#ECA074 (or 0xECA074) is known color: Dark Salmon. HEX triplet: EC, A0 and 74. RGB value is (236,160,116). Sum of RGB (Red+Green+Blue) = 236+160+116=512 (67% of max value = 765). Red value is 236 (92.58% from 255 or 46.09% from 512); Green value is 160 (62.89% from 255 or 31.25% from 512); Blue value is 116 (45.70% from 255 or 22.66% from 512); Max value from RGB is 236 - color contains mainly: red. Hex color #ECA074 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #ECA074 is #135F8B. Grayscale: #B1B1B1. Windows color (decimal): -1269644 or 7643372. OLE color: 7643372.
HSL color Cylindrical-coordinate representation of color #ECA074: hue angle of 22º 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 #ECA074 is Cyan = 0, Magento = 0.32, Yellow = 0.51 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 160 | 116 | - |
| CMYK | 0 | 0.32 | 0.51 | 0.07 |
| HSL | 22º | 0.76% | 0.69% | - |
| HSV(B) | 22º | 0.51% | 0.93% | - |
| XYZ | 50.32 | 44.24 | 22.41 | - |
| YUV | 177.71 | 93.18 | 169.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 160 | 116 | 0 | 0.32 | 0.51 | 0.07 | 22 | 0.76 | 0.69 |
| Hex | EC | A0 | 74 | 0 | 20 | 33 | 7 | 16 | 4C | 45 |
| Octal | 354 | 240 | 164 | 0 | 40 | 63 | 7 | 26 | 114 | 105 |
| Binary | 11101100 | 10100000 | 1110100 | 0 | 100000 | 110011 | 111 | 10110 | 1001100 | 1000101 |
Color Harmonies of #ECA074
Complementary color
Monochromatic Colors of #ECA074
Black with #ECA074
Text Example
Text Example
White with #ECA074
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECA074; }
p { color: rgb(236,160,116); }
H1.HeaderClassName
{
color: #ECA074;
}
.AnyTagClassName
{
color: #ECA074;
}
</style>
background-color css
<style>
a { background-color: #ECA074; }
a { background-color: rgb(236,160,116); }
div.DivClassName
{
background-color: #ECA074;
}
.BgClassName
{
background-color: #ECA074;
}
</style>
border-color css
<style>
span { border-color: #ECA074; }
span { border-color: rgb(236,160,116); }
td.TdClassName
{
border-color: #ECA074;
}
.TagClassName
{
border-color: #ECA074;
}
</style>