Shades of Hampton #E7D69C
Tints of Hampton #E7D69C
RGB
CMYK
RGB Variations
Color information
#E7D69C (or 0xE7D69C) is known color: Hampton. HEX triplet: E7, D6 and 9C. RGB value is (231,214,156). Sum of RGB (Red+Green+Blue) = 231+214+156=601 (79% of max value = 765). Red value is 231 (90.62% from 255 or 38.44% from 601); Green value is 214 (83.98% from 255 or 35.61% from 601); Blue value is 156 (61.33% from 255 or 25.96% from 601); Max value from RGB is 231 - color contains mainly: red. Hex color #E7D69C is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E7D69C is #182963. Grayscale: #D4D4D4. Windows color (decimal): -1583460 or 10278631. OLE color: 10278631.
HSL color Cylindrical-coordinate representation of color #E7D69C: hue angle of 46.4º degrees, saturation: 0.61, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #E7D69C is Cyan = 0, Magento = 0.07, Yellow = 0.32 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 214 | 156 | - |
| CMYK | 0 | 0.07 | 0.32 | 0.09 |
| HSL | 46.4º | 0.61% | 0.76% | - |
| HSV(B) | 46.4º | 0.32% | 0.91% | - |
| XYZ | 63 | 67.48 | 41.16 | - |
| YUV | 212.47 | 96.13 | 141.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 214 | 156 | 0 | 0.07 | 0.32 | 0.09 | 46.4 | 0.61 | 0.76 |
| Hex | E7 | D6 | 9C | 0 | 7 | 20 | 9 | 2E | 3D | 4C |
| Octal | 347 | 326 | 234 | 0 | 7 | 40 | 11 | 56 | 75 | 114 |
| Binary | 11100111 | 11010110 | 10011100 | 0 | 111 | 100000 | 1001 | 101110 | 111101 | 1001100 |
Color Harmonies of #E7D69C
Complementary color
Monochromatic Colors of #E7D69C
Black with #E7D69C
Text Example
Text Example
White with #E7D69C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7D69C; }
p { color: rgb(231,214,156); }
H1.HeaderClassName
{
color: #E7D69C;
}
.AnyTagClassName
{
color: #E7D69C;
}
</style>
background-color css
<style>
a { background-color: #E7D69C; }
a { background-color: rgb(231,214,156); }
div.DivClassName
{
background-color: #E7D69C;
}
.BgClassName
{
background-color: #E7D69C;
}
</style>
border-color css
<style>
span { border-color: #E7D69C; }
span { border-color: rgb(231,214,156); }
td.TdClassName
{
border-color: #E7D69C;
}
.TagClassName
{
border-color: #E7D69C;
}
</style>