Shades of Pale Chestnut #EBA4AA
Tints of Pale Chestnut #EBA4AA
RGB
CMYK
RGB Variations
Color information
#EBA4AA (or 0xEBA4AA) is known color: Pale Chestnut. HEX triplet: EB, A4 and AA. RGB value is (235,164,170). Sum of RGB (Red+Green+Blue) = 235+164+170=569 (75% of max value = 765). Red value is 235 (92.19% from 255 or 41.30% from 569); Green value is 164 (64.45% from 255 or 28.82% from 569); Blue value is 170 (66.80% from 255 or 29.88% from 569); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA4AA is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EBA4AA is #145B55. Grayscale: #B9B9B9. Windows color (decimal): -1334102 or 11183339. OLE color: 11183339.
HSL color Cylindrical-coordinate representation of color #EBA4AA: hue angle of 354.93º 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 #EBA4AA is Cyan = 0, Magento = 0.30, Yellow = 0.28 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 164 | 170 | - |
| CMYK | 0 | 0.30 | 0.28 | 0.08 |
| HSL | 354.93º | 0.64% | 0.78% | - |
| HSV(B) | 354.93º | 0.3% | 0.92% | - |
| XYZ | 54.79 | 47.12 | 44.24 | - |
| YUV | 185.91 | 119.02 | 163.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 164 | 170 | 0 | 0.30 | 0.28 | 0.08 | 354.93 | 0.64 | 0.78 |
| Hex | EB | A4 | AA | 0 | 1E | 1C | 8 | 163 | 40 | 4E |
| Octal | 353 | 244 | 252 | 0 | 36 | 34 | 10 | 543 | 100 | 116 |
| Binary | 11101011 | 10100100 | 10101010 | 0 | 11110 | 11100 | 1000 | 101100011 | 1000000 | 1001110 |
Color Harmonies of #EBA4AA
Complementary color
Monochromatic Colors of #EBA4AA
Black with #EBA4AA
Text Example
Text Example
White with #EBA4AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBA4AA; }
p { color: rgb(235,164,170); }
H1.HeaderClassName
{
color: #EBA4AA;
}
.AnyTagClassName
{
color: #EBA4AA;
}
</style>
background-color css
<style>
a { background-color: #EBA4AA; }
a { background-color: rgb(235,164,170); }
div.DivClassName
{
background-color: #EBA4AA;
}
.BgClassName
{
background-color: #EBA4AA;
}
</style>
border-color css
<style>
span { border-color: #EBA4AA; }
span { border-color: rgb(235,164,170); }
td.TdClassName
{
border-color: #EBA4AA;
}
.TagClassName
{
border-color: #EBA4AA;
}
</style>