Shades of Hampton #E8D999
Tints of Hampton #E8D999
RGB
CMYK
RGB Variations
Color information
#E8D999 (or 0xE8D999) is known color: Hampton. HEX triplet: E8, D9 and 99. RGB value is (232,217,153). Sum of RGB (Red+Green+Blue) = 232+217+153=602 (79% of max value = 765). Red value is 232 (91.02% from 255 or 38.54% from 602); Green value is 217 (85.16% from 255 or 36.05% from 602); Blue value is 153 (60.16% from 255 or 25.42% from 602); Max value from RGB is 232 - color contains mainly: red. Hex color #E8D999 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E8D999 is #172666. Grayscale: #D6D6D6. Windows color (decimal): -1517159 or 10082792. OLE color: 10082792.
HSL color Cylindrical-coordinate representation of color #E8D999: hue angle of 48.61º degrees, saturation: 0.63, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #E8D999 is Cyan = 0, Magento = 0.06, Yellow = 0.34 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 217 | 153 | - |
| CMYK | 0 | 0.06 | 0.34 | 0.09 |
| HSL | 48.61º | 0.63% | 0.75% | - |
| HSV(B) | 48.61º | 0.34% | 0.91% | - |
| XYZ | 63.84 | 69.08 | 40.11 | - |
| YUV | 214.19 | 93.47 | 140.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 217 | 153 | 0 | 0.06 | 0.34 | 0.09 | 48.61 | 0.63 | 0.75 |
| Hex | E8 | D9 | 99 | 0 | 6 | 22 | 9 | 31 | 3F | 4B |
| Octal | 350 | 331 | 231 | 0 | 6 | 42 | 11 | 61 | 77 | 113 |
| Binary | 11101000 | 11011001 | 10011001 | 0 | 110 | 100010 | 1001 | 110001 | 111111 | 1001011 |
Color Harmonies of #E8D999
Complementary color
Monochromatic Colors of #E8D999
Black with #E8D999
Text Example
Text Example
White with #E8D999
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8D999; }
p { color: rgb(232,217,153); }
H1.HeaderClassName
{
color: #E8D999;
}
.AnyTagClassName
{
color: #E8D999;
}
</style>
background-color css
<style>
a { background-color: #E8D999; }
a { background-color: rgb(232,217,153); }
div.DivClassName
{
background-color: #E8D999;
}
.BgClassName
{
background-color: #E8D999;
}
</style>
border-color css
<style>
span { border-color: #E8D999; }
span { border-color: rgb(232,217,153); }
td.TdClassName
{
border-color: #E8D999;
}
.TagClassName
{
border-color: #E8D999;
}
</style>