Shades of Hampton #E9DA9C
Tints of Hampton #E9DA9C
RGB
CMYK
RGB Variations
Color information
#E9DA9C (or 0xE9DA9C) is known color: Hampton. HEX triplet: E9, DA and 9C. RGB value is (233,218,156). Sum of RGB (Red+Green+Blue) = 233+218+156=607 (80% of max value = 765). Red value is 233 (91.41% from 255 or 38.39% from 607); Green value is 218 (85.55% from 255 or 35.91% from 607); Blue value is 156 (61.33% from 255 or 25.70% from 607); Max value from RGB is 233 - color contains mainly: red. Hex color #E9DA9C is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E9DA9C is #162563. Grayscale: #D7D7D7. Windows color (decimal): -1451364 or 10279657. OLE color: 10279657.
HSL color Cylindrical-coordinate representation of color #E9DA9C: hue angle of 48.31º 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 #E9DA9C is Cyan = 0, Magento = 0.06, Yellow = 0.33 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 218 | 156 | - |
| CMYK | 0 | 0.06 | 0.33 | 0.09 |
| HSL | 48.31º | 0.64% | 0.76% | - |
| HSV(B) | 48.31º | 0.33% | 0.91% | - |
| XYZ | 64.68 | 69.87 | 41.53 | - |
| YUV | 215.42 | 94.47 | 140.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 218 | 156 | 0 | 0.06 | 0.33 | 0.09 | 48.31 | 0.64 | 0.76 |
| Hex | E9 | DA | 9C | 0 | 6 | 21 | 9 | 30 | 40 | 4C |
| Octal | 351 | 332 | 234 | 0 | 6 | 41 | 11 | 60 | 100 | 114 |
| Binary | 11101001 | 11011010 | 10011100 | 0 | 110 | 100001 | 1001 | 110000 | 1000000 | 1001100 |
Color Harmonies of #E9DA9C
Complementary color
Monochromatic Colors of #E9DA9C
Black with #E9DA9C
Text Example
Text Example
White with #E9DA9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9DA9C; }
p { color: rgb(233,218,156); }
H1.HeaderClassName
{
color: #E9DA9C;
}
.AnyTagClassName
{
color: #E9DA9C;
}
</style>
background-color css
<style>
a { background-color: #E9DA9C; }
a { background-color: rgb(233,218,156); }
div.DivClassName
{
background-color: #E9DA9C;
}
.BgClassName
{
background-color: #E9DA9C;
}
</style>
border-color css
<style>
span { border-color: #E9DA9C; }
span { border-color: rgb(233,218,156); }
td.TdClassName
{
border-color: #E9DA9C;
}
.TagClassName
{
border-color: #E9DA9C;
}
</style>