Shades of Hampton #E5D09F
Tints of Hampton #E5D09F
RGB
CMYK
RGB Variations
Color information
#E5D09F (or 0xE5D09F) is known color: Hampton. HEX triplet: E5, D0 and 9F. RGB value is (229,208,159). Sum of RGB (Red+Green+Blue) = 229+208+159=596 (78% of max value = 765). Red value is 229 (89.84% from 255 or 38.42% from 596); Green value is 208 (81.64% from 255 or 34.90% from 596); Blue value is 159 (62.5% from 255 or 26.68% from 596); Max value from RGB is 229 - color contains mainly: red. Hex color #E5D09F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E5D09F is #1A2F60. Grayscale: #D0D0D0. Windows color (decimal): -1716065 or 10473701. OLE color: 10473701.
HSL color Cylindrical-coordinate representation of color #E5D09F: hue angle of 42º degrees, saturation: 0.57, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #E5D09F is Cyan = 0, Magento = 0.09, Yellow = 0.31 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 208 | 159 | - |
| CMYK | 0 | 0.09 | 0.31 | 0.10 |
| HSL | 42º | 0.57% | 0.76% | - |
| HSV(B) | 42º | 0.31% | 0.9% | - |
| XYZ | 61.13 | 64.27 | 41.99 | - |
| YUV | 208.69 | 99.96 | 142.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 208 | 159 | 0 | 0.09 | 0.31 | 0.10 | 42 | 0.57 | 0.76 |
| Hex | E5 | D0 | 9F | 0 | 9 | 1F | A | 2A | 39 | 4C |
| Octal | 345 | 320 | 237 | 0 | 11 | 37 | 12 | 52 | 71 | 114 |
| Binary | 11100101 | 11010000 | 10011111 | 0 | 1001 | 11111 | 1010 | 101010 | 111001 | 1001100 |
Color Harmonies of #E5D09F
Complementary color
Monochromatic Colors of #E5D09F
Black with #E5D09F
Text Example
Text Example
White with #E5D09F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5D09F; }
p { color: rgb(229,208,159); }
H1.HeaderClassName
{
color: #E5D09F;
}
.AnyTagClassName
{
color: #E5D09F;
}
</style>
background-color css
<style>
a { background-color: #E5D09F; }
a { background-color: rgb(229,208,159); }
div.DivClassName
{
background-color: #E5D09F;
}
.BgClassName
{
background-color: #E5D09F;
}
</style>
border-color css
<style>
span { border-color: #E5D09F; }
span { border-color: rgb(229,208,159); }
td.TdClassName
{
border-color: #E5D09F;
}
.TagClassName
{
border-color: #E5D09F;
}
</style>