Shades of Pale Chestnut #EAA5AB
Tints of Pale Chestnut #EAA5AB
RGB
CMYK
RGB Variations
Color information
#EAA5AB (or 0xEAA5AB) is known color: Pale Chestnut. HEX triplet: EA, A5 and AB. RGB value is (234,165,171). Sum of RGB (Red+Green+Blue) = 234+165+171=570 (75% of max value = 765). Red value is 234 (91.80% from 255 or 41.05% from 570); Green value is 165 (64.84% from 255 or 28.95% from 570); Blue value is 171 (67.19% from 255 or 30% from 570); Max value from RGB is 234 - color contains mainly: red. Hex color #EAA5AB is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EAA5AB is #155A54. Grayscale: #BABABA. Windows color (decimal): -1399381 or 11249130. OLE color: 11249130.
HSL color Cylindrical-coordinate representation of color #EAA5AB: hue angle of 354.78º degrees, saturation: 0.62, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #EAA5AB is Cyan = 0, Magento = 0.29, Yellow = 0.27 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 165 | 171 | - |
| CMYK | 0 | 0.29 | 0.27 | 0.08 |
| HSL | 354.78º | 0.62% | 0.78% | - |
| HSV(B) | 354.78º | 0.29% | 0.92% | - |
| XYZ | 54.74 | 47.34 | 44.78 | - |
| YUV | 186.32 | 119.36 | 162.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 165 | 171 | 0 | 0.29 | 0.27 | 0.08 | 354.78 | 0.62 | 0.78 |
| Hex | EA | A5 | AB | 0 | 1D | 1B | 8 | 163 | 3E | 4E |
| Octal | 352 | 245 | 253 | 0 | 35 | 33 | 10 | 543 | 76 | 116 |
| Binary | 11101010 | 10100101 | 10101011 | 0 | 11101 | 11011 | 1000 | 101100011 | 111110 | 1001110 |
Color Harmonies of #EAA5AB
Complementary color
Monochromatic Colors of #EAA5AB
Black with #EAA5AB
Text Example
Text Example
White with #EAA5AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAA5AB; }
p { color: rgb(234,165,171); }
H1.HeaderClassName
{
color: #EAA5AB;
}
.AnyTagClassName
{
color: #EAA5AB;
}
</style>
background-color css
<style>
a { background-color: #EAA5AB; }
a { background-color: rgb(234,165,171); }
div.DivClassName
{
background-color: #EAA5AB;
}
.BgClassName
{
background-color: #EAA5AB;
}
</style>
border-color css
<style>
span { border-color: #EAA5AB; }
span { border-color: rgb(234,165,171); }
td.TdClassName
{
border-color: #EAA5AB;
}
.TagClassName
{
border-color: #EAA5AB;
}
</style>