Shades of Pale Chestnut #E0A4AE
Tints of Pale Chestnut #E0A4AE
RGB
CMYK
RGB Variations
Color information
#E0A4AE (or 0xE0A4AE) is known color: Pale Chestnut. HEX triplet: E0, A4 and AE. RGB value is (224,164,174). Sum of RGB (Red+Green+Blue) = 224+164+174=562 (74% of max value = 765). Red value is 224 (87.89% from 255 or 39.86% from 562); Green value is 164 (64.45% from 255 or 29.18% from 562); Blue value is 174 (68.36% from 255 or 30.96% from 562); Max value from RGB is 224 - color contains mainly: red. Hex color #E0A4AE is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E0A4AE is #1F5B51. Grayscale: #B7B7B7. Windows color (decimal): -2054994 or 11445472. OLE color: 11445472.
HSL color Cylindrical-coordinate representation of color #E0A4AE: hue angle of 350º degrees, saturation: 0.49, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #E0A4AE is Cyan = 0, Magento = 0.27, Yellow = 0.22 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 164 | 174 | - |
| CMYK | 0 | 0.27 | 0.22 | 0.12 |
| HSL | 350º | 0.49% | 0.76% | - |
| HSV(B) | 350º | 0.27% | 0.88% | - |
| XYZ | 51.66 | 45.45 | 46.1 | - |
| YUV | 183.08 | 122.88 | 157.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 164 | 174 | 0 | 0.27 | 0.22 | 0.12 | 350 | 0.49 | 0.76 |
| Hex | E0 | A4 | AE | 0 | 1B | 16 | C | 15E | 31 | 4C |
| Octal | 340 | 244 | 256 | 0 | 33 | 26 | 14 | 536 | 61 | 114 |
| Binary | 11100000 | 10100100 | 10101110 | 0 | 11011 | 10110 | 1100 | 101011110 | 110001 | 1001100 |
Color Harmonies of #E0A4AE
Complementary color
Monochromatic Colors of #E0A4AE
Black with #E0A4AE
Text Example
Text Example
White with #E0A4AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0A4AE; }
p { color: rgb(224,164,174); }
H1.HeaderClassName
{
color: #E0A4AE;
}
.AnyTagClassName
{
color: #E0A4AE;
}
</style>
background-color css
<style>
a { background-color: #E0A4AE; }
a { background-color: rgb(224,164,174); }
div.DivClassName
{
background-color: #E0A4AE;
}
.BgClassName
{
background-color: #E0A4AE;
}
</style>
border-color css
<style>
span { border-color: #E0A4AE; }
span { border-color: rgb(224,164,174); }
td.TdClassName
{
border-color: #E0A4AE;
}
.TagClassName
{
border-color: #E0A4AE;
}
</style>