Shades of Hampton #EAD59D
Tints of Hampton #EAD59D
RGB
CMYK
RGB Variations
Color information
#EAD59D (or 0xEAD59D) is known color: Hampton. HEX triplet: EA, D5 and 9D. RGB value is (234,213,157). Sum of RGB (Red+Green+Blue) = 234+213+157=604 (80% of max value = 765). Red value is 234 (91.80% from 255 or 38.74% from 604); Green value is 213 (83.59% from 255 or 35.26% from 604); Blue value is 157 (61.72% from 255 or 25.99% from 604); Max value from RGB is 234 - color contains mainly: red. Hex color #EAD59D is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EAD59D is #152A62. Grayscale: #D5D5D5. Windows color (decimal): -1387107 or 10343914. OLE color: 10343914.
HSL color Cylindrical-coordinate representation of color #EAD59D: hue angle of 43.64º degrees, saturation: 0.65, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #EAD59D is Cyan = 0, Magento = 0.09, Yellow = 0.33 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 213 | 157 | - |
| CMYK | 0 | 0.09 | 0.33 | 0.08 |
| HSL | 43.64º | 0.65% | 0.77% | - |
| HSV(B) | 43.64º | 0.33% | 0.92% | - |
| XYZ | 63.81 | 67.52 | 41.57 | - |
| YUV | 212.9 | 96.46 | 143.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 213 | 157 | 0 | 0.09 | 0.33 | 0.08 | 43.64 | 0.65 | 0.77 |
| Hex | EA | D5 | 9D | 0 | 9 | 21 | 8 | 2C | 41 | 4D |
| Octal | 352 | 325 | 235 | 0 | 11 | 41 | 10 | 54 | 101 | 115 |
| Binary | 11101010 | 11010101 | 10011101 | 0 | 1001 | 100001 | 1000 | 101100 | 1000001 | 1001101 |
Color Harmonies of #EAD59D
Complementary color
Monochromatic Colors of #EAD59D
Black with #EAD59D
Text Example
Text Example
White with #EAD59D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAD59D; }
p { color: rgb(234,213,157); }
H1.HeaderClassName
{
color: #EAD59D;
}
.AnyTagClassName
{
color: #EAD59D;
}
</style>
background-color css
<style>
a { background-color: #EAD59D; }
a { background-color: rgb(234,213,157); }
div.DivClassName
{
background-color: #EAD59D;
}
.BgClassName
{
background-color: #EAD59D;
}
</style>
border-color css
<style>
span { border-color: #EAD59D; }
span { border-color: rgb(234,213,157); }
td.TdClassName
{
border-color: #EAD59D;
}
.TagClassName
{
border-color: #EAD59D;
}
</style>