Shades of Hampton #E9DB9E
Tints of Hampton #E9DB9E
RGB
CMYK
RGB Variations
Color information
#E9DB9E (or 0xE9DB9E) is known color: Hampton. HEX triplet: E9, DB and 9E. RGB value is (233,219,158). Sum of RGB (Red+Green+Blue) = 233+219+158=610 (80% of max value = 765). Red value is 233 (91.41% from 255 or 38.20% from 610); Green value is 219 (85.94% from 255 or 35.90% from 610); Blue value is 158 (62.11% from 255 or 25.90% from 610); Max value from RGB is 233 - color contains mainly: red. Hex color #E9DB9E is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E9DB9E is #162461. Grayscale: #D8D8D8. Windows color (decimal): -1451106 or 10410985. OLE color: 10410985.
HSL color Cylindrical-coordinate representation of color #E9DB9E: hue angle of 48.8º degrees, saturation: 0.63, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #E9DB9E is Cyan = 0, Magento = 0.06, Yellow = 0.32 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 219 | 158 | - |
| CMYK | 0 | 0.06 | 0.32 | 0.09 |
| HSL | 48.8º | 0.63% | 0.77% | - |
| HSV(B) | 48.8º | 0.32% | 0.91% | - |
| XYZ | 65.11 | 70.46 | 42.52 | - |
| YUV | 216.23 | 95.14 | 139.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 219 | 158 | 0 | 0.06 | 0.32 | 0.09 | 48.8 | 0.63 | 0.77 |
| Hex | E9 | DB | 9E | 0 | 6 | 20 | 9 | 31 | 3F | 4D |
| Octal | 351 | 333 | 236 | 0 | 6 | 40 | 11 | 61 | 77 | 115 |
| Binary | 11101001 | 11011011 | 10011110 | 0 | 110 | 100000 | 1001 | 110001 | 111111 | 1001101 |
Color Harmonies of #E9DB9E
Complementary color
Monochromatic Colors of #E9DB9E
Black with #E9DB9E
Text Example
Text Example
White with #E9DB9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9DB9E; }
p { color: rgb(233,219,158); }
H1.HeaderClassName
{
color: #E9DB9E;
}
.AnyTagClassName
{
color: #E9DB9E;
}
</style>
background-color css
<style>
a { background-color: #E9DB9E; }
a { background-color: rgb(233,219,158); }
div.DivClassName
{
background-color: #E9DB9E;
}
.BgClassName
{
background-color: #E9DB9E;
}
</style>
border-color css
<style>
span { border-color: #E9DB9E; }
span { border-color: rgb(233,219,158); }
td.TdClassName
{
border-color: #E9DB9E;
}
.TagClassName
{
border-color: #E9DB9E;
}
</style>