Shades of Pale Chestnut #EBA7AF
Tints of Pale Chestnut #EBA7AF
RGB
CMYK
RGB Variations
Color information
#EBA7AF (or 0xEBA7AF) is known color: Pale Chestnut. HEX triplet: EB, A7 and AF. RGB value is (235,167,175). Sum of RGB (Red+Green+Blue) = 235+167+175=577 (76% of max value = 765). Red value is 235 (92.19% from 255 or 40.73% from 577); Green value is 167 (65.62% from 255 or 28.94% from 577); Blue value is 175 (68.75% from 255 or 30.33% from 577); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA7AF is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EBA7AF is #145850. Grayscale: #BCBCBC. Windows color (decimal): -1333329 or 11511787. OLE color: 11511787.
HSL color Cylindrical-coordinate representation of color #EBA7AF: hue angle of 352.94º degrees, saturation: 0.63, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #EBA7AF is Cyan = 0, Magento = 0.29, Yellow = 0.26 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 167 | 175 | - |
| CMYK | 0 | 0.29 | 0.26 | 0.08 |
| HSL | 352.94º | 0.63% | 0.79% | - |
| HSV(B) | 352.94º | 0.29% | 0.92% | - |
| XYZ | 55.82 | 48.39 | 46.96 | - |
| YUV | 188.24 | 120.53 | 161.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 167 | 175 | 0 | 0.29 | 0.26 | 0.08 | 352.94 | 0.63 | 0.79 |
| Hex | EB | A7 | AF | 0 | 1D | 1A | 8 | 161 | 3F | 4F |
| Octal | 353 | 247 | 257 | 0 | 35 | 32 | 10 | 541 | 77 | 117 |
| Binary | 11101011 | 10100111 | 10101111 | 0 | 11101 | 11010 | 1000 | 101100001 | 111111 | 1001111 |
Color Harmonies of #EBA7AF
Complementary color
Monochromatic Colors of #EBA7AF
Black with #EBA7AF
Text Example
Text Example
White with #EBA7AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBA7AF; }
p { color: rgb(235,167,175); }
H1.HeaderClassName
{
color: #EBA7AF;
}
.AnyTagClassName
{
color: #EBA7AF;
}
</style>
background-color css
<style>
a { background-color: #EBA7AF; }
a { background-color: rgb(235,167,175); }
div.DivClassName
{
background-color: #EBA7AF;
}
.BgClassName
{
background-color: #EBA7AF;
}
</style>
border-color css
<style>
span { border-color: #EBA7AF; }
span { border-color: rgb(235,167,175); }
td.TdClassName
{
border-color: #EBA7AF;
}
.TagClassName
{
border-color: #EBA7AF;
}
</style>