Shades of Hampton #E7D59F
Tints of Hampton #E7D59F
RGB
CMYK
RGB Variations
Color information
#E7D59F (or 0xE7D59F) is known color: Hampton. HEX triplet: E7, D5 and 9F. RGB value is (231,213,159). Sum of RGB (Red+Green+Blue) = 231+213+159=603 (79% of max value = 765). Red value is 231 (90.62% from 255 or 38.31% from 603); Green value is 213 (83.59% from 255 or 35.32% from 603); Blue value is 159 (62.5% from 255 or 26.37% from 603); Max value from RGB is 231 - color contains mainly: red. Hex color #E7D59F is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E7D59F is #182A60. Grayscale: #D4D4D4. Windows color (decimal): -1583713 or 10474983. OLE color: 10474983.
HSL color Cylindrical-coordinate representation of color #E7D59F: hue angle of 45º degrees, saturation: 0.6, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #E7D59F is Cyan = 0, Magento = 0.08, Yellow = 0.31 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 213 | 159 | - |
| CMYK | 0 | 0.08 | 0.31 | 0.09 |
| HSL | 45º | 0.6% | 0.76% | - |
| HSV(B) | 45º | 0.31% | 0.91% | - |
| XYZ | 63.01 | 67.08 | 42.43 | - |
| YUV | 212.23 | 97.96 | 141.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 213 | 159 | 0 | 0.08 | 0.31 | 0.09 | 45 | 0.6 | 0.76 |
| Hex | E7 | D5 | 9F | 0 | 8 | 1F | 9 | 2D | 3C | 4C |
| Octal | 347 | 325 | 237 | 0 | 10 | 37 | 11 | 55 | 74 | 114 |
| Binary | 11100111 | 11010101 | 10011111 | 0 | 1000 | 11111 | 1001 | 101101 | 111100 | 1001100 |
Color Harmonies of #E7D59F
Complementary color
Monochromatic Colors of #E7D59F
Black with #E7D59F
Text Example
Text Example
White with #E7D59F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7D59F; }
p { color: rgb(231,213,159); }
H1.HeaderClassName
{
color: #E7D59F;
}
.AnyTagClassName
{
color: #E7D59F;
}
</style>
background-color css
<style>
a { background-color: #E7D59F; }
a { background-color: rgb(231,213,159); }
div.DivClassName
{
background-color: #E7D59F;
}
.BgClassName
{
background-color: #E7D59F;
}
</style>
border-color css
<style>
span { border-color: #E7D59F; }
span { border-color: rgb(231,213,159); }
td.TdClassName
{
border-color: #E7D59F;
}
.TagClassName
{
border-color: #E7D59F;
}
</style>