Shades of Sundown #ECAFAA
Tints of Sundown #ECAFAA
RGB
CMYK
RGB Variations
Color information
#ECAFAA (or 0xECAFAA) is known color: Sundown. HEX triplet: EC, AF and AA. RGB value is (236,175,170). Sum of RGB (Red+Green+Blue) = 236+175+170=581 (76% of max value = 765). Red value is 236 (92.58% from 255 or 40.62% from 581); Green value is 175 (68.75% from 255 or 30.12% from 581); Blue value is 170 (66.80% from 255 or 29.26% from 581); Max value from RGB is 236 - color contains mainly: red. Hex color #ECAFAA is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #ECAFAA is #135055. Grayscale: #C0C0C0. Windows color (decimal): -1265750 or 11186156. OLE color: 11186156.
HSL color Cylindrical-coordinate representation of color #ECAFAA: hue angle of 4.55º 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 #ECAFAA is Cyan = 0, Magento = 0.26, Yellow = 0.28 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 175 | 170 | - |
| CMYK | 0 | 0.26 | 0.28 | 0.07 |
| HSL | 4.55º | 0.63% | 0.8% | - |
| HSV(B) | 4.55º | 0.28% | 0.93% | - |
| XYZ | 57.18 | 51.4 | 44.94 | - |
| YUV | 192.67 | 115.21 | 158.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 175 | 170 | 0 | 0.26 | 0.28 | 0.07 | 4.55 | 0.63 | 0.8 |
| Hex | EC | AF | AA | 0 | 1A | 1C | 7 | 5 | 3F | 50 |
| Octal | 354 | 257 | 252 | 0 | 32 | 34 | 7 | 5 | 77 | 120 |
| Binary | 11101100 | 10101111 | 10101010 | 0 | 11010 | 11100 | 111 | 101 | 111111 | 1010000 |
Color Harmonies of #ECAFAA
Complementary color
Monochromatic Colors of #ECAFAA
Black with #ECAFAA
Text Example
Text Example
White with #ECAFAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECAFAA; }
p { color: rgb(236,175,170); }
H1.HeaderClassName
{
color: #ECAFAA;
}
.AnyTagClassName
{
color: #ECAFAA;
}
</style>
background-color css
<style>
a { background-color: #ECAFAA; }
a { background-color: rgb(236,175,170); }
div.DivClassName
{
background-color: #ECAFAA;
}
.BgClassName
{
background-color: #ECAFAA;
}
</style>
border-color css
<style>
span { border-color: #ECAFAA; }
span { border-color: rgb(236,175,170); }
td.TdClassName
{
border-color: #ECAFAA;
}
.TagClassName
{
border-color: #ECAFAA;
}
</style>