Shades of Pale Chestnut #EAA4AD
Tints of Pale Chestnut #EAA4AD
RGB
CMYK
RGB Variations
Color information
#EAA4AD (or 0xEAA4AD) is known color: Pale Chestnut. HEX triplet: EA, A4 and AD. RGB value is (234,164,173). Sum of RGB (Red+Green+Blue) = 234+164+173=571 (75% of max value = 765). Red value is 234 (91.80% from 255 or 40.98% from 571); Green value is 164 (64.45% from 255 or 28.72% from 571); Blue value is 173 (67.97% from 255 or 30.30% from 571); Max value from RGB is 234 - color contains mainly: red. Hex color #EAA4AD is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EAA4AD is #155B52. Grayscale: #B9B9B9. Windows color (decimal): -1399635 or 11379946. OLE color: 11379946.
HSL color Cylindrical-coordinate representation of color #EAA4AD: hue angle of 352.29º 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 #EAA4AD is Cyan = 0, Magento = 0.30, Yellow = 0.26 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 164 | 173 | - |
| CMYK | 0 | 0.30 | 0.26 | 0.08 |
| HSL | 352.29º | 0.63% | 0.78% | - |
| HSV(B) | 352.29º | 0.3% | 0.92% | - |
| XYZ | 54.75 | 47.06 | 45.73 | - |
| YUV | 185.96 | 120.69 | 162.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 164 | 173 | 0 | 0.30 | 0.26 | 0.08 | 352.29 | 0.63 | 0.78 |
| Hex | EA | A4 | AD | 0 | 1E | 1A | 8 | 160 | 3E | 4E |
| Octal | 352 | 244 | 255 | 0 | 36 | 32 | 10 | 540 | 76 | 116 |
| Binary | 11101010 | 10100100 | 10101101 | 0 | 11110 | 11010 | 1000 | 101100000 | 111110 | 1001110 |
Color Harmonies of #EAA4AD
Complementary color
Monochromatic Colors of #EAA4AD
Black with #EAA4AD
Text Example
Text Example
White with #EAA4AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAA4AD; }
p { color: rgb(234,164,173); }
H1.HeaderClassName
{
color: #EAA4AD;
}
.AnyTagClassName
{
color: #EAA4AD;
}
</style>
background-color css
<style>
a { background-color: #EAA4AD; }
a { background-color: rgb(234,164,173); }
div.DivClassName
{
background-color: #EAA4AD;
}
.BgClassName
{
background-color: #EAA4AD;
}
</style>
border-color css
<style>
span { border-color: #EAA4AD; }
span { border-color: rgb(234,164,173); }
td.TdClassName
{
border-color: #EAA4AD;
}
.TagClassName
{
border-color: #EAA4AD;
}
</style>