Shades of Pale Chestnut #ECACAE
Tints of Pale Chestnut #ECACAE
RGB
CMYK
RGB Variations
Color information
#ECACAE (or 0xECACAE) is known color: Pale Chestnut. HEX triplet: EC, AC and AE. RGB value is (236,172,174). Sum of RGB (Red+Green+Blue) = 236+172+174=582 (77% of max value = 765). Red value is 236 (92.58% from 255 or 40.55% from 582); Green value is 172 (67.58% from 255 or 29.55% from 582); Blue value is 174 (68.36% from 255 or 29.90% from 582); Max value from RGB is 236 - color contains mainly: red. Hex color #ECACAE is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #ECACAE is #135351. Grayscale: #BFBFBF. Windows color (decimal): -1266514 or 11447532. OLE color: 11447532.
HSL color Cylindrical-coordinate representation of color #ECACAE: hue angle of 358.12º degrees, saturation: 0.63, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #ECACAE is Cyan = 0, Magento = 0.27, Yellow = 0.26 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 172 | 174 | - |
| CMYK | 0 | 0.27 | 0.26 | 0.07 |
| HSL | 358.13º | 0.63% | 0.8% | - |
| HSV(B) | 358.13º | 0.27% | 0.93% | - |
| XYZ | 56.98 | 50.39 | 46.77 | - |
| YUV | 191.36 | 118.2 | 159.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 172 | 174 | 0 | 0.27 | 0.26 | 0.07 | 358.13 | 0.63 | 0.8 |
| Hex | EC | AC | AE | 0 | 1B | 1A | 7 | 166 | 3F | 50 |
| Octal | 354 | 254 | 256 | 0 | 33 | 32 | 7 | 546 | 77 | 120 |
| Binary | 11101100 | 10101100 | 10101110 | 0 | 11011 | 11010 | 111 | 101100110 | 111111 | 1010000 |
Color Harmonies of #ECACAE
Complementary color
Monochromatic Colors of #ECACAE
Black with #ECACAE
Text Example
Text Example
White with #ECACAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECACAE; }
p { color: rgb(236,172,174); }
H1.HeaderClassName
{
color: #ECACAE;
}
.AnyTagClassName
{
color: #ECACAE;
}
</style>
background-color css
<style>
a { background-color: #ECACAE; }
a { background-color: rgb(236,172,174); }
div.DivClassName
{
background-color: #ECACAE;
}
.BgClassName
{
background-color: #ECACAE;
}
</style>
border-color css
<style>
span { border-color: #ECACAE; }
span { border-color: rgb(236,172,174); }
td.TdClassName
{
border-color: #ECACAE;
}
.TagClassName
{
border-color: #ECACAE;
}
</style>