Shades of Pale Chestnut #E9ADB0
Tints of Pale Chestnut #E9ADB0
RGB
CMYK
RGB Variations
Color information
#E9ADB0 (or 0xE9ADB0) is known color: Pale Chestnut. HEX triplet: E9, AD and B0. RGB value is (233,173,176). Sum of RGB (Red+Green+Blue) = 233+173+176=582 (77% of max value = 765). Red value is 233 (91.41% from 255 or 40.03% from 582); Green value is 173 (67.97% from 255 or 29.73% from 582); Blue value is 176 (69.14% from 255 or 30.24% from 582); Max value from RGB is 233 - color contains mainly: red. Hex color #E9ADB0 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E9ADB0 is #16524F. Grayscale: #BFBFBF. Windows color (decimal): -1462864 or 11578857. OLE color: 11578857.
HSL color Cylindrical-coordinate representation of color #E9ADB0: hue angle of 357º degrees, saturation: 0.58, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #E9ADB0 is Cyan = 0, Magento = 0.26, Yellow = 0.24 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 173 | 176 | - |
| CMYK | 0 | 0.26 | 0.24 | 0.09 |
| HSL | 357º | 0.58% | 0.8% | - |
| HSV(B) | 357º | 0.26% | 0.91% | - |
| XYZ | 56.38 | 50.35 | 47.82 | - |
| YUV | 191.28 | 119.38 | 157.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 173 | 176 | 0 | 0.26 | 0.24 | 0.09 | 357 | 0.58 | 0.8 |
| Hex | E9 | AD | B0 | 0 | 1A | 18 | 9 | 165 | 3A | 50 |
| Octal | 351 | 255 | 260 | 0 | 32 | 30 | 11 | 545 | 72 | 120 |
| Binary | 11101001 | 10101101 | 10110000 | 0 | 11010 | 11000 | 1001 | 101100101 | 111010 | 1010000 |
Color Harmonies of #E9ADB0
Complementary color
Monochromatic Colors of #E9ADB0
Black with #E9ADB0
Text Example
Text Example
White with #E9ADB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9ADB0; }
p { color: rgb(233,173,176); }
H1.HeaderClassName
{
color: #E9ADB0;
}
.AnyTagClassName
{
color: #E9ADB0;
}
</style>
background-color css
<style>
a { background-color: #E9ADB0; }
a { background-color: rgb(233,173,176); }
div.DivClassName
{
background-color: #E9ADB0;
}
.BgClassName
{
background-color: #E9ADB0;
}
</style>
border-color css
<style>
span { border-color: #E9ADB0; }
span { border-color: rgb(233,173,176); }
td.TdClassName
{
border-color: #E9ADB0;
}
.TagClassName
{
border-color: #E9ADB0;
}
</style>