Shades of Hampton #EAD5A0
Tints of Hampton #EAD5A0
RGB
CMYK
RGB Variations
Color information
#EAD5A0 (or 0xEAD5A0) is known color: Hampton. HEX triplet: EA, D5 and A0. RGB value is (234,213,160). Sum of RGB (Red+Green+Blue) = 234+213+160=607 (80% of max value = 765). Red value is 234 (91.80% from 255 or 38.55% from 607); Green value is 213 (83.59% from 255 or 35.09% from 607); Blue value is 160 (62.89% from 255 or 26.36% from 607); Max value from RGB is 234 - color contains mainly: red. Hex color #EAD5A0 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EAD5A0 is #152A5F. Grayscale: #D5D5D5. Windows color (decimal): -1387104 or 10540522. OLE color: 10540522.
HSL color Cylindrical-coordinate representation of color #EAD5A0: hue angle of 42.97º 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 #EAD5A0 is Cyan = 0, Magento = 0.09, Yellow = 0.32 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 213 | 160 | - |
| CMYK | 0 | 0.09 | 0.32 | 0.08 |
| HSL | 42.97º | 0.64% | 0.77% | - |
| HSV(B) | 42.97º | 0.32% | 0.92% | - |
| XYZ | 64.07 | 67.62 | 42.93 | - |
| YUV | 213.24 | 97.96 | 142.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 213 | 160 | 0 | 0.09 | 0.32 | 0.08 | 42.97 | 0.64 | 0.77 |
| Hex | EA | D5 | A0 | 0 | 9 | 20 | 8 | 2B | 40 | 4D |
| Octal | 352 | 325 | 240 | 0 | 11 | 40 | 10 | 53 | 100 | 115 |
| Binary | 11101010 | 11010101 | 10100000 | 0 | 1001 | 100000 | 1000 | 101011 | 1000000 | 1001101 |
Color Harmonies of #EAD5A0
Complementary color
Monochromatic Colors of #EAD5A0
Black with #EAD5A0
Text Example
Text Example
White with #EAD5A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAD5A0; }
p { color: rgb(234,213,160); }
H1.HeaderClassName
{
color: #EAD5A0;
}
.AnyTagClassName
{
color: #EAD5A0;
}
</style>
background-color css
<style>
a { background-color: #EAD5A0; }
a { background-color: rgb(234,213,160); }
div.DivClassName
{
background-color: #EAD5A0;
}
.BgClassName
{
background-color: #EAD5A0;
}
</style>
border-color css
<style>
span { border-color: #EAD5A0; }
span { border-color: rgb(234,213,160); }
td.TdClassName
{
border-color: #EAD5A0;
}
.TagClassName
{
border-color: #EAD5A0;
}
</style>