Shades of Hampton #E9D99F
Tints of Hampton #E9D99F
RGB
CMYK
RGB Variations
Color information
#E9D99F (or 0xE9D99F) is known color: Hampton. HEX triplet: E9, D9 and 9F. RGB value is (233,217,159). Sum of RGB (Red+Green+Blue) = 233+217+159=609 (80% of max value = 765). Red value is 233 (91.41% from 255 or 38.26% from 609); Green value is 217 (85.16% from 255 or 35.63% from 609); Blue value is 159 (62.5% from 255 or 26.11% from 609); Max value from RGB is 233 - color contains mainly: red. Hex color #E9D99F is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E9D99F is #162660. Grayscale: #D7D7D7. Windows color (decimal): -1451617 or 10476009. OLE color: 10476009.
HSL color Cylindrical-coordinate representation of color #E9D99F: hue angle of 47.03º 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 #E9D99F is Cyan = 0, Magento = 0.07, Yellow = 0.32 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 217 | 159 | - |
| CMYK | 0 | 0.07 | 0.32 | 0.09 |
| HSL | 47.03º | 0.63% | 0.77% | - |
| HSV(B) | 47.03º | 0.32% | 0.91% | - |
| XYZ | 64.68 | 69.45 | 42.8 | - |
| YUV | 215.17 | 96.3 | 140.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 217 | 159 | 0 | 0.07 | 0.32 | 0.09 | 47.03 | 0.63 | 0.77 |
| Hex | E9 | D9 | 9F | 0 | 7 | 20 | 9 | 2F | 3F | 4D |
| Octal | 351 | 331 | 237 | 0 | 7 | 40 | 11 | 57 | 77 | 115 |
| Binary | 11101001 | 11011001 | 10011111 | 0 | 111 | 100000 | 1001 | 101111 | 111111 | 1001101 |
Color Harmonies of #E9D99F
Complementary color
Monochromatic Colors of #E9D99F
Black with #E9D99F
Text Example
Text Example
White with #E9D99F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9D99F; }
p { color: rgb(233,217,159); }
H1.HeaderClassName
{
color: #E9D99F;
}
.AnyTagClassName
{
color: #E9D99F;
}
</style>
background-color css
<style>
a { background-color: #E9D99F; }
a { background-color: rgb(233,217,159); }
div.DivClassName
{
background-color: #E9D99F;
}
.BgClassName
{
background-color: #E9D99F;
}
</style>
border-color css
<style>
span { border-color: #E9D99F; }
span { border-color: rgb(233,217,159); }
td.TdClassName
{
border-color: #E9D99F;
}
.TagClassName
{
border-color: #E9D99F;
}
</style>