Shades of Hampton #E8D59F
Tints of Hampton #E8D59F
RGB
CMYK
RGB Variations
Color information
#E8D59F (or 0xE8D59F) is known color: Hampton. HEX triplet: E8, D5 and 9F. RGB value is (232,213,159). Sum of RGB (Red+Green+Blue) = 232+213+159=604 (80% of max value = 765). Red value is 232 (91.02% from 255 or 38.41% from 604); Green value is 213 (83.59% from 255 or 35.26% from 604); Blue value is 159 (62.5% from 255 or 26.32% from 604); Max value from RGB is 232 - color contains mainly: red. Hex color #E8D59F is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E8D59F is #172A60. Grayscale: #D4D4D4. Windows color (decimal): -1518177 or 10474984. OLE color: 10474984.
HSL color Cylindrical-coordinate representation of color #E8D59F: hue angle of 44.38º degrees, saturation: 0.61, 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 #E8D59F is Cyan = 0, Magento = 0.08, Yellow = 0.31 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 213 | 159 | - |
| CMYK | 0 | 0.08 | 0.31 | 0.09 |
| HSL | 44.38º | 0.61% | 0.77% | - |
| HSV(B) | 44.38º | 0.31% | 0.91% | - |
| XYZ | 63.33 | 67.25 | 42.44 | - |
| YUV | 212.53 | 97.79 | 141.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 213 | 159 | 0 | 0.08 | 0.31 | 0.09 | 44.38 | 0.61 | 0.77 |
| Hex | E8 | D5 | 9F | 0 | 8 | 1F | 9 | 2C | 3D | 4D |
| Octal | 350 | 325 | 237 | 0 | 10 | 37 | 11 | 54 | 75 | 115 |
| Binary | 11101000 | 11010101 | 10011111 | 0 | 1000 | 11111 | 1001 | 101100 | 111101 | 1001101 |
Color Harmonies of #E8D59F
Complementary color
Monochromatic Colors of #E8D59F
Black with #E8D59F
Text Example
Text Example
White with #E8D59F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8D59F; }
p { color: rgb(232,213,159); }
H1.HeaderClassName
{
color: #E8D59F;
}
.AnyTagClassName
{
color: #E8D59F;
}
</style>
background-color css
<style>
a { background-color: #E8D59F; }
a { background-color: rgb(232,213,159); }
div.DivClassName
{
background-color: #E8D59F;
}
.BgClassName
{
background-color: #E8D59F;
}
</style>
border-color css
<style>
span { border-color: #E8D59F; }
span { border-color: rgb(232,213,159); }
td.TdClassName
{
border-color: #E8D59F;
}
.TagClassName
{
border-color: #E8D59F;
}
</style>