Shades of Sundown #ECAEAA
Tints of Sundown #ECAEAA
RGB
CMYK
RGB Variations
Color information
#ECAEAA (or 0xECAEAA) is known color: Sundown. HEX triplet: EC, AE and AA. RGB value is (236,174,170). Sum of RGB (Red+Green+Blue) = 236+174+170=580 (76% of max value = 765). Red value is 236 (92.58% from 255 or 40.69% from 580); Green value is 174 (68.36% from 255 or 30% from 580); Blue value is 170 (66.80% from 255 or 29.31% from 580); Max value from RGB is 236 - color contains mainly: red. Hex color #ECAEAA is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #ECAEAA is #135155. Grayscale: #C0C0C0. Windows color (decimal): -1266006 or 11185900. OLE color: 11185900.
HSL color Cylindrical-coordinate representation of color #ECAEAA: hue angle of 3.64º 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 #ECAEAA is Cyan = 0, Magento = 0.26, Yellow = 0.28 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 174 | 170 | - |
| CMYK | 0 | 0.26 | 0.28 | 0.07 |
| HSL | 3.64º | 0.63% | 0.8% | - |
| HSV(B) | 3.64º | 0.28% | 0.93% | - |
| XYZ | 56.98 | 51.01 | 44.87 | - |
| YUV | 192.08 | 115.54 | 159.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 174 | 170 | 0 | 0.26 | 0.28 | 0.07 | 3.64 | 0.63 | 0.8 |
| Hex | EC | AE | AA | 0 | 1A | 1C | 7 | 4 | 3F | 50 |
| Octal | 354 | 256 | 252 | 0 | 32 | 34 | 7 | 4 | 77 | 120 |
| Binary | 11101100 | 10101110 | 10101010 | 0 | 11010 | 11100 | 111 | 100 | 111111 | 1010000 |
Color Harmonies of #ECAEAA
Complementary color
Monochromatic Colors of #ECAEAA
Black with #ECAEAA
Text Example
Text Example
White with #ECAEAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECAEAA; }
p { color: rgb(236,174,170); }
H1.HeaderClassName
{
color: #ECAEAA;
}
.AnyTagClassName
{
color: #ECAEAA;
}
</style>
background-color css
<style>
a { background-color: #ECAEAA; }
a { background-color: rgb(236,174,170); }
div.DivClassName
{
background-color: #ECAEAA;
}
.BgClassName
{
background-color: #ECAEAA;
}
</style>
border-color css
<style>
span { border-color: #ECAEAA; }
span { border-color: rgb(236,174,170); }
td.TdClassName
{
border-color: #ECAEAA;
}
.TagClassName
{
border-color: #ECAEAA;
}
</style>