Shades of Hampton #E9DC9E
Tints of Hampton #E9DC9E
RGB
CMYK
RGB Variations
Color information
#E9DC9E (or 0xE9DC9E) is known color: Hampton. HEX triplet: E9, DC and 9E. RGB value is (233,220,158). Sum of RGB (Red+Green+Blue) = 233+220+158=611 (80% of max value = 765). Red value is 233 (91.41% from 255 or 38.13% from 611); Green value is 220 (86.33% from 255 or 36.01% from 611); Blue value is 158 (62.11% from 255 or 25.86% from 611); Max value from RGB is 233 - color contains mainly: red. Hex color #E9DC9E is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E9DC9E is #162361. Grayscale: #D9D9D9. Windows color (decimal): -1450850 or 10411241. OLE color: 10411241.
HSL color Cylindrical-coordinate representation of color #E9DC9E: hue angle of 49.6º degrees, saturation: 0.63, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #E9DC9E is Cyan = 0, Magento = 0.06, Yellow = 0.32 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 220 | 158 | - |
| CMYK | 0 | 0.06 | 0.32 | 0.09 |
| HSL | 49.6º | 0.63% | 0.77% | - |
| HSV(B) | 49.6º | 0.32% | 0.91% | - |
| XYZ | 65.37 | 70.98 | 42.6 | - |
| YUV | 216.82 | 94.81 | 139.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 220 | 158 | 0 | 0.06 | 0.32 | 0.09 | 49.6 | 0.63 | 0.77 |
| Hex | E9 | DC | 9E | 0 | 6 | 20 | 9 | 32 | 3F | 4D |
| Octal | 351 | 334 | 236 | 0 | 6 | 40 | 11 | 62 | 77 | 115 |
| Binary | 11101001 | 11011100 | 10011110 | 0 | 110 | 100000 | 1001 | 110010 | 111111 | 1001101 |
Color Harmonies of #E9DC9E
Complementary color
Monochromatic Colors of #E9DC9E
Black with #E9DC9E
Text Example
Text Example
White with #E9DC9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9DC9E; }
p { color: rgb(233,220,158); }
H1.HeaderClassName
{
color: #E9DC9E;
}
.AnyTagClassName
{
color: #E9DC9E;
}
</style>
background-color css
<style>
a { background-color: #E9DC9E; }
a { background-color: rgb(233,220,158); }
div.DivClassName
{
background-color: #E9DC9E;
}
.BgClassName
{
background-color: #E9DC9E;
}
</style>
border-color css
<style>
span { border-color: #E9DC9E; }
span { border-color: rgb(233,220,158); }
td.TdClassName
{
border-color: #E9DC9E;
}
.TagClassName
{
border-color: #E9DC9E;
}
</style>