Shades of Hampton #E7D99A
Tints of Hampton #E7D99A
RGB
CMYK
RGB Variations
Color information
#E7D99A (or 0xE7D99A) is known color: Hampton. HEX triplet: E7, D9 and 9A. RGB value is (231,217,154). Sum of RGB (Red+Green+Blue) = 231+217+154=602 (79% of max value = 765). Red value is 231 (90.62% from 255 or 38.37% from 602); Green value is 217 (85.16% from 255 or 36.05% from 602); Blue value is 154 (60.55% from 255 or 25.58% from 602); Max value from RGB is 231 - color contains mainly: red. Hex color #E7D99A is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E7D99A is #182665. Grayscale: #D6D6D6. Windows color (decimal): -1582694 or 10148327. OLE color: 10148327.
HSL color Cylindrical-coordinate representation of color #E7D99A: hue angle of 49.09º degrees, saturation: 0.62, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #E7D99A is Cyan = 0, Magento = 0.06, Yellow = 0.33 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 217 | 154 | - |
| CMYK | 0 | 0.06 | 0.33 | 0.09 |
| HSL | 49.09º | 0.62% | 0.75% | - |
| HSV(B) | 49.09º | 0.33% | 0.91% | - |
| XYZ | 63.6 | 68.95 | 40.53 | - |
| YUV | 214 | 94.14 | 140.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 217 | 154 | 0 | 0.06 | 0.33 | 0.09 | 49.09 | 0.62 | 0.75 |
| Hex | E7 | D9 | 9A | 0 | 6 | 21 | 9 | 31 | 3E | 4B |
| Octal | 347 | 331 | 232 | 0 | 6 | 41 | 11 | 61 | 76 | 113 |
| Binary | 11100111 | 11011001 | 10011010 | 0 | 110 | 100001 | 1001 | 110001 | 111110 | 1001011 |
Color Harmonies of #E7D99A
Complementary color
Monochromatic Colors of #E7D99A
Black with #E7D99A
Text Example
Text Example
White with #E7D99A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7D99A; }
p { color: rgb(231,217,154); }
H1.HeaderClassName
{
color: #E7D99A;
}
.AnyTagClassName
{
color: #E7D99A;
}
</style>
background-color css
<style>
a { background-color: #E7D99A; }
a { background-color: rgb(231,217,154); }
div.DivClassName
{
background-color: #E7D99A;
}
.BgClassName
{
background-color: #E7D99A;
}
</style>
border-color css
<style>
span { border-color: #E7D99A; }
span { border-color: rgb(231,217,154); }
td.TdClassName
{
border-color: #E7D99A;
}
.TagClassName
{
border-color: #E7D99A;
}
</style>