Shades of Hampton #EAD59E
Tints of Hampton #EAD59E
RGB
CMYK
RGB Variations
Color information
#EAD59E (or 0xEAD59E) is known color: Hampton. HEX triplet: EA, D5 and 9E. RGB value is (234,213,158). Sum of RGB (Red+Green+Blue) = 234+213+158=605 (80% of max value = 765). Red value is 234 (91.80% from 255 or 38.68% from 605); Green value is 213 (83.59% from 255 or 35.21% from 605); Blue value is 158 (62.11% from 255 or 26.12% from 605); Max value from RGB is 234 - color contains mainly: red. Hex color #EAD59E is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EAD59E is #152A61. Grayscale: #D5D5D5. Windows color (decimal): -1387106 or 10409450. OLE color: 10409450.
HSL color Cylindrical-coordinate representation of color #EAD59E: hue angle of 43.42º 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 #EAD59E is Cyan = 0, Magento = 0.09, Yellow = 0.32 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 213 | 158 | - |
| CMYK | 0 | 0.09 | 0.32 | 0.08 |
| HSL | 43.42º | 0.64% | 0.77% | - |
| HSV(B) | 43.42º | 0.32% | 0.92% | - |
| XYZ | 63.9 | 67.55 | 42.02 | - |
| YUV | 213.01 | 96.96 | 142.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 213 | 158 | 0 | 0.09 | 0.32 | 0.08 | 43.42 | 0.64 | 0.77 |
| Hex | EA | D5 | 9E | 0 | 9 | 20 | 8 | 2B | 40 | 4D |
| Octal | 352 | 325 | 236 | 0 | 11 | 40 | 10 | 53 | 100 | 115 |
| Binary | 11101010 | 11010101 | 10011110 | 0 | 1001 | 100000 | 1000 | 101011 | 1000000 | 1001101 |
Color Harmonies of #EAD59E
Complementary color
Monochromatic Colors of #EAD59E
Black with #EAD59E
Text Example
Text Example
White with #EAD59E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAD59E; }
p { color: rgb(234,213,158); }
H1.HeaderClassName
{
color: #EAD59E;
}
.AnyTagClassName
{
color: #EAD59E;
}
</style>
background-color css
<style>
a { background-color: #EAD59E; }
a { background-color: rgb(234,213,158); }
div.DivClassName
{
background-color: #EAD59E;
}
.BgClassName
{
background-color: #EAD59E;
}
</style>
border-color css
<style>
span { border-color: #EAD59E; }
span { border-color: rgb(234,213,158); }
td.TdClassName
{
border-color: #EAD59E;
}
.TagClassName
{
border-color: #EAD59E;
}
</style>