Shades of Hampton #E5D4A6
Tints of Hampton #E5D4A6
RGB
CMYK
RGB Variations
Color information
#E5D4A6 (or 0xE5D4A6) is known color: Hampton. HEX triplet: E5, D4 and A6. RGB value is (229,212,166). Sum of RGB (Red+Green+Blue) = 229+212+166=607 (80% of max value = 765). Red value is 229 (89.84% from 255 or 37.73% from 607); Green value is 212 (83.20% from 255 or 34.93% from 607); Blue value is 166 (65.23% from 255 or 27.35% from 607); Max value from RGB is 229 - color contains mainly: red. Hex color #E5D4A6 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E5D4A6 is #1A2B59. Grayscale: #D4D4D4. Windows color (decimal): -1715034 or 10933477. OLE color: 10933477.
HSL color Cylindrical-coordinate representation of color #E5D4A6: hue angle of 43.81º degrees, saturation: 0.55, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #E5D4A6 is Cyan = 0, Magento = 0.07, Yellow = 0.28 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 212 | 166 | - |
| CMYK | 0 | 0.07 | 0.28 | 0.10 |
| HSL | 43.81º | 0.55% | 0.77% | - |
| HSV(B) | 43.81º | 0.28% | 0.9% | - |
| XYZ | 62.74 | 66.5 | 45.61 | - |
| YUV | 211.84 | 102.13 | 140.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 212 | 166 | 0 | 0.07 | 0.28 | 0.10 | 43.81 | 0.55 | 0.77 |
| Hex | E5 | D4 | A6 | 0 | 7 | 1C | A | 2C | 37 | 4D |
| Octal | 345 | 324 | 246 | 0 | 7 | 34 | 12 | 54 | 67 | 115 |
| Binary | 11100101 | 11010100 | 10100110 | 0 | 111 | 11100 | 1010 | 101100 | 110111 | 1001101 |
Color Harmonies of #E5D4A6
Complementary color
Monochromatic Colors of #E5D4A6
Black with #E5D4A6
Text Example
Text Example
White with #E5D4A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5D4A6; }
p { color: rgb(229,212,166); }
H1.HeaderClassName
{
color: #E5D4A6;
}
.AnyTagClassName
{
color: #E5D4A6;
}
</style>
background-color css
<style>
a { background-color: #E5D4A6; }
a { background-color: rgb(229,212,166); }
div.DivClassName
{
background-color: #E5D4A6;
}
.BgClassName
{
background-color: #E5D4A6;
}
</style>
border-color css
<style>
span { border-color: #E5D4A6; }
span { border-color: rgb(229,212,166); }
td.TdClassName
{
border-color: #E5D4A6;
}
.TagClassName
{
border-color: #E5D4A6;
}
</style>