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