Shades of Pale Chestnut #EAAEAF
Tints of Pale Chestnut #EAAEAF
RGB
CMYK
RGB Variations
Color information
#EAAEAF (or 0xEAAEAF) is known color: Pale Chestnut. HEX triplet: EA, AE and AF. RGB value is (234,174,175). Sum of RGB (Red+Green+Blue) = 234+174+175=583 (77% of max value = 765). Red value is 234 (91.80% from 255 or 40.14% from 583); Green value is 174 (68.36% from 255 or 29.85% from 583); Blue value is 175 (68.75% from 255 or 30.02% from 583); Max value from RGB is 234 - color contains mainly: red. Hex color #EAAEAF is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EAAEAF is #155150. Grayscale: #C0C0C0. Windows color (decimal): -1397073 or 11513578. OLE color: 11513578.
HSL color Cylindrical-coordinate representation of color #EAAEAF: hue angle of 359º 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 #EAAEAF is Cyan = 0, Magento = 0.26, Yellow = 0.25 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 174 | 175 | - |
| CMYK | 0 | 0.26 | 0.25 | 0.08 |
| HSL | 359º | 0.59% | 0.8% | - |
| HSV(B) | 359º | 0.26% | 0.92% | - |
| XYZ | 56.81 | 50.86 | 47.38 | - |
| YUV | 192.05 | 118.38 | 157.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 174 | 175 | 0 | 0.26 | 0.25 | 0.08 | 359 | 0.59 | 0.8 |
| Hex | EA | AE | AF | 0 | 1A | 19 | 8 | 167 | 3B | 50 |
| Octal | 352 | 256 | 257 | 0 | 32 | 31 | 10 | 547 | 73 | 120 |
| Binary | 11101010 | 10101110 | 10101111 | 0 | 11010 | 11001 | 1000 | 101100111 | 111011 | 1010000 |
Color Harmonies of #EAAEAF
Complementary color
Monochromatic Colors of #EAAEAF
Black with #EAAEAF
Text Example
Text Example
White with #EAAEAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAAEAF; }
p { color: rgb(234,174,175); }
H1.HeaderClassName
{
color: #EAAEAF;
}
.AnyTagClassName
{
color: #EAAEAF;
}
</style>
background-color css
<style>
a { background-color: #EAAEAF; }
a { background-color: rgb(234,174,175); }
div.DivClassName
{
background-color: #EAAEAF;
}
.BgClassName
{
background-color: #EAAEAF;
}
</style>
border-color css
<style>
span { border-color: #EAAEAF; }
span { border-color: rgb(234,174,175); }
td.TdClassName
{
border-color: #EAAEAF;
}
.TagClassName
{
border-color: #EAAEAF;
}
</style>