Shades of Pale Chestnut #EAAAB0
Tints of Pale Chestnut #EAAAB0
RGB
CMYK
RGB Variations
Color information
#EAAAB0 (or 0xEAAAB0) is known color: Pale Chestnut. HEX triplet: EA, AA and B0. RGB value is (234,170,176). Sum of RGB (Red+Green+Blue) = 234+170+176=580 (76% of max value = 765). Red value is 234 (91.80% from 255 or 40.34% from 580); Green value is 170 (66.80% from 255 or 29.31% from 580); Blue value is 176 (69.14% from 255 or 30.34% from 580); Max value from RGB is 234 - color contains mainly: red. Hex color #EAAAB0 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EAAAB0 is #15554F. Grayscale: #BDBDBD. Windows color (decimal): -1398096 or 11578090. OLE color: 11578090.
HSL color Cylindrical-coordinate representation of color #EAAAB0: hue angle of 354.38º 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 #EAAAB0 is Cyan = 0, Magento = 0.27, Yellow = 0.25 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 170 | 176 | - |
| CMYK | 0 | 0.27 | 0.25 | 0.08 |
| HSL | 354.38º | 0.6% | 0.79% | - |
| HSV(B) | 354.38º | 0.27% | 0.92% | - |
| XYZ | 56.14 | 49.38 | 47.65 | - |
| YUV | 189.82 | 120.2 | 159.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 170 | 176 | 0 | 0.27 | 0.25 | 0.08 | 354.38 | 0.6 | 0.79 |
| Hex | EA | AA | B0 | 0 | 1B | 19 | 8 | 162 | 3C | 4F |
| Octal | 352 | 252 | 260 | 0 | 33 | 31 | 10 | 542 | 74 | 117 |
| Binary | 11101010 | 10101010 | 10110000 | 0 | 11011 | 11001 | 1000 | 101100010 | 111100 | 1001111 |
Color Harmonies of #EAAAB0
Complementary color
Monochromatic Colors of #EAAAB0
Black with #EAAAB0
Text Example
Text Example
White with #EAAAB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAAAB0; }
p { color: rgb(234,170,176); }
H1.HeaderClassName
{
color: #EAAAB0;
}
.AnyTagClassName
{
color: #EAAAB0;
}
</style>
background-color css
<style>
a { background-color: #EAAAB0; }
a { background-color: rgb(234,170,176); }
div.DivClassName
{
background-color: #EAAAB0;
}
.BgClassName
{
background-color: #EAAAB0;
}
</style>
border-color css
<style>
span { border-color: #EAAAB0; }
span { border-color: rgb(234,170,176); }
td.TdClassName
{
border-color: #EAAAB0;
}
.TagClassName
{
border-color: #EAAAB0;
}
</style>