Shades of Hampton #E9D99B
Tints of Hampton #E9D99B
RGB
CMYK
RGB Variations
Color information
#E9D99B (or 0xE9D99B) is known color: Hampton. HEX triplet: E9, D9 and 9B. RGB value is (233,217,155). Sum of RGB (Red+Green+Blue) = 233+217+155=605 (80% of max value = 765). Red value is 233 (91.41% from 255 or 38.51% from 605); Green value is 217 (85.16% from 255 or 35.87% from 605); Blue value is 155 (60.94% from 255 or 25.62% from 605); Max value from RGB is 233 - color contains mainly: red. Hex color #E9D99B is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E9D99B is #162664. Grayscale: #D6D6D6. Windows color (decimal): -1451621 or 10213865. OLE color: 10213865.
HSL color Cylindrical-coordinate representation of color #E9D99B: hue angle of 47.69º degrees, saturation: 0.64, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #E9D99B is Cyan = 0, Magento = 0.07, Yellow = 0.33 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 217 | 155 | - |
| CMYK | 0 | 0.07 | 0.33 | 0.09 |
| HSL | 47.69º | 0.64% | 0.76% | - |
| HSV(B) | 47.69º | 0.33% | 0.91% | - |
| XYZ | 64.33 | 69.32 | 41 | - |
| YUV | 214.72 | 94.3 | 141.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 217 | 155 | 0 | 0.07 | 0.33 | 0.09 | 47.69 | 0.64 | 0.76 |
| Hex | E9 | D9 | 9B | 0 | 7 | 21 | 9 | 30 | 40 | 4C |
| Octal | 351 | 331 | 233 | 0 | 7 | 41 | 11 | 60 | 100 | 114 |
| Binary | 11101001 | 11011001 | 10011011 | 0 | 111 | 100001 | 1001 | 110000 | 1000000 | 1001100 |
Color Harmonies of #E9D99B
Complementary color
Monochromatic Colors of #E9D99B
Black with #E9D99B
Text Example
Text Example
White with #E9D99B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9D99B; }
p { color: rgb(233,217,155); }
H1.HeaderClassName
{
color: #E9D99B;
}
.AnyTagClassName
{
color: #E9D99B;
}
</style>
background-color css
<style>
a { background-color: #E9D99B; }
a { background-color: rgb(233,217,155); }
div.DivClassName
{
background-color: #E9D99B;
}
.BgClassName
{
background-color: #E9D99B;
}
</style>
border-color css
<style>
span { border-color: #E9D99B; }
span { border-color: rgb(233,217,155); }
td.TdClassName
{
border-color: #E9D99B;
}
.TagClassName
{
border-color: #E9D99B;
}
</style>