Shades of Hampton #EAD69E
Tints of Hampton #EAD69E
RGB
CMYK
RGB Variations
Color information
#EAD69E (or 0xEAD69E) is known color: Hampton. HEX triplet: EA, D6 and 9E. RGB value is (234,214,158). Sum of RGB (Red+Green+Blue) = 234+214+158=606 (80% of max value = 765). Red value is 234 (91.80% from 255 or 38.61% from 606); Green value is 214 (83.98% from 255 or 35.31% from 606); Blue value is 158 (62.11% from 255 or 26.07% from 606); Max value from RGB is 234 - color contains mainly: red. Hex color #EAD69E is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EAD69E is #152961. Grayscale: #D5D5D5. Windows color (decimal): -1386850 or 10409706. OLE color: 10409706.
HSL color Cylindrical-coordinate representation of color #EAD69E: hue angle of 44.21º degrees, saturation: 0.64, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #EAD69E is Cyan = 0, Magento = 0.09, Yellow = 0.32 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 214 | 158 | - |
| CMYK | 0 | 0.09 | 0.32 | 0.08 |
| HSL | 44.21º | 0.64% | 0.77% | - |
| HSV(B) | 44.21º | 0.32% | 0.92% | - |
| XYZ | 64.15 | 68.05 | 42.1 | - |
| YUV | 213.6 | 96.63 | 142.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 214 | 158 | 0 | 0.09 | 0.32 | 0.08 | 44.21 | 0.64 | 0.77 |
| Hex | EA | D6 | 9E | 0 | 9 | 20 | 8 | 2C | 40 | 4D |
| Octal | 352 | 326 | 236 | 0 | 11 | 40 | 10 | 54 | 100 | 115 |
| Binary | 11101010 | 11010110 | 10011110 | 0 | 1001 | 100000 | 1000 | 101100 | 1000000 | 1001101 |
Color Harmonies of #EAD69E
Complementary color
Monochromatic Colors of #EAD69E
Black with #EAD69E
Text Example
Text Example
White with #EAD69E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAD69E; }
p { color: rgb(234,214,158); }
H1.HeaderClassName
{
color: #EAD69E;
}
.AnyTagClassName
{
color: #EAD69E;
}
</style>
background-color css
<style>
a { background-color: #EAD69E; }
a { background-color: rgb(234,214,158); }
div.DivClassName
{
background-color: #EAD69E;
}
.BgClassName
{
background-color: #EAD69E;
}
</style>
border-color css
<style>
span { border-color: #EAD69E; }
span { border-color: rgb(234,214,158); }
td.TdClassName
{
border-color: #EAD69E;
}
.TagClassName
{
border-color: #EAD69E;
}
</style>