Shades of Pale Chestnut #EBA5AA
Tints of Pale Chestnut #EBA5AA
RGB
CMYK
RGB Variations
Color information
#EBA5AA (or 0xEBA5AA) is known color: Pale Chestnut. HEX triplet: EB, A5 and AA. RGB value is (235,165,170). Sum of RGB (Red+Green+Blue) = 235+165+170=570 (75% of max value = 765). Red value is 235 (92.19% from 255 or 41.23% from 570); Green value is 165 (64.84% from 255 or 28.95% from 570); Blue value is 170 (66.80% from 255 or 29.82% from 570); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA5AA is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EBA5AA is #145A55. Grayscale: #BABABA. Windows color (decimal): -1333846 or 11183595. OLE color: 11183595.
HSL color Cylindrical-coordinate representation of color #EBA5AA: hue angle of 355.71º degrees, saturation: 0.64, 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 #EBA5AA is Cyan = 0, Magento = 0.30, Yellow = 0.28 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 165 | 170 | - |
| CMYK | 0 | 0.30 | 0.28 | 0.08 |
| HSL | 355.71º | 0.64% | 0.78% | - |
| HSV(B) | 355.71º | 0.3% | 0.92% | - |
| XYZ | 54.97 | 47.47 | 44.3 | - |
| YUV | 186.5 | 118.69 | 162.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 165 | 170 | 0 | 0.30 | 0.28 | 0.08 | 355.71 | 0.64 | 0.78 |
| Hex | EB | A5 | AA | 0 | 1E | 1C | 8 | 164 | 40 | 4E |
| Octal | 353 | 245 | 252 | 0 | 36 | 34 | 10 | 544 | 100 | 116 |
| Binary | 11101011 | 10100101 | 10101010 | 0 | 11110 | 11100 | 1000 | 101100100 | 1000000 | 1001110 |
Color Harmonies of #EBA5AA
Complementary color
Monochromatic Colors of #EBA5AA
Black with #EBA5AA
Text Example
Text Example
White with #EBA5AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBA5AA; }
p { color: rgb(235,165,170); }
H1.HeaderClassName
{
color: #EBA5AA;
}
.AnyTagClassName
{
color: #EBA5AA;
}
</style>
background-color css
<style>
a { background-color: #EBA5AA; }
a { background-color: rgb(235,165,170); }
div.DivClassName
{
background-color: #EBA5AA;
}
.BgClassName
{
background-color: #EBA5AA;
}
</style>
border-color css
<style>
span { border-color: #EBA5AA; }
span { border-color: rgb(235,165,170); }
td.TdClassName
{
border-color: #EBA5AA;
}
.TagClassName
{
border-color: #EBA5AA;
}
</style>