Shades of Pale Chestnut #EAACAF
Tints of Pale Chestnut #EAACAF
RGB
CMYK
RGB Variations
Color information
#EAACAF (or 0xEAACAF) is known color: Pale Chestnut. HEX triplet: EA, AC and AF. RGB value is (234,172,175). Sum of RGB (Red+Green+Blue) = 234+172+175=581 (76% of max value = 765). Red value is 234 (91.80% from 255 or 40.28% from 581); Green value is 172 (67.58% from 255 or 29.60% from 581); Blue value is 175 (68.75% from 255 or 30.12% from 581); Max value from RGB is 234 - color contains mainly: red. Hex color #EAACAF is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EAACAF is #155350. Grayscale: #BEBEBE. Windows color (decimal): -1397585 or 11513066. OLE color: 11513066.
HSL color Cylindrical-coordinate representation of color #EAACAF: hue angle of 357.1º degrees, saturation: 0.6, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #EAACAF is Cyan = 0, Magento = 0.26, Yellow = 0.25 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 172 | 175 | - |
| CMYK | 0 | 0.26 | 0.25 | 0.08 |
| HSL | 357.1º | 0.6% | 0.8% | - |
| HSV(B) | 357.1º | 0.26% | 0.92% | - |
| XYZ | 56.42 | 50.09 | 47.25 | - |
| YUV | 190.88 | 119.04 | 158.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 172 | 175 | 0 | 0.26 | 0.25 | 0.08 | 357.1 | 0.6 | 0.8 |
| Hex | EA | AC | AF | 0 | 1A | 19 | 8 | 165 | 3C | 50 |
| Octal | 352 | 254 | 257 | 0 | 32 | 31 | 10 | 545 | 74 | 120 |
| Binary | 11101010 | 10101100 | 10101111 | 0 | 11010 | 11001 | 1000 | 101100101 | 111100 | 1010000 |
Color Harmonies of #EAACAF
Complementary color
Monochromatic Colors of #EAACAF
Black with #EAACAF
Text Example
Text Example
White with #EAACAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAACAF; }
p { color: rgb(234,172,175); }
H1.HeaderClassName
{
color: #EAACAF;
}
.AnyTagClassName
{
color: #EAACAF;
}
</style>
background-color css
<style>
a { background-color: #EAACAF; }
a { background-color: rgb(234,172,175); }
div.DivClassName
{
background-color: #EAACAF;
}
.BgClassName
{
background-color: #EAACAF;
}
</style>
border-color css
<style>
span { border-color: #EAACAF; }
span { border-color: rgb(234,172,175); }
td.TdClassName
{
border-color: #EAACAF;
}
.TagClassName
{
border-color: #EAACAF;
}
</style>