Shades of Sundown #ECA6A2
Tints of Sundown #ECA6A2
RGB
CMYK
RGB Variations
Color information
#ECA6A2 (or 0xECA6A2) is known color: Sundown. HEX triplet: EC, A6 and A2. RGB value is (236,166,162). Sum of RGB (Red+Green+Blue) = 236+166+162=564 (74% of max value = 765). Red value is 236 (92.58% from 255 or 41.84% from 564); Green value is 166 (65.23% from 255 or 29.43% from 564); Blue value is 162 (63.67% from 255 or 28.72% from 564); Max value from RGB is 236 - color contains mainly: red. Hex color #ECA6A2 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #ECA6A2 is #13595D. Grayscale: #BABABA. Windows color (decimal): -1268062 or 10659564. OLE color: 10659564.
HSL color Cylindrical-coordinate representation of color #ECA6A2: hue angle of 3.24º degrees, saturation: 0.66, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #ECA6A2 is Cyan = 0, Magento = 0.30, Yellow = 0.31 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 166 | 162 | - |
| CMYK | 0 | 0.30 | 0.31 | 0.07 |
| HSL | 3.24º | 0.66% | 0.78% | - |
| HSV(B) | 3.24º | 0.31% | 0.93% | - |
| XYZ | 54.75 | 47.71 | 40.51 | - |
| YUV | 186.47 | 114.19 | 163.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 166 | 162 | 0 | 0.30 | 0.31 | 0.07 | 3.24 | 0.66 | 0.78 |
| Hex | EC | A6 | A2 | 0 | 1E | 1F | 7 | 3 | 42 | 4E |
| Octal | 354 | 246 | 242 | 0 | 36 | 37 | 7 | 3 | 102 | 116 |
| Binary | 11101100 | 10100110 | 10100010 | 0 | 11110 | 11111 | 111 | 11 | 1000010 | 1001110 |
Color Harmonies of #ECA6A2
Complementary color
Monochromatic Colors of #ECA6A2
Black with #ECA6A2
Text Example
Text Example
White with #ECA6A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECA6A2; }
p { color: rgb(236,166,162); }
H1.HeaderClassName
{
color: #ECA6A2;
}
.AnyTagClassName
{
color: #ECA6A2;
}
</style>
background-color css
<style>
a { background-color: #ECA6A2; }
a { background-color: rgb(236,166,162); }
div.DivClassName
{
background-color: #ECA6A2;
}
.BgClassName
{
background-color: #ECA6A2;
}
</style>
border-color css
<style>
span { border-color: #ECA6A2; }
span { border-color: rgb(236,166,162); }
td.TdClassName
{
border-color: #ECA6A2;
}
.TagClassName
{
border-color: #ECA6A2;
}
</style>