Shades of Pale Chestnut #EEA8AF
Tints of Pale Chestnut #EEA8AF
RGB
CMYK
RGB Variations
Color information
#EEA8AF (or 0xEEA8AF) is known color: Pale Chestnut. HEX triplet: EE, A8 and AF. RGB value is (238,168,175). Sum of RGB (Red+Green+Blue) = 238+168+175=581 (76% of max value = 765). Red value is 238 (93.36% from 255 or 40.96% from 581); Green value is 168 (66.02% from 255 or 28.92% from 581); Blue value is 175 (68.75% from 255 or 30.12% from 581); Max value from RGB is 238 - color contains mainly: red. Hex color #EEA8AF is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EEA8AF is #115750. Grayscale: #BDBDBD. Windows color (decimal): -1136465 or 11512046. OLE color: 11512046.
HSL color Cylindrical-coordinate representation of color #EEA8AF: hue angle of 354º degrees, saturation: 0.67, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #EEA8AF is Cyan = 0, Magento = 0.29, Yellow = 0.26 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 168 | 175 | - |
| CMYK | 0 | 0.29 | 0.26 | 0.07 |
| HSL | 354º | 0.67% | 0.8% | - |
| HSV(B) | 354º | 0.29% | 0.93% | - |
| XYZ | 57 | 49.28 | 47.06 | - |
| YUV | 189.73 | 119.69 | 162.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 168 | 175 | 0 | 0.29 | 0.26 | 0.07 | 354 | 0.67 | 0.8 |
| Hex | EE | A8 | AF | 0 | 1D | 1A | 7 | 162 | 43 | 50 |
| Octal | 356 | 250 | 257 | 0 | 35 | 32 | 7 | 542 | 103 | 120 |
| Binary | 11101110 | 10101000 | 10101111 | 0 | 11101 | 11010 | 111 | 101100010 | 1000011 | 1010000 |
Color Harmonies of #EEA8AF
Complementary color
Monochromatic Colors of #EEA8AF
Black with #EEA8AF
Text Example
Text Example
White with #EEA8AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEA8AF; }
p { color: rgb(238,168,175); }
H1.HeaderClassName
{
color: #EEA8AF;
}
.AnyTagClassName
{
color: #EEA8AF;
}
</style>
background-color css
<style>
a { background-color: #EEA8AF; }
a { background-color: rgb(238,168,175); }
div.DivClassName
{
background-color: #EEA8AF;
}
.BgClassName
{
background-color: #EEA8AF;
}
</style>
border-color css
<style>
span { border-color: #EEA8AF; }
span { border-color: rgb(238,168,175); }
td.TdClassName
{
border-color: #EEA8AF;
}
.TagClassName
{
border-color: #EEA8AF;
}
</style>