Shades of Pale Chestnut #EAA4AB
Tints of Pale Chestnut #EAA4AB
RGB
CMYK
RGB Variations
Color information
#EAA4AB (or 0xEAA4AB) is known color: Pale Chestnut. HEX triplet: EA, A4 and AB. RGB value is (234,164,171). Sum of RGB (Red+Green+Blue) = 234+164+171=569 (75% of max value = 765). Red value is 234 (91.80% from 255 or 41.12% from 569); Green value is 164 (64.45% from 255 or 28.82% from 569); Blue value is 171 (67.19% from 255 or 30.05% from 569); Max value from RGB is 234 - color contains mainly: red. Hex color #EAA4AB is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EAA4AB is #155B54. Grayscale: #B9B9B9. Windows color (decimal): -1399637 or 11248874. OLE color: 11248874.
HSL color Cylindrical-coordinate representation of color #EAA4AB: hue angle of 354º degrees, saturation: 0.62, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #EAA4AB is Cyan = 0, Magento = 0.30, Yellow = 0.27 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 164 | 171 | - |
| CMYK | 0 | 0.30 | 0.27 | 0.08 |
| HSL | 354º | 0.63% | 0.78% | - |
| HSV(B) | 354º | 0.3% | 0.92% | - |
| XYZ | 54.56 | 46.98 | 44.72 | - |
| YUV | 185.73 | 119.69 | 162.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 164 | 171 | 0 | 0.30 | 0.27 | 0.08 | 354 | 0.63 | 0.78 |
| Hex | EA | A4 | AB | 0 | 1E | 1B | 8 | 162 | 3E | 4E |
| Octal | 352 | 244 | 253 | 0 | 36 | 33 | 10 | 542 | 76 | 116 |
| Binary | 11101010 | 10100100 | 10101011 | 0 | 11110 | 11011 | 1000 | 101100010 | 111110 | 1001110 |
Color Harmonies of #EAA4AB
Complementary color
Monochromatic Colors of #EAA4AB
Black with #EAA4AB
Text Example
Text Example
White with #EAA4AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAA4AB; }
p { color: rgb(234,164,171); }
H1.HeaderClassName
{
color: #EAA4AB;
}
.AnyTagClassName
{
color: #EAA4AB;
}
</style>
background-color css
<style>
a { background-color: #EAA4AB; }
a { background-color: rgb(234,164,171); }
div.DivClassName
{
background-color: #EAA4AB;
}
.BgClassName
{
background-color: #EAA4AB;
}
</style>
border-color css
<style>
span { border-color: #EAA4AB; }
span { border-color: rgb(234,164,171); }
td.TdClassName
{
border-color: #EAA4AB;
}
.TagClassName
{
border-color: #EAA4AB;
}
</style>