Shades of Pale Chestnut #E5ADB0
Tints of Pale Chestnut #E5ADB0
RGB
CMYK
RGB Variations
Color information
#E5ADB0 (or 0xE5ADB0) is known color: Pale Chestnut. HEX triplet: E5, AD and B0. RGB value is (229,173,176). Sum of RGB (Red+Green+Blue) = 229+173+176=578 (76% of max value = 765). Red value is 229 (89.84% from 255 or 39.62% from 578); Green value is 173 (67.97% from 255 or 29.93% from 578); Blue value is 176 (69.14% from 255 or 30.45% from 578); Max value from RGB is 229 - color contains mainly: red. Hex color #E5ADB0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E5ADB0 is #1A524F. Grayscale: #BEBEBE. Windows color (decimal): -1725008 or 11578853. OLE color: 11578853.
HSL color Cylindrical-coordinate representation of color #E5ADB0: hue angle of 356.79º degrees, saturation: 0.52, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #E5ADB0 is Cyan = 0, Magento = 0.24, Yellow = 0.23 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 173 | 176 | - |
| CMYK | 0 | 0.24 | 0.23 | 0.10 |
| HSL | 356.79º | 0.52% | 0.79% | - |
| HSV(B) | 356.79º | 0.24% | 0.9% | - |
| XYZ | 55.09 | 49.68 | 47.76 | - |
| YUV | 190.09 | 120.05 | 155.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 173 | 176 | 0 | 0.24 | 0.23 | 0.10 | 356.79 | 0.52 | 0.79 |
| Hex | E5 | AD | B0 | 0 | 18 | 17 | A | 165 | 34 | 4F |
| Octal | 345 | 255 | 260 | 0 | 30 | 27 | 12 | 545 | 64 | 117 |
| Binary | 11100101 | 10101101 | 10110000 | 0 | 11000 | 10111 | 1010 | 101100101 | 110100 | 1001111 |
Color Harmonies of #E5ADB0
Complementary color
Monochromatic Colors of #E5ADB0
Black with #E5ADB0
Text Example
Text Example
White with #E5ADB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5ADB0; }
p { color: rgb(229,173,176); }
H1.HeaderClassName
{
color: #E5ADB0;
}
.AnyTagClassName
{
color: #E5ADB0;
}
</style>
background-color css
<style>
a { background-color: #E5ADB0; }
a { background-color: rgb(229,173,176); }
div.DivClassName
{
background-color: #E5ADB0;
}
.BgClassName
{
background-color: #E5ADB0;
}
</style>
border-color css
<style>
span { border-color: #E5ADB0; }
span { border-color: rgb(229,173,176); }
td.TdClassName
{
border-color: #E5ADB0;
}
.TagClassName
{
border-color: #E5ADB0;
}
</style>