Shades of Hampton #EAD3A0
Tints of Hampton #EAD3A0
RGB
CMYK
RGB Variations
Color information
#EAD3A0 (or 0xEAD3A0) is known color: Hampton. HEX triplet: EA, D3 and A0. RGB value is (234,211,160). Sum of RGB (Red+Green+Blue) = 234+211+160=605 (80% of max value = 765). Red value is 234 (91.80% from 255 or 38.68% from 605); Green value is 211 (82.81% from 255 or 34.88% from 605); Blue value is 160 (62.89% from 255 or 26.45% from 605); Max value from RGB is 234 - color contains mainly: red. Hex color #EAD3A0 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EAD3A0 is #152C5F. Grayscale: #D4D4D4. Windows color (decimal): -1387616 or 10540010. OLE color: 10540010.
HSL color Cylindrical-coordinate representation of color #EAD3A0: hue angle of 41.35º 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 #EAD3A0 is Cyan = 0, Magento = 0.10, Yellow = 0.32 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 211 | 160 | - |
| CMYK | 0 | 0.10 | 0.32 | 0.08 |
| HSL | 41.35º | 0.64% | 0.77% | - |
| HSV(B) | 41.35º | 0.32% | 0.92% | - |
| XYZ | 63.57 | 66.62 | 42.77 | - |
| YUV | 212.06 | 98.62 | 143.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 211 | 160 | 0 | 0.10 | 0.32 | 0.08 | 41.35 | 0.64 | 0.77 |
| Hex | EA | D3 | A0 | 0 | A | 20 | 8 | 29 | 40 | 4D |
| Octal | 352 | 323 | 240 | 0 | 12 | 40 | 10 | 51 | 100 | 115 |
| Binary | 11101010 | 11010011 | 10100000 | 0 | 1010 | 100000 | 1000 | 101001 | 1000000 | 1001101 |
Color Harmonies of #EAD3A0
Complementary color
Monochromatic Colors of #EAD3A0
Black with #EAD3A0
Text Example
Text Example
White with #EAD3A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAD3A0; }
p { color: rgb(234,211,160); }
H1.HeaderClassName
{
color: #EAD3A0;
}
.AnyTagClassName
{
color: #EAD3A0;
}
</style>
background-color css
<style>
a { background-color: #EAD3A0; }
a { background-color: rgb(234,211,160); }
div.DivClassName
{
background-color: #EAD3A0;
}
.BgClassName
{
background-color: #EAD3A0;
}
</style>
border-color css
<style>
span { border-color: #EAD3A0; }
span { border-color: rgb(234,211,160); }
td.TdClassName
{
border-color: #EAD3A0;
}
.TagClassName
{
border-color: #EAD3A0;
}
</style>