Shades of Hampton #EAD7A1
Tints of Hampton #EAD7A1
RGB
CMYK
RGB Variations
Color information
#EAD7A1 (or 0xEAD7A1) is known color: Hampton. HEX triplet: EA, D7 and A1. RGB value is (234,215,161). Sum of RGB (Red+Green+Blue) = 234+215+161=610 (80% of max value = 765). Red value is 234 (91.80% from 255 or 38.36% from 610); Green value is 215 (84.38% from 255 or 35.25% from 610); Blue value is 161 (63.28% from 255 or 26.39% from 610); Max value from RGB is 234 - color contains mainly: red. Hex color #EAD7A1 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EAD7A1 is #15285E. Grayscale: #D6D6D6. Windows color (decimal): -1386591 or 10606570. OLE color: 10606570.
HSL color Cylindrical-coordinate representation of color #EAD7A1: hue angle of 44.38º degrees, saturation: 0.63, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #EAD7A1 is Cyan = 0, Magento = 0.08, Yellow = 0.31 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 215 | 161 | - |
| CMYK | 0 | 0.08 | 0.31 | 0.08 |
| HSL | 44.38º | 0.63% | 0.77% | - |
| HSV(B) | 44.38º | 0.31% | 0.92% | - |
| XYZ | 64.67 | 68.67 | 43.56 | - |
| YUV | 214.53 | 97.79 | 141.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 215 | 161 | 0 | 0.08 | 0.31 | 0.08 | 44.38 | 0.63 | 0.77 |
| Hex | EA | D7 | A1 | 0 | 8 | 1F | 8 | 2C | 3F | 4D |
| Octal | 352 | 327 | 241 | 0 | 10 | 37 | 10 | 54 | 77 | 115 |
| Binary | 11101010 | 11010111 | 10100001 | 0 | 1000 | 11111 | 1000 | 101100 | 111111 | 1001101 |
Color Harmonies of #EAD7A1
Complementary color
Monochromatic Colors of #EAD7A1
Black with #EAD7A1
Text Example
Text Example
White with #EAD7A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAD7A1; }
p { color: rgb(234,215,161); }
H1.HeaderClassName
{
color: #EAD7A1;
}
.AnyTagClassName
{
color: #EAD7A1;
}
</style>
background-color css
<style>
a { background-color: #EAD7A1; }
a { background-color: rgb(234,215,161); }
div.DivClassName
{
background-color: #EAD7A1;
}
.BgClassName
{
background-color: #EAD7A1;
}
</style>
border-color css
<style>
span { border-color: #EAD7A1; }
span { border-color: rgb(234,215,161); }
td.TdClassName
{
border-color: #EAD7A1;
}
.TagClassName
{
border-color: #EAD7A1;
}
</style>