Shades of Pale Chestnut #EBA6AD
Tints of Pale Chestnut #EBA6AD
RGB
CMYK
RGB Variations
Color information
#EBA6AD (or 0xEBA6AD) is known color: Pale Chestnut. HEX triplet: EB, A6 and AD. RGB value is (235,166,173). Sum of RGB (Red+Green+Blue) = 235+166+173=574 (76% of max value = 765). Red value is 235 (92.19% from 255 or 40.94% from 574); Green value is 166 (65.23% from 255 or 28.92% from 574); Blue value is 173 (67.97% from 255 or 30.14% from 574); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA6AD is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EBA6AD is #145952. Grayscale: #BBBBBB. Windows color (decimal): -1333587 or 11380459. OLE color: 11380459.
HSL color Cylindrical-coordinate representation of color #EBA6AD: hue angle of 353.91º 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 #EBA6AD is Cyan = 0, Magento = 0.29, Yellow = 0.26 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 166 | 173 | - |
| CMYK | 0 | 0.29 | 0.26 | 0.08 |
| HSL | 353.91º | 0.63% | 0.79% | - |
| HSV(B) | 353.91º | 0.29% | 0.92% | - |
| XYZ | 55.44 | 47.95 | 45.87 | - |
| YUV | 187.43 | 119.86 | 161.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 166 | 173 | 0 | 0.29 | 0.26 | 0.08 | 353.91 | 0.63 | 0.79 |
| Hex | EB | A6 | AD | 0 | 1D | 1A | 8 | 162 | 3F | 4F |
| Octal | 353 | 246 | 255 | 0 | 35 | 32 | 10 | 542 | 77 | 117 |
| Binary | 11101011 | 10100110 | 10101101 | 0 | 11101 | 11010 | 1000 | 101100010 | 111111 | 1001111 |
Color Harmonies of #EBA6AD
Complementary color
Monochromatic Colors of #EBA6AD
Black with #EBA6AD
Text Example
Text Example
White with #EBA6AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBA6AD; }
p { color: rgb(235,166,173); }
H1.HeaderClassName
{
color: #EBA6AD;
}
.AnyTagClassName
{
color: #EBA6AD;
}
</style>
background-color css
<style>
a { background-color: #EBA6AD; }
a { background-color: rgb(235,166,173); }
div.DivClassName
{
background-color: #EBA6AD;
}
.BgClassName
{
background-color: #EBA6AD;
}
</style>
border-color css
<style>
span { border-color: #EBA6AD; }
span { border-color: rgb(235,166,173); }
td.TdClassName
{
border-color: #EBA6AD;
}
.TagClassName
{
border-color: #EBA6AD;
}
</style>