Shades of Hampton #E9DAA0
Tints of Hampton #E9DAA0
RGB
CMYK
RGB Variations
Color information
#E9DAA0 (or 0xE9DAA0) is known color: Hampton. HEX triplet: E9, DA and A0. RGB value is (233,218,160). Sum of RGB (Red+Green+Blue) = 233+218+160=611 (80% of max value = 765). Red value is 233 (91.41% from 255 or 38.13% from 611); Green value is 218 (85.55% from 255 or 35.68% from 611); Blue value is 160 (62.89% from 255 or 26.19% from 611); Max value from RGB is 233 - color contains mainly: red. Hex color #E9DAA0 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E9DAA0 is #16255F. Grayscale: #D8D8D8. Windows color (decimal): -1451360 or 10541801. OLE color: 10541801.
HSL color Cylindrical-coordinate representation of color #E9DAA0: hue angle of 47.67º degrees, saturation: 0.62, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #E9DAA0 is Cyan = 0, Magento = 0.06, Yellow = 0.31 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 218 | 160 | - |
| CMYK | 0 | 0.06 | 0.31 | 0.09 |
| HSL | 47.67º | 0.62% | 0.77% | - |
| HSV(B) | 47.67º | 0.31% | 0.91% | - |
| XYZ | 65.02 | 70 | 43.34 | - |
| YUV | 215.87 | 96.47 | 140.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 218 | 160 | 0 | 0.06 | 0.31 | 0.09 | 47.67 | 0.62 | 0.77 |
| Hex | E9 | DA | A0 | 0 | 6 | 1F | 9 | 30 | 3E | 4D |
| Octal | 351 | 332 | 240 | 0 | 6 | 37 | 11 | 60 | 76 | 115 |
| Binary | 11101001 | 11011010 | 10100000 | 0 | 110 | 11111 | 1001 | 110000 | 111110 | 1001101 |
Color Harmonies of #E9DAA0
Complementary color
Monochromatic Colors of #E9DAA0
Black with #E9DAA0
Text Example
Text Example
White with #E9DAA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9DAA0; }
p { color: rgb(233,218,160); }
H1.HeaderClassName
{
color: #E9DAA0;
}
.AnyTagClassName
{
color: #E9DAA0;
}
</style>
background-color css
<style>
a { background-color: #E9DAA0; }
a { background-color: rgb(233,218,160); }
div.DivClassName
{
background-color: #E9DAA0;
}
.BgClassName
{
background-color: #E9DAA0;
}
</style>
border-color css
<style>
span { border-color: #E9DAA0; }
span { border-color: rgb(233,218,160); }
td.TdClassName
{
border-color: #E9DAA0;
}
.TagClassName
{
border-color: #E9DAA0;
}
</style>