Shades of Pale Chestnut #EAA9B0
Tints of Pale Chestnut #EAA9B0
RGB
CMYK
RGB Variations
Color information
#EAA9B0 (or 0xEAA9B0) is known color: Pale Chestnut. HEX triplet: EA, A9 and B0. RGB value is (234,169,176). Sum of RGB (Red+Green+Blue) = 234+169+176=579 (76% of max value = 765). Red value is 234 (91.80% from 255 or 40.41% from 579); Green value is 169 (66.41% from 255 or 29.19% from 579); Blue value is 176 (69.14% from 255 or 30.40% from 579); Max value from RGB is 234 - color contains mainly: red. Hex color #EAA9B0 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EAA9B0 is #15564F. Grayscale: #BDBDBD. Windows color (decimal): -1398352 or 11577834. OLE color: 11577834.
HSL color Cylindrical-coordinate representation of color #EAA9B0: hue angle of 353.54º degrees, saturation: 0.61, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #EAA9B0 is Cyan = 0, Magento = 0.28, Yellow = 0.25 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 169 | 176 | - |
| CMYK | 0 | 0.28 | 0.25 | 0.08 |
| HSL | 353.54º | 0.61% | 0.79% | - |
| HSV(B) | 353.54º | 0.28% | 0.92% | - |
| XYZ | 55.96 | 49 | 47.58 | - |
| YUV | 189.23 | 120.53 | 159.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 169 | 176 | 0 | 0.28 | 0.25 | 0.08 | 353.54 | 0.61 | 0.79 |
| Hex | EA | A9 | B0 | 0 | 1C | 19 | 8 | 162 | 3D | 4F |
| Octal | 352 | 251 | 260 | 0 | 34 | 31 | 10 | 542 | 75 | 117 |
| Binary | 11101010 | 10101001 | 10110000 | 0 | 11100 | 11001 | 1000 | 101100010 | 111101 | 1001111 |
Color Harmonies of #EAA9B0
Complementary color
Monochromatic Colors of #EAA9B0
Black with #EAA9B0
Text Example
Text Example
White with #EAA9B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAA9B0; }
p { color: rgb(234,169,176); }
H1.HeaderClassName
{
color: #EAA9B0;
}
.AnyTagClassName
{
color: #EAA9B0;
}
</style>
background-color css
<style>
a { background-color: #EAA9B0; }
a { background-color: rgb(234,169,176); }
div.DivClassName
{
background-color: #EAA9B0;
}
.BgClassName
{
background-color: #EAA9B0;
}
</style>
border-color css
<style>
span { border-color: #EAA9B0; }
span { border-color: rgb(234,169,176); }
td.TdClassName
{
border-color: #EAA9B0;
}
.TagClassName
{
border-color: #EAA9B0;
}
</style>