Shades of Pale Chestnut #EAAAAF
Tints of Pale Chestnut #EAAAAF
RGB
CMYK
RGB Variations
Color information
#EAAAAF (or 0xEAAAAF) is known color: Pale Chestnut. HEX triplet: EA, AA and AF. RGB value is (234,170,175). Sum of RGB (Red+Green+Blue) = 234+170+175=579 (76% of max value = 765). Red value is 234 (91.80% from 255 or 40.41% from 579); Green value is 170 (66.80% from 255 or 29.36% from 579); Blue value is 175 (68.75% from 255 or 30.22% from 579); Max value from RGB is 234 - color contains mainly: red. Hex color #EAAAAF is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EAAAAF is #155550. Grayscale: #BDBDBD. Windows color (decimal): -1398097 or 11512554. OLE color: 11512554.
HSL color Cylindrical-coordinate representation of color #EAAAAF: hue angle of 355.31º 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 #EAAAAF is Cyan = 0, Magento = 0.27, Yellow = 0.25 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 170 | 175 | - |
| CMYK | 0 | 0.27 | 0.25 | 0.08 |
| HSL | 355.31º | 0.6% | 0.79% | - |
| HSV(B) | 355.31º | 0.27% | 0.92% | - |
| XYZ | 56.04 | 49.34 | 47.13 | - |
| YUV | 189.71 | 119.7 | 159.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 170 | 175 | 0 | 0.27 | 0.25 | 0.08 | 355.31 | 0.6 | 0.79 |
| Hex | EA | AA | AF | 0 | 1B | 19 | 8 | 163 | 3C | 4F |
| Octal | 352 | 252 | 257 | 0 | 33 | 31 | 10 | 543 | 74 | 117 |
| Binary | 11101010 | 10101010 | 10101111 | 0 | 11011 | 11001 | 1000 | 101100011 | 111100 | 1001111 |
Color Harmonies of #EAAAAF
Complementary color
Monochromatic Colors of #EAAAAF
Black with #EAAAAF
Text Example
Text Example
White with #EAAAAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAAAAF; }
p { color: rgb(234,170,175); }
H1.HeaderClassName
{
color: #EAAAAF;
}
.AnyTagClassName
{
color: #EAAAAF;
}
</style>
background-color css
<style>
a { background-color: #EAAAAF; }
a { background-color: rgb(234,170,175); }
div.DivClassName
{
background-color: #EAAAAF;
}
.BgClassName
{
background-color: #EAAAAF;
}
</style>
border-color css
<style>
span { border-color: #EAAAAF; }
span { border-color: rgb(234,170,175); }
td.TdClassName
{
border-color: #EAAAAF;
}
.TagClassName
{
border-color: #EAAAAF;
}
</style>