Shades of Sundown #ECAAAA
Tints of Sundown #ECAAAA
RGB
CMYK
RGB Variations
Color information
#ECAAAA (or 0xECAAAA) is known color: Sundown. HEX triplet: EC, AA and AA. RGB value is (236,170,170). Sum of RGB (Red+Green+Blue) = 236+170+170=576 (76% of max value = 765). Red value is 236 (92.58% from 255 or 40.97% from 576); Green value is 170 (66.80% from 255 or 29.51% from 576); Blue value is 170 (66.80% from 255 or 29.51% from 576); Max value from RGB is 236 - color contains mainly: red. Hex color #ECAAAA is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #ECAAAA is #135555. Grayscale: #BDBDBD. Windows color (decimal): -1267030 or 11184876. OLE color: 11184876.
HSL color Cylindrical-coordinate representation of color #ECAAAA: hue angle of 0º degrees, saturation: 0.63, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #ECAAAA is Cyan = 0, Magento = 0.28, Yellow = 0.28 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 170 | 170 | - |
| CMYK | 0 | 0.28 | 0.28 | 0.07 |
| HSL | 0º | 0.63% | 0.8% | - |
| HSV(B) | 0º | 0.28% | 0.93% | - |
| XYZ | 56.22 | 49.48 | 44.62 | - |
| YUV | 189.73 | 116.87 | 161 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 170 | 170 | 0 | 0.28 | 0.28 | 0.07 | 0 | 0.63 | 0.8 |
| Hex | EC | AA | AA | 0 | 1C | 1C | 7 | 0 | 3F | 50 |
| Octal | 354 | 252 | 252 | 0 | 34 | 34 | 7 | 0 | 77 | 120 |
| Binary | 11101100 | 10101010 | 10101010 | 0 | 11100 | 11100 | 111 | 0 | 111111 | 1010000 |
Color Harmonies of #ECAAAA
Complementary color
Monochromatic Colors of #ECAAAA
Black with #ECAAAA
Text Example
Text Example
White with #ECAAAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECAAAA; }
p { color: rgb(236,170,170); }
H1.HeaderClassName
{
color: #ECAAAA;
}
.AnyTagClassName
{
color: #ECAAAA;
}
</style>
background-color css
<style>
a { background-color: #ECAAAA; }
a { background-color: rgb(236,170,170); }
div.DivClassName
{
background-color: #ECAAAA;
}
.BgClassName
{
background-color: #ECAAAA;
}
</style>
border-color css
<style>
span { border-color: #ECAAAA; }
span { border-color: rgb(236,170,170); }
td.TdClassName
{
border-color: #ECAAAA;
}
.TagClassName
{
border-color: #ECAAAA;
}
</style>