Shades of Hampton #E9D69C
Tints of Hampton #E9D69C
RGB
CMYK
RGB Variations
Color information
#E9D69C (or 0xE9D69C) is known color: Hampton. HEX triplet: E9, D6 and 9C. RGB value is (233,214,156). Sum of RGB (Red+Green+Blue) = 233+214+156=603 (79% of max value = 765). Red value is 233 (91.41% from 255 or 38.64% from 603); Green value is 214 (83.98% from 255 or 35.49% from 603); Blue value is 156 (61.33% from 255 or 25.87% from 603); Max value from RGB is 233 - color contains mainly: red. Hex color #E9D69C is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E9D69C is #162963. Grayscale: #D5D5D5. Windows color (decimal): -1452388 or 10278633. OLE color: 10278633.
HSL color Cylindrical-coordinate representation of color #E9D69C: hue angle of 45.19º 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 #E9D69C is Cyan = 0, Magento = 0.08, Yellow = 0.33 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 214 | 156 | - |
| CMYK | 0 | 0.08 | 0.33 | 0.09 |
| HSL | 45.19º | 0.64% | 0.76% | - |
| HSV(B) | 45.19º | 0.33% | 0.91% | - |
| XYZ | 63.65 | 67.82 | 41.19 | - |
| YUV | 213.07 | 95.79 | 142.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 214 | 156 | 0 | 0.08 | 0.33 | 0.09 | 45.19 | 0.64 | 0.76 |
| Hex | E9 | D6 | 9C | 0 | 8 | 21 | 9 | 2D | 40 | 4C |
| Octal | 351 | 326 | 234 | 0 | 10 | 41 | 11 | 55 | 100 | 114 |
| Binary | 11101001 | 11010110 | 10011100 | 0 | 1000 | 100001 | 1001 | 101101 | 1000000 | 1001100 |
Color Harmonies of #E9D69C
Complementary color
Monochromatic Colors of #E9D69C
Black with #E9D69C
Text Example
Text Example
White with #E9D69C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9D69C; }
p { color: rgb(233,214,156); }
H1.HeaderClassName
{
color: #E9D69C;
}
.AnyTagClassName
{
color: #E9D69C;
}
</style>
background-color css
<style>
a { background-color: #E9D69C; }
a { background-color: rgb(233,214,156); }
div.DivClassName
{
background-color: #E9D69C;
}
.BgClassName
{
background-color: #E9D69C;
}
</style>
border-color css
<style>
span { border-color: #E9D69C; }
span { border-color: rgb(233,214,156); }
td.TdClassName
{
border-color: #E9D69C;
}
.TagClassName
{
border-color: #E9D69C;
}
</style>