Shades of Sundown #ECA5A1
Tints of Sundown #ECA5A1
RGB
CMYK
RGB Variations
Color information
#ECA5A1 (or 0xECA5A1) is known color: Sundown. HEX triplet: EC, A5 and A1. RGB value is (236,165,161). Sum of RGB (Red+Green+Blue) = 236+165+161=562 (74% of max value = 765). Red value is 236 (92.58% from 255 or 41.99% from 562); Green value is 165 (64.84% from 255 or 29.36% from 562); Blue value is 161 (63.28% from 255 or 28.65% from 562); Max value from RGB is 236 - color contains mainly: red. Hex color #ECA5A1 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #ECA5A1 is #135A5E. Grayscale: #B9B9B9. Windows color (decimal): -1268319 or 10593772. OLE color: 10593772.
HSL color Cylindrical-coordinate representation of color #ECA5A1: hue angle of 3.2º degrees, saturation: 0.66, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #ECA5A1 is Cyan = 0, Magento = 0.30, Yellow = 0.32 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 165 | 161 | - |
| CMYK | 0 | 0.30 | 0.32 | 0.07 |
| HSL | 3.2º | 0.66% | 0.78% | - |
| HSV(B) | 3.2º | 0.32% | 0.93% | - |
| XYZ | 54.48 | 47.32 | 39.98 | - |
| YUV | 185.77 | 114.02 | 163.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 165 | 161 | 0 | 0.30 | 0.32 | 0.07 | 3.2 | 0.66 | 0.78 |
| Hex | EC | A5 | A1 | 0 | 1E | 20 | 7 | 3 | 42 | 4E |
| Octal | 354 | 245 | 241 | 0 | 36 | 40 | 7 | 3 | 102 | 116 |
| Binary | 11101100 | 10100101 | 10100001 | 0 | 11110 | 100000 | 111 | 11 | 1000010 | 1001110 |
Color Harmonies of #ECA5A1
Complementary color
Monochromatic Colors of #ECA5A1
Black with #ECA5A1
Text Example
Text Example
White with #ECA5A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECA5A1; }
p { color: rgb(236,165,161); }
H1.HeaderClassName
{
color: #ECA5A1;
}
.AnyTagClassName
{
color: #ECA5A1;
}
</style>
background-color css
<style>
a { background-color: #ECA5A1; }
a { background-color: rgb(236,165,161); }
div.DivClassName
{
background-color: #ECA5A1;
}
.BgClassName
{
background-color: #ECA5A1;
}
</style>
border-color css
<style>
span { border-color: #ECA5A1; }
span { border-color: rgb(236,165,161); }
td.TdClassName
{
border-color: #ECA5A1;
}
.TagClassName
{
border-color: #ECA5A1;
}
</style>