Shades of Pale Chestnut #EAA4A9
Tints of Pale Chestnut #EAA4A9
RGB
CMYK
RGB Variations
Color information
#EAA4A9 (or 0xEAA4A9) is known color: Pale Chestnut. HEX triplet: EA, A4 and A9. RGB value is (234,164,169). Sum of RGB (Red+Green+Blue) = 234+164+169=567 (75% of max value = 765). Red value is 234 (91.80% from 255 or 41.27% from 567); Green value is 164 (64.45% from 255 or 28.92% from 567); Blue value is 169 (66.41% from 255 or 29.81% from 567); Max value from RGB is 234 - color contains mainly: red. Hex color #EAA4A9 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EAA4A9 is #155B56. Grayscale: #B9B9B9. Windows color (decimal): -1399639 or 11117802. OLE color: 11117802.
HSL color Cylindrical-coordinate representation of color #EAA4A9: hue angle of 355.71º 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 #EAA4A9 is Cyan = 0, Magento = 0.30, Yellow = 0.28 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 164 | 169 | - |
| CMYK | 0 | 0.30 | 0.28 | 0.08 |
| HSL | 355.71º | 0.63% | 0.78% | - |
| HSV(B) | 355.71º | 0.3% | 0.92% | - |
| XYZ | 54.37 | 46.91 | 43.72 | - |
| YUV | 185.5 | 118.69 | 162.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 164 | 169 | 0 | 0.30 | 0.28 | 0.08 | 355.71 | 0.63 | 0.78 |
| Hex | EA | A4 | A9 | 0 | 1E | 1C | 8 | 164 | 3E | 4E |
| Octal | 352 | 244 | 251 | 0 | 36 | 34 | 10 | 544 | 76 | 116 |
| Binary | 11101010 | 10100100 | 10101001 | 0 | 11110 | 11100 | 1000 | 101100100 | 111110 | 1001110 |
Color Harmonies of #EAA4A9
Complementary color
Monochromatic Colors of #EAA4A9
Black with #EAA4A9
Text Example
Text Example
White with #EAA4A9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAA4A9; }
p { color: rgb(234,164,169); }
H1.HeaderClassName
{
color: #EAA4A9;
}
.AnyTagClassName
{
color: #EAA4A9;
}
</style>
background-color css
<style>
a { background-color: #EAA4A9; }
a { background-color: rgb(234,164,169); }
div.DivClassName
{
background-color: #EAA4A9;
}
.BgClassName
{
background-color: #EAA4A9;
}
</style>
border-color css
<style>
span { border-color: #EAA4A9; }
span { border-color: rgb(234,164,169); }
td.TdClassName
{
border-color: #EAA4A9;
}
.TagClassName
{
border-color: #EAA4A9;
}
</style>