Shades of Pale Chestnut #EEACB0
Tints of Pale Chestnut #EEACB0
RGB
CMYK
RGB Variations
Color information
#EEACB0 (or 0xEEACB0) is known color: Pale Chestnut. HEX triplet: EE, AC and B0. RGB value is (238,172,176). Sum of RGB (Red+Green+Blue) = 238+172+176=586 (77% of max value = 765). Red value is 238 (93.36% from 255 or 40.61% from 586); Green value is 172 (67.58% from 255 or 29.35% from 586); Blue value is 176 (69.14% from 255 or 30.03% from 586); Max value from RGB is 238 - color contains mainly: red. Hex color #EEACB0 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EEACB0 is #11534F. Grayscale: #C0C0C0. Windows color (decimal): -1135440 or 11578606. OLE color: 11578606.
HSL color Cylindrical-coordinate representation of color #EEACB0: hue angle of 356.36º 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 #EEACB0 is Cyan = 0, Magento = 0.28, Yellow = 0.26 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 172 | 176 | - |
| CMYK | 0 | 0.28 | 0.26 | 0.07 |
| HSL | 356.36º | 0.66% | 0.8% | - |
| HSV(B) | 356.36º | 0.28% | 0.93% | - |
| XYZ | 57.85 | 50.82 | 47.83 | - |
| YUV | 192.19 | 118.87 | 160.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 172 | 176 | 0 | 0.28 | 0.26 | 0.07 | 356.36 | 0.66 | 0.8 |
| Hex | EE | AC | B0 | 0 | 1C | 1A | 7 | 164 | 42 | 50 |
| Octal | 356 | 254 | 260 | 0 | 34 | 32 | 7 | 544 | 102 | 120 |
| Binary | 11101110 | 10101100 | 10110000 | 0 | 11100 | 11010 | 111 | 101100100 | 1000010 | 1010000 |
Color Harmonies of #EEACB0
Complementary color
Monochromatic Colors of #EEACB0
Black with #EEACB0
Text Example
Text Example
White with #EEACB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEACB0; }
p { color: rgb(238,172,176); }
H1.HeaderClassName
{
color: #EEACB0;
}
.AnyTagClassName
{
color: #EEACB0;
}
</style>
background-color css
<style>
a { background-color: #EEACB0; }
a { background-color: rgb(238,172,176); }
div.DivClassName
{
background-color: #EEACB0;
}
.BgClassName
{
background-color: #EEACB0;
}
</style>
border-color css
<style>
span { border-color: #EEACB0; }
span { border-color: rgb(238,172,176); }
td.TdClassName
{
border-color: #EEACB0;
}
.TagClassName
{
border-color: #EEACB0;
}
</style>