Shades of Hampton #E8D79A
Tints of Hampton #E8D79A
RGB
CMYK
RGB Variations
Color information
#E8D79A (or 0xE8D79A) is known color: Hampton. HEX triplet: E8, D7 and 9A. RGB value is (232,215,154). Sum of RGB (Red+Green+Blue) = 232+215+154=601 (79% of max value = 765). Red value is 232 (91.02% from 255 or 38.60% from 601); Green value is 215 (84.38% from 255 or 35.77% from 601); Blue value is 154 (60.55% from 255 or 25.62% from 601); Max value from RGB is 232 - color contains mainly: red. Hex color #E8D79A is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E8D79A is #172865. Grayscale: #D5D5D5. Windows color (decimal): -1517670 or 10147816. OLE color: 10147816.
HSL color Cylindrical-coordinate representation of color #E8D79A: hue angle of 46.92º degrees, saturation: 0.63, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #E8D79A is Cyan = 0, Magento = 0.07, Yellow = 0.34 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 215 | 154 | - |
| CMYK | 0 | 0.07 | 0.34 | 0.09 |
| HSL | 46.92º | 0.63% | 0.76% | - |
| HSV(B) | 46.92º | 0.34% | 0.91% | - |
| XYZ | 63.41 | 68.09 | 40.37 | - |
| YUV | 213.13 | 94.63 | 141.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 215 | 154 | 0 | 0.07 | 0.34 | 0.09 | 46.92 | 0.63 | 0.76 |
| Hex | E8 | D7 | 9A | 0 | 7 | 22 | 9 | 2F | 3F | 4C |
| Octal | 350 | 327 | 232 | 0 | 7 | 42 | 11 | 57 | 77 | 114 |
| Binary | 11101000 | 11010111 | 10011010 | 0 | 111 | 100010 | 1001 | 101111 | 111111 | 1001100 |
Color Harmonies of #E8D79A
Complementary color
Monochromatic Colors of #E8D79A
Black with #E8D79A
Text Example
Text Example
White with #E8D79A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8D79A; }
p { color: rgb(232,215,154); }
H1.HeaderClassName
{
color: #E8D79A;
}
.AnyTagClassName
{
color: #E8D79A;
}
</style>
background-color css
<style>
a { background-color: #E8D79A; }
a { background-color: rgb(232,215,154); }
div.DivClassName
{
background-color: #E8D79A;
}
.BgClassName
{
background-color: #E8D79A;
}
</style>
border-color css
<style>
span { border-color: #E8D79A; }
span { border-color: rgb(232,215,154); }
td.TdClassName
{
border-color: #E8D79A;
}
.TagClassName
{
border-color: #E8D79A;
}
</style>