Shades of Hampton #E9D79B
Tints of Hampton #E9D79B
RGB
CMYK
RGB Variations
Color information
#E9D79B (or 0xE9D79B) is known color: Hampton. HEX triplet: E9, D7 and 9B. RGB value is (233,215,155). Sum of RGB (Red+Green+Blue) = 233+215+155=603 (79% of max value = 765). Red value is 233 (91.41% from 255 or 38.64% from 603); Green value is 215 (84.38% from 255 or 35.66% from 603); Blue value is 155 (60.94% from 255 or 25.70% from 603); Max value from RGB is 233 - color contains mainly: red. Hex color #E9D79B is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E9D79B is #162864. Grayscale: #D5D5D5. Windows color (decimal): -1452133 or 10213353. OLE color: 10213353.
HSL color Cylindrical-coordinate representation of color #E9D79B: hue angle of 46.15º degrees, saturation: 0.64, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #E9D79B is Cyan = 0, Magento = 0.08, Yellow = 0.33 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 215 | 155 | - |
| CMYK | 0 | 0.08 | 0.33 | 0.09 |
| HSL | 46.15º | 0.64% | 0.76% | - |
| HSV(B) | 46.15º | 0.33% | 0.91% | - |
| XYZ | 63.82 | 68.29 | 40.83 | - |
| YUV | 213.54 | 94.96 | 141.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 215 | 155 | 0 | 0.08 | 0.33 | 0.09 | 46.15 | 0.64 | 0.76 |
| Hex | E9 | D7 | 9B | 0 | 8 | 21 | 9 | 2E | 40 | 4C |
| Octal | 351 | 327 | 233 | 0 | 10 | 41 | 11 | 56 | 100 | 114 |
| Binary | 11101001 | 11010111 | 10011011 | 0 | 1000 | 100001 | 1001 | 101110 | 1000000 | 1001100 |
Color Harmonies of #E9D79B
Complementary color
Monochromatic Colors of #E9D79B
Black with #E9D79B
Text Example
Text Example
White with #E9D79B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9D79B; }
p { color: rgb(233,215,155); }
H1.HeaderClassName
{
color: #E9D79B;
}
.AnyTagClassName
{
color: #E9D79B;
}
</style>
background-color css
<style>
a { background-color: #E9D79B; }
a { background-color: rgb(233,215,155); }
div.DivClassName
{
background-color: #E9D79B;
}
.BgClassName
{
background-color: #E9D79B;
}
</style>
border-color css
<style>
span { border-color: #E9D79B; }
span { border-color: rgb(233,215,155); }
td.TdClassName
{
border-color: #E9D79B;
}
.TagClassName
{
border-color: #E9D79B;
}
</style>