Shades of Sundown #ECADAA
Tints of Sundown #ECADAA
RGB
CMYK
RGB Variations
Color information
#ECADAA (or 0xECADAA) is known color: Sundown. HEX triplet: EC, AD and AA. RGB value is (236,173,170). Sum of RGB (Red+Green+Blue) = 236+173+170=579 (76% of max value = 765). Red value is 236 (92.58% from 255 or 40.76% from 579); Green value is 173 (67.97% from 255 or 29.88% from 579); Blue value is 170 (66.80% from 255 or 29.36% from 579); Max value from RGB is 236 - color contains mainly: red. Hex color #ECADAA is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #ECADAA is #135255. Grayscale: #BFBFBF. Windows color (decimal): -1266262 or 11185644. OLE color: 11185644.
HSL color Cylindrical-coordinate representation of color #ECADAA: hue angle of 2.73º 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 #ECADAA is Cyan = 0, Magento = 0.27, Yellow = 0.28 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 173 | 170 | - |
| CMYK | 0 | 0.27 | 0.28 | 0.07 |
| HSL | 2.73º | 0.63% | 0.8% | - |
| HSV(B) | 2.73º | 0.28% | 0.93% | - |
| XYZ | 56.79 | 50.62 | 44.81 | - |
| YUV | 191.5 | 115.87 | 159.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 173 | 170 | 0 | 0.27 | 0.28 | 0.07 | 2.73 | 0.63 | 0.8 |
| Hex | EC | AD | AA | 0 | 1B | 1C | 7 | 3 | 3F | 50 |
| Octal | 354 | 255 | 252 | 0 | 33 | 34 | 7 | 3 | 77 | 120 |
| Binary | 11101100 | 10101101 | 10101010 | 0 | 11011 | 11100 | 111 | 11 | 111111 | 1010000 |
Color Harmonies of #ECADAA
Complementary color
Monochromatic Colors of #ECADAA
Black with #ECADAA
Text Example
Text Example
White with #ECADAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECADAA; }
p { color: rgb(236,173,170); }
H1.HeaderClassName
{
color: #ECADAA;
}
.AnyTagClassName
{
color: #ECADAA;
}
</style>
background-color css
<style>
a { background-color: #ECADAA; }
a { background-color: rgb(236,173,170); }
div.DivClassName
{
background-color: #ECADAA;
}
.BgClassName
{
background-color: #ECADAA;
}
</style>
border-color css
<style>
span { border-color: #ECADAA; }
span { border-color: rgb(236,173,170); }
td.TdClassName
{
border-color: #ECADAA;
}
.TagClassName
{
border-color: #ECADAA;
}
</style>