Shades of Pale Chestnut #EEABAC
Tints of Pale Chestnut #EEABAC
RGB
CMYK
RGB Variations
Color information
#EEABAC (or 0xEEABAC) is known color: Pale Chestnut. HEX triplet: EE, AB and AC. RGB value is (238,171,172). Sum of RGB (Red+Green+Blue) = 238+171+172=581 (76% of max value = 765). Red value is 238 (93.36% from 255 or 40.96% from 581); Green value is 171 (67.19% from 255 or 29.43% from 581); Blue value is 172 (67.58% from 255 or 29.60% from 581); Max value from RGB is 238 - color contains mainly: red. Hex color #EEABAC is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EEABAC is #115453. Grayscale: #BFBFBF. Windows color (decimal): -1135700 or 11316206. OLE color: 11316206.
HSL color Cylindrical-coordinate representation of color #EEABAC: hue angle of 359.1º degrees, saturation: 0.66, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #EEABAC is Cyan = 0, Magento = 0.28, Yellow = 0.28 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 171 | 172 | - |
| CMYK | 0 | 0.28 | 0.28 | 0.07 |
| HSL | 359.1º | 0.66% | 0.8% | - |
| HSV(B) | 359.1º | 0.28% | 0.93% | - |
| XYZ | 57.27 | 50.28 | 45.72 | - |
| YUV | 191.15 | 117.2 | 161.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 171 | 172 | 0 | 0.28 | 0.28 | 0.07 | 359.1 | 0.66 | 0.8 |
| Hex | EE | AB | AC | 0 | 1C | 1C | 7 | 167 | 42 | 50 |
| Octal | 356 | 253 | 254 | 0 | 34 | 34 | 7 | 547 | 102 | 120 |
| Binary | 11101110 | 10101011 | 10101100 | 0 | 11100 | 11100 | 111 | 101100111 | 1000010 | 1010000 |
Color Harmonies of #EEABAC
Complementary color
Monochromatic Colors of #EEABAC
Black with #EEABAC
Text Example
Text Example
White with #EEABAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEABAC; }
p { color: rgb(238,171,172); }
H1.HeaderClassName
{
color: #EEABAC;
}
.AnyTagClassName
{
color: #EEABAC;
}
</style>
background-color css
<style>
a { background-color: #EEABAC; }
a { background-color: rgb(238,171,172); }
div.DivClassName
{
background-color: #EEABAC;
}
.BgClassName
{
background-color: #EEABAC;
}
</style>
border-color css
<style>
span { border-color: #EEABAC; }
span { border-color: rgb(238,171,172); }
td.TdClassName
{
border-color: #EEABAC;
}
.TagClassName
{
border-color: #EEABAC;
}
</style>