Shades of Pale Chestnut #EBA5AF
Tints of Pale Chestnut #EBA5AF
RGB
CMYK
RGB Variations
Color information
#EBA5AF (or 0xEBA5AF) is known color: Pale Chestnut. HEX triplet: EB, A5 and AF. RGB value is (235,165,175). Sum of RGB (Red+Green+Blue) = 235+165+175=575 (76% of max value = 765). Red value is 235 (92.19% from 255 or 40.87% from 575); Green value is 165 (64.84% from 255 or 28.70% from 575); Blue value is 175 (68.75% from 255 or 30.43% from 575); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA5AF is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EBA5AF is #145A50. Grayscale: #BBBBBB. Windows color (decimal): -1333841 or 11511275. OLE color: 11511275.
HSL color Cylindrical-coordinate representation of color #EBA5AF: hue angle of 351.43º 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 #EBA5AF is Cyan = 0, Magento = 0.30, Yellow = 0.26 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 165 | 175 | - |
| CMYK | 0 | 0.30 | 0.26 | 0.08 |
| HSL | 351.43º | 0.64% | 0.78% | - |
| HSV(B) | 351.43º | 0.3% | 0.92% | - |
| XYZ | 55.45 | 47.67 | 46.84 | - |
| YUV | 187.07 | 121.19 | 162.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 165 | 175 | 0 | 0.30 | 0.26 | 0.08 | 351.43 | 0.64 | 0.78 |
| Hex | EB | A5 | AF | 0 | 1E | 1A | 8 | 15F | 40 | 4E |
| Octal | 353 | 245 | 257 | 0 | 36 | 32 | 10 | 537 | 100 | 116 |
| Binary | 11101011 | 10100101 | 10101111 | 0 | 11110 | 11010 | 1000 | 101011111 | 1000000 | 1001110 |
Color Harmonies of #EBA5AF
Complementary color
Monochromatic Colors of #EBA5AF
Black with #EBA5AF
Text Example
Text Example
White with #EBA5AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBA5AF; }
p { color: rgb(235,165,175); }
H1.HeaderClassName
{
color: #EBA5AF;
}
.AnyTagClassName
{
color: #EBA5AF;
}
</style>
background-color css
<style>
a { background-color: #EBA5AF; }
a { background-color: rgb(235,165,175); }
div.DivClassName
{
background-color: #EBA5AF;
}
.BgClassName
{
background-color: #EBA5AF;
}
</style>
border-color css
<style>
span { border-color: #EBA5AF; }
span { border-color: rgb(235,165,175); }
td.TdClassName
{
border-color: #EBA5AF;
}
.TagClassName
{
border-color: #EBA5AF;
}
</style>