Shades of Hampton #EAD7A0
Tints of Hampton #EAD7A0
RGB
CMYK
RGB Variations
Color information
#EAD7A0 (or 0xEAD7A0) is known color: Hampton. HEX triplet: EA, D7 and A0. RGB value is (234,215,160). Sum of RGB (Red+Green+Blue) = 234+215+160=609 (80% of max value = 765). Red value is 234 (91.80% from 255 or 38.42% from 609); Green value is 215 (84.38% from 255 or 35.30% from 609); Blue value is 160 (62.89% from 255 or 26.27% from 609); Max value from RGB is 234 - color contains mainly: red. Hex color #EAD7A0 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EAD7A0 is #15285F. Grayscale: #D6D6D6. Windows color (decimal): -1386592 or 10541034. OLE color: 10541034.
HSL color Cylindrical-coordinate representation of color #EAD7A0: hue angle of 44.59º 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 #EAD7A0 is Cyan = 0, Magento = 0.08, Yellow = 0.32 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 215 | 160 | - |
| CMYK | 0 | 0.08 | 0.32 | 0.08 |
| HSL | 44.59º | 0.64% | 0.77% | - |
| HSV(B) | 44.59º | 0.32% | 0.92% | - |
| XYZ | 64.58 | 68.63 | 43.1 | - |
| YUV | 214.41 | 97.29 | 141.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 215 | 160 | 0 | 0.08 | 0.32 | 0.08 | 44.59 | 0.64 | 0.77 |
| Hex | EA | D7 | A0 | 0 | 8 | 20 | 8 | 2D | 40 | 4D |
| Octal | 352 | 327 | 240 | 0 | 10 | 40 | 10 | 55 | 100 | 115 |
| Binary | 11101010 | 11010111 | 10100000 | 0 | 1000 | 100000 | 1000 | 101101 | 1000000 | 1001101 |
Color Harmonies of #EAD7A0
Complementary color
Monochromatic Colors of #EAD7A0
Black with #EAD7A0
Text Example
Text Example
White with #EAD7A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAD7A0; }
p { color: rgb(234,215,160); }
H1.HeaderClassName
{
color: #EAD7A0;
}
.AnyTagClassName
{
color: #EAD7A0;
}
</style>
background-color css
<style>
a { background-color: #EAD7A0; }
a { background-color: rgb(234,215,160); }
div.DivClassName
{
background-color: #EAD7A0;
}
.BgClassName
{
background-color: #EAD7A0;
}
</style>
border-color css
<style>
span { border-color: #EAD7A0; }
span { border-color: rgb(234,215,160); }
td.TdClassName
{
border-color: #EAD7A0;
}
.TagClassName
{
border-color: #EAD7A0;
}
</style>