Shades of Pale Chestnut #EEACAF
Tints of Pale Chestnut #EEACAF
RGB
CMYK
RGB Variations
Color information
#EEACAF (or 0xEEACAF) is known color: Pale Chestnut. HEX triplet: EE, AC and AF. RGB value is (238,172,175). Sum of RGB (Red+Green+Blue) = 238+172+175=585 (77% of max value = 765). Red value is 238 (93.36% from 255 or 40.68% from 585); Green value is 172 (67.58% from 255 or 29.40% from 585); Blue value is 175 (68.75% from 255 or 29.91% from 585); Max value from RGB is 238 - color contains mainly: red. Hex color #EEACAF is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EEACAF is #115350. Grayscale: #C0C0C0. Windows color (decimal): -1135441 or 11513070. OLE color: 11513070.
HSL color Cylindrical-coordinate representation of color #EEACAF: hue angle of 357.27º degrees, saturation: 0.66, 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 #EEACAF is Cyan = 0, Magento = 0.28, Yellow = 0.26 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 172 | 175 | - |
| CMYK | 0 | 0.28 | 0.26 | 0.07 |
| HSL | 357.27º | 0.66% | 0.8% | - |
| HSV(B) | 357.27º | 0.28% | 0.93% | - |
| XYZ | 57.75 | 50.78 | 47.31 | - |
| YUV | 192.08 | 118.37 | 160.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 172 | 175 | 0 | 0.28 | 0.26 | 0.07 | 357.27 | 0.66 | 0.8 |
| Hex | EE | AC | AF | 0 | 1C | 1A | 7 | 165 | 42 | 50 |
| Octal | 356 | 254 | 257 | 0 | 34 | 32 | 7 | 545 | 102 | 120 |
| Binary | 11101110 | 10101100 | 10101111 | 0 | 11100 | 11010 | 111 | 101100101 | 1000010 | 1010000 |
Color Harmonies of #EEACAF
Complementary color
Monochromatic Colors of #EEACAF
Black with #EEACAF
Text Example
Text Example
White with #EEACAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEACAF; }
p { color: rgb(238,172,175); }
H1.HeaderClassName
{
color: #EEACAF;
}
.AnyTagClassName
{
color: #EEACAF;
}
</style>
background-color css
<style>
a { background-color: #EEACAF; }
a { background-color: rgb(238,172,175); }
div.DivClassName
{
background-color: #EEACAF;
}
.BgClassName
{
background-color: #EEACAF;
}
</style>
border-color css
<style>
span { border-color: #EEACAF; }
span { border-color: rgb(238,172,175); }
td.TdClassName
{
border-color: #EEACAF;
}
.TagClassName
{
border-color: #EEACAF;
}
</style>