Shades of Hampton #E9D6A6
Tints of Hampton #E9D6A6
RGB
CMYK
RGB Variations
Color information
#E9D6A6 (or 0xE9D6A6) is known color: Hampton. HEX triplet: E9, D6 and A6. RGB value is (233,214,166). Sum of RGB (Red+Green+Blue) = 233+214+166=613 (81% of max value = 765). Red value is 233 (91.41% from 255 or 38.01% from 613); Green value is 214 (83.98% from 255 or 34.91% from 613); Blue value is 166 (65.23% from 255 or 27.08% from 613); Max value from RGB is 233 - color contains mainly: red. Hex color #E9D6A6 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E9D6A6 is #162959. Grayscale: #D6D6D6. Windows color (decimal): -1452378 or 10933993. OLE color: 10933993.
HSL color Cylindrical-coordinate representation of color #E9D6A6: hue angle of 42.99º degrees, saturation: 0.6, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #E9D6A6 is Cyan = 0, Magento = 0.08, Yellow = 0.29 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 214 | 166 | - |
| CMYK | 0 | 0.08 | 0.29 | 0.09 |
| HSL | 42.99º | 0.6% | 0.78% | - |
| HSV(B) | 42.99º | 0.29% | 0.91% | - |
| XYZ | 64.53 | 68.17 | 45.83 | - |
| YUV | 214.21 | 100.79 | 141.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 214 | 166 | 0 | 0.08 | 0.29 | 0.09 | 42.99 | 0.6 | 0.78 |
| Hex | E9 | D6 | A6 | 0 | 8 | 1D | 9 | 2B | 3C | 4E |
| Octal | 351 | 326 | 246 | 0 | 10 | 35 | 11 | 53 | 74 | 116 |
| Binary | 11101001 | 11010110 | 10100110 | 0 | 1000 | 11101 | 1001 | 101011 | 111100 | 1001110 |
Color Harmonies of #E9D6A6
Complementary color
Monochromatic Colors of #E9D6A6
Black with #E9D6A6
Text Example
Text Example
White with #E9D6A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9D6A6; }
p { color: rgb(233,214,166); }
H1.HeaderClassName
{
color: #E9D6A6;
}
.AnyTagClassName
{
color: #E9D6A6;
}
</style>
background-color css
<style>
a { background-color: #E9D6A6; }
a { background-color: rgb(233,214,166); }
div.DivClassName
{
background-color: #E9D6A6;
}
.BgClassName
{
background-color: #E9D6A6;
}
</style>
border-color css
<style>
span { border-color: #E9D6A6; }
span { border-color: rgb(233,214,166); }
td.TdClassName
{
border-color: #E9D6A6;
}
.TagClassName
{
border-color: #E9D6A6;
}
</style>