Shades of Pale Chestnut #ECABAE
Tints of Pale Chestnut #ECABAE
RGB
CMYK
RGB Variations
Color information
#ECABAE (or 0xECABAE) is known color: Pale Chestnut. HEX triplet: EC, AB and AE. RGB value is (236,171,174). Sum of RGB (Red+Green+Blue) = 236+171+174=581 (76% of max value = 765). Red value is 236 (92.58% from 255 or 40.62% from 581); Green value is 171 (67.19% from 255 or 29.43% from 581); Blue value is 174 (68.36% from 255 or 29.95% from 581); Max value from RGB is 236 - color contains mainly: red. Hex color #ECABAE is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #ECABAE is #135451. Grayscale: #BEBEBE. Windows color (decimal): -1266770 or 11447276. OLE color: 11447276.
HSL color Cylindrical-coordinate representation of color #ECABAE: hue angle of 357.23º 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 #ECABAE is Cyan = 0, Magento = 0.28, Yellow = 0.26 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 171 | 174 | - |
| CMYK | 0 | 0.28 | 0.26 | 0.07 |
| HSL | 357.23º | 0.63% | 0.8% | - |
| HSV(B) | 357.23º | 0.28% | 0.93% | - |
| XYZ | 56.79 | 50.01 | 46.7 | - |
| YUV | 190.78 | 118.53 | 160.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 171 | 174 | 0 | 0.28 | 0.26 | 0.07 | 357.23 | 0.63 | 0.8 |
| Hex | EC | AB | AE | 0 | 1C | 1A | 7 | 165 | 3F | 50 |
| Octal | 354 | 253 | 256 | 0 | 34 | 32 | 7 | 545 | 77 | 120 |
| Binary | 11101100 | 10101011 | 10101110 | 0 | 11100 | 11010 | 111 | 101100101 | 111111 | 1010000 |
Color Harmonies of #ECABAE
Complementary color
Monochromatic Colors of #ECABAE
Black with #ECABAE
Text Example
Text Example
White with #ECABAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECABAE; }
p { color: rgb(236,171,174); }
H1.HeaderClassName
{
color: #ECABAE;
}
.AnyTagClassName
{
color: #ECABAE;
}
</style>
background-color css
<style>
a { background-color: #ECABAE; }
a { background-color: rgb(236,171,174); }
div.DivClassName
{
background-color: #ECABAE;
}
.BgClassName
{
background-color: #ECABAE;
}
</style>
border-color css
<style>
span { border-color: #ECABAE; }
span { border-color: rgb(236,171,174); }
td.TdClassName
{
border-color: #ECABAE;
}
.TagClassName
{
border-color: #ECABAE;
}
</style>