Shades of Pale Chestnut #EBA7AD
Tints of Pale Chestnut #EBA7AD
RGB
CMYK
RGB Variations
Color information
#EBA7AD (or 0xEBA7AD) is known color: Pale Chestnut. HEX triplet: EB, A7 and AD. RGB value is (235,167,173). Sum of RGB (Red+Green+Blue) = 235+167+173=575 (76% of max value = 765). Red value is 235 (92.19% from 255 or 40.87% from 575); Green value is 167 (65.62% from 255 or 29.04% from 575); Blue value is 173 (67.97% from 255 or 30.09% from 575); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA7AD is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EBA7AD is #145852. Grayscale: #BCBCBC. Windows color (decimal): -1333331 or 11380715. OLE color: 11380715.
HSL color Cylindrical-coordinate representation of color #EBA7AD: hue angle of 354.71º 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 #EBA7AD is Cyan = 0, Magento = 0.29, Yellow = 0.26 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 167 | 173 | - |
| CMYK | 0 | 0.29 | 0.26 | 0.08 |
| HSL | 354.71º | 0.63% | 0.79% | - |
| HSV(B) | 354.71º | 0.29% | 0.92% | - |
| XYZ | 55.62 | 48.32 | 45.93 | - |
| YUV | 188.02 | 119.53 | 161.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 167 | 173 | 0 | 0.29 | 0.26 | 0.08 | 354.71 | 0.63 | 0.79 |
| Hex | EB | A7 | AD | 0 | 1D | 1A | 8 | 163 | 3F | 4F |
| Octal | 353 | 247 | 255 | 0 | 35 | 32 | 10 | 543 | 77 | 117 |
| Binary | 11101011 | 10100111 | 10101101 | 0 | 11101 | 11010 | 1000 | 101100011 | 111111 | 1001111 |
Color Harmonies of #EBA7AD
Complementary color
Monochromatic Colors of #EBA7AD
Black with #EBA7AD
Text Example
Text Example
White with #EBA7AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBA7AD; }
p { color: rgb(235,167,173); }
H1.HeaderClassName
{
color: #EBA7AD;
}
.AnyTagClassName
{
color: #EBA7AD;
}
</style>
background-color css
<style>
a { background-color: #EBA7AD; }
a { background-color: rgb(235,167,173); }
div.DivClassName
{
background-color: #EBA7AD;
}
.BgClassName
{
background-color: #EBA7AD;
}
</style>
border-color css
<style>
span { border-color: #EBA7AD; }
span { border-color: rgb(235,167,173); }
td.TdClassName
{
border-color: #EBA7AD;
}
.TagClassName
{
border-color: #EBA7AD;
}
</style>