Shades of Hampton #EADAA0
Tints of Hampton #EADAA0
RGB
CMYK
RGB Variations
Color information
#EADAA0 (or 0xEADAA0) is known color: Hampton. HEX triplet: EA, DA and A0. RGB value is (234,218,160). Sum of RGB (Red+Green+Blue) = 234+218+160=612 (81% of max value = 765). Red value is 234 (91.80% from 255 or 38.24% from 612); Green value is 218 (85.55% from 255 or 35.62% from 612); Blue value is 160 (62.89% from 255 or 26.14% from 612); Max value from RGB is 234 - color contains mainly: red. Hex color #EADAA0 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EADAA0 is #15255F. Grayscale: #D8D8D8. Windows color (decimal): -1385824 or 10541802. OLE color: 10541802.
HSL color Cylindrical-coordinate representation of color #EADAA0: hue angle of 47.03º 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 #EADAA0 is Cyan = 0, Magento = 0.07, Yellow = 0.32 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 218 | 160 | - |
| CMYK | 0 | 0.07 | 0.32 | 0.08 |
| HSL | 47.03º | 0.64% | 0.77% | - |
| HSV(B) | 47.03º | 0.32% | 0.92% | - |
| XYZ | 65.35 | 70.17 | 43.36 | - |
| YUV | 216.17 | 96.3 | 140.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 218 | 160 | 0 | 0.07 | 0.32 | 0.08 | 47.03 | 0.64 | 0.77 |
| Hex | EA | DA | A0 | 0 | 7 | 20 | 8 | 2F | 40 | 4D |
| Octal | 352 | 332 | 240 | 0 | 7 | 40 | 10 | 57 | 100 | 115 |
| Binary | 11101010 | 11011010 | 10100000 | 0 | 111 | 100000 | 1000 | 101111 | 1000000 | 1001101 |
Color Harmonies of #EADAA0
Complementary color
Monochromatic Colors of #EADAA0
Black with #EADAA0
Text Example
Text Example
White with #EADAA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EADAA0; }
p { color: rgb(234,218,160); }
H1.HeaderClassName
{
color: #EADAA0;
}
.AnyTagClassName
{
color: #EADAA0;
}
</style>
background-color css
<style>
a { background-color: #EADAA0; }
a { background-color: rgb(234,218,160); }
div.DivClassName
{
background-color: #EADAA0;
}
.BgClassName
{
background-color: #EADAA0;
}
</style>
border-color css
<style>
span { border-color: #EADAA0; }
span { border-color: rgb(234,218,160); }
td.TdClassName
{
border-color: #EADAA0;
}
.TagClassName
{
border-color: #EADAA0;
}
</style>