Shades of Hampton #E8DA9C
Tints of Hampton #E8DA9C
RGB
CMYK
RGB Variations
Color information
#E8DA9C (or 0xE8DA9C) is known color: Hampton. HEX triplet: E8, DA and 9C. RGB value is (232,218,156). Sum of RGB (Red+Green+Blue) = 232+218+156=606 (80% of max value = 765). Red value is 232 (91.02% from 255 or 38.28% from 606); Green value is 218 (85.55% from 255 or 35.97% from 606); Blue value is 156 (61.33% from 255 or 25.74% from 606); Max value from RGB is 232 - color contains mainly: red. Hex color #E8DA9C is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E8DA9C is #172563. Grayscale: #D7D7D7. Windows color (decimal): -1516900 or 10279656. OLE color: 10279656.
HSL color Cylindrical-coordinate representation of color #E8DA9C: hue angle of 48.95º degrees, saturation: 0.62, 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 #E8DA9C is Cyan = 0, Magento = 0.06, Yellow = 0.33 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 218 | 156 | - |
| CMYK | 0 | 0.06 | 0.33 | 0.09 |
| HSL | 48.95º | 0.62% | 0.76% | - |
| HSV(B) | 48.95º | 0.33% | 0.91% | - |
| XYZ | 64.35 | 69.7 | 41.51 | - |
| YUV | 215.12 | 94.64 | 140.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 218 | 156 | 0 | 0.06 | 0.33 | 0.09 | 48.95 | 0.62 | 0.76 |
| Hex | E8 | DA | 9C | 0 | 6 | 21 | 9 | 31 | 3E | 4C |
| Octal | 350 | 332 | 234 | 0 | 6 | 41 | 11 | 61 | 76 | 114 |
| Binary | 11101000 | 11011010 | 10011100 | 0 | 110 | 100001 | 1001 | 110001 | 111110 | 1001100 |
Color Harmonies of #E8DA9C
Complementary color
Monochromatic Colors of #E8DA9C
Black with #E8DA9C
Text Example
Text Example
White with #E8DA9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8DA9C; }
p { color: rgb(232,218,156); }
H1.HeaderClassName
{
color: #E8DA9C;
}
.AnyTagClassName
{
color: #E8DA9C;
}
</style>
background-color css
<style>
a { background-color: #E8DA9C; }
a { background-color: rgb(232,218,156); }
div.DivClassName
{
background-color: #E8DA9C;
}
.BgClassName
{
background-color: #E8DA9C;
}
</style>
border-color css
<style>
span { border-color: #E8DA9C; }
span { border-color: rgb(232,218,156); }
td.TdClassName
{
border-color: #E8DA9C;
}
.TagClassName
{
border-color: #E8DA9C;
}
</style>