Shades of Pale Chestnut #EAAEB1
Tints of Pale Chestnut #EAAEB1
RGB
CMYK
RGB Variations
Color information
#EAAEB1 (or 0xEAAEB1) is known color: Pale Chestnut. HEX triplet: EA, AE and B1. RGB value is (234,174,177). Sum of RGB (Red+Green+Blue) = 234+174+177=585 (77% of max value = 765). Red value is 234 (91.80% from 255 or 40% from 585); Green value is 174 (68.36% from 255 or 29.74% from 585); Blue value is 177 (69.53% from 255 or 30.26% from 585); Max value from RGB is 234 - color contains mainly: red. Hex color #EAAEB1 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EAAEB1 is #15514E. Grayscale: #C0C0C0. Windows color (decimal): -1397071 or 11644650. OLE color: 11644650.
HSL color Cylindrical-coordinate representation of color #EAAEB1: hue angle of 357º degrees, saturation: 0.59, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #EAAEB1 is Cyan = 0, Magento = 0.26, Yellow = 0.24 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 174 | 177 | - |
| CMYK | 0 | 0.26 | 0.24 | 0.08 |
| HSL | 357º | 0.59% | 0.8% | - |
| HSV(B) | 357º | 0.26% | 0.92% | - |
| XYZ | 57 | 50.94 | 48.42 | - |
| YUV | 192.28 | 119.38 | 157.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 174 | 177 | 0 | 0.26 | 0.24 | 0.08 | 357 | 0.59 | 0.8 |
| Hex | EA | AE | B1 | 0 | 1A | 18 | 8 | 165 | 3B | 50 |
| Octal | 352 | 256 | 261 | 0 | 32 | 30 | 10 | 545 | 73 | 120 |
| Binary | 11101010 | 10101110 | 10110001 | 0 | 11010 | 11000 | 1000 | 101100101 | 111011 | 1010000 |
Color Harmonies of #EAAEB1
Complementary color
Monochromatic Colors of #EAAEB1
Black with #EAAEB1
Text Example
Text Example
White with #EAAEB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAAEB1; }
p { color: rgb(234,174,177); }
H1.HeaderClassName
{
color: #EAAEB1;
}
.AnyTagClassName
{
color: #EAAEB1;
}
</style>
background-color css
<style>
a { background-color: #EAAEB1; }
a { background-color: rgb(234,174,177); }
div.DivClassName
{
background-color: #EAAEB1;
}
.BgClassName
{
background-color: #EAAEB1;
}
</style>
border-color css
<style>
span { border-color: #EAAEB1; }
span { border-color: rgb(234,174,177); }
td.TdClassName
{
border-color: #EAAEB1;
}
.TagClassName
{
border-color: #EAAEB1;
}
</style>