Shades of Hampton #EAD4A1
Tints of Hampton #EAD4A1
RGB
CMYK
RGB Variations
Color information
#EAD4A1 (or 0xEAD4A1) is known color: Hampton. HEX triplet: EA, D4 and A1. RGB value is (234,212,161). Sum of RGB (Red+Green+Blue) = 234+212+161=607 (80% of max value = 765). Red value is 234 (91.80% from 255 or 38.55% from 607); Green value is 212 (83.20% from 255 or 34.93% from 607); Blue value is 161 (63.28% from 255 or 26.52% from 607); Max value from RGB is 234 - color contains mainly: red. Hex color #EAD4A1 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EAD4A1 is #152B5E. Grayscale: #D4D4D4. Windows color (decimal): -1387359 or 10605802. OLE color: 10605802.
HSL color Cylindrical-coordinate representation of color #EAD4A1: hue angle of 41.92º 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 #EAD4A1 is Cyan = 0, Magento = 0.09, Yellow = 0.31 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 212 | 161 | - |
| CMYK | 0 | 0.09 | 0.31 | 0.08 |
| HSL | 41.92º | 0.63% | 0.77% | - |
| HSV(B) | 41.92º | 0.31% | 0.92% | - |
| XYZ | 63.91 | 67.15 | 43.31 | - |
| YUV | 212.76 | 98.79 | 143.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 212 | 161 | 0 | 0.09 | 0.31 | 0.08 | 41.92 | 0.63 | 0.77 |
| Hex | EA | D4 | A1 | 0 | 9 | 1F | 8 | 2A | 3F | 4D |
| Octal | 352 | 324 | 241 | 0 | 11 | 37 | 10 | 52 | 77 | 115 |
| Binary | 11101010 | 11010100 | 10100001 | 0 | 1001 | 11111 | 1000 | 101010 | 111111 | 1001101 |
Color Harmonies of #EAD4A1
Complementary color
Monochromatic Colors of #EAD4A1
Black with #EAD4A1
Text Example
Text Example
White with #EAD4A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAD4A1; }
p { color: rgb(234,212,161); }
H1.HeaderClassName
{
color: #EAD4A1;
}
.AnyTagClassName
{
color: #EAD4A1;
}
</style>
background-color css
<style>
a { background-color: #EAD4A1; }
a { background-color: rgb(234,212,161); }
div.DivClassName
{
background-color: #EAD4A1;
}
.BgClassName
{
background-color: #EAD4A1;
}
</style>
border-color css
<style>
span { border-color: #EAD4A1; }
span { border-color: rgb(234,212,161); }
td.TdClassName
{
border-color: #EAD4A1;
}
.TagClassName
{
border-color: #EAD4A1;
}
</style>