Shades of Sundown #ECA8A8
Tints of Sundown #ECA8A8
RGB
CMYK
RGB Variations
Color information
#ECA8A8 (or 0xECA8A8) is known color: Sundown. HEX triplet: EC, A8 and A8. RGB value is (236,168,168). Sum of RGB (Red+Green+Blue) = 236+168+168=572 (75% of max value = 765). Red value is 236 (92.58% from 255 or 41.26% from 572); Green value is 168 (66.02% from 255 or 29.37% from 572); Blue value is 168 (66.02% from 255 or 29.37% from 572); Max value from RGB is 236 - color contains mainly: red. Hex color #ECA8A8 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #ECA8A8 is #135757. Grayscale: #BCBCBC. Windows color (decimal): -1267544 or 11053292. OLE color: 11053292.
HSL color Cylindrical-coordinate representation of color #ECA8A8: hue angle of 0º degrees, saturation: 0.64, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #ECA8A8 is Cyan = 0, Magento = 0.29, Yellow = 0.29 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 168 | 168 | - |
| CMYK | 0 | 0.29 | 0.29 | 0.07 |
| HSL | 0º | 0.64% | 0.79% | - |
| HSV(B) | 0º | 0.29% | 0.93% | - |
| XYZ | 55.66 | 48.67 | 43.51 | - |
| YUV | 188.33 | 116.53 | 162 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 168 | 168 | 0 | 0.29 | 0.29 | 0.07 | 0 | 0.64 | 0.79 |
| Hex | EC | A8 | A8 | 0 | 1D | 1D | 7 | 0 | 40 | 4F |
| Octal | 354 | 250 | 250 | 0 | 35 | 35 | 7 | 0 | 100 | 117 |
| Binary | 11101100 | 10101000 | 10101000 | 0 | 11101 | 11101 | 111 | 0 | 1000000 | 1001111 |
Color Harmonies of #ECA8A8
Complementary color
Monochromatic Colors of #ECA8A8
Black with #ECA8A8
Text Example
Text Example
White with #ECA8A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECA8A8; }
p { color: rgb(236,168,168); }
H1.HeaderClassName
{
color: #ECA8A8;
}
.AnyTagClassName
{
color: #ECA8A8;
}
</style>
background-color css
<style>
a { background-color: #ECA8A8; }
a { background-color: rgb(236,168,168); }
div.DivClassName
{
background-color: #ECA8A8;
}
.BgClassName
{
background-color: #ECA8A8;
}
</style>
border-color css
<style>
span { border-color: #ECA8A8; }
span { border-color: rgb(236,168,168); }
td.TdClassName
{
border-color: #ECA8A8;
}
.TagClassName
{
border-color: #ECA8A8;
}
</style>