Shades of Pale Chestnut #EAABAC
Tints of Pale Chestnut #EAABAC
RGB
CMYK
RGB Variations
Color information
#EAABAC (or 0xEAABAC) is known color: Pale Chestnut. HEX triplet: EA, AB and AC. RGB value is (234,171,172). Sum of RGB (Red+Green+Blue) = 234+171+172=577 (76% of max value = 765). Red value is 234 (91.80% from 255 or 40.55% from 577); Green value is 171 (67.19% from 255 or 29.64% from 577); Blue value is 172 (67.58% from 255 or 29.81% from 577); Max value from RGB is 234 - color contains mainly: red. Hex color #EAABAC is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EAABAC is #155453. Grayscale: #BEBEBE. Windows color (decimal): -1397844 or 11316202. OLE color: 11316202.
HSL color Cylindrical-coordinate representation of color #EAABAC: hue angle of 359.05º degrees, saturation: 0.6, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #EAABAC is Cyan = 0, Magento = 0.27, Yellow = 0.26 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 171 | 172 | - |
| CMYK | 0 | 0.27 | 0.26 | 0.08 |
| HSL | 359.05º | 0.6% | 0.79% | - |
| HSV(B) | 359.05º | 0.27% | 0.92% | - |
| XYZ | 55.94 | 49.6 | 45.65 | - |
| YUV | 189.95 | 117.87 | 159.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 171 | 172 | 0 | 0.27 | 0.26 | 0.08 | 359.05 | 0.6 | 0.79 |
| Hex | EA | AB | AC | 0 | 1B | 1A | 8 | 167 | 3C | 4F |
| Octal | 352 | 253 | 254 | 0 | 33 | 32 | 10 | 547 | 74 | 117 |
| Binary | 11101010 | 10101011 | 10101100 | 0 | 11011 | 11010 | 1000 | 101100111 | 111100 | 1001111 |
Color Harmonies of #EAABAC
Complementary color
Monochromatic Colors of #EAABAC
Black with #EAABAC
Text Example
Text Example
White with #EAABAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAABAC; }
p { color: rgb(234,171,172); }
H1.HeaderClassName
{
color: #EAABAC;
}
.AnyTagClassName
{
color: #EAABAC;
}
</style>
background-color css
<style>
a { background-color: #EAABAC; }
a { background-color: rgb(234,171,172); }
div.DivClassName
{
background-color: #EAABAC;
}
.BgClassName
{
background-color: #EAABAC;
}
</style>
border-color css
<style>
span { border-color: #EAABAC; }
span { border-color: rgb(234,171,172); }
td.TdClassName
{
border-color: #EAABAC;
}
.TagClassName
{
border-color: #EAABAC;
}
</style>