Shades of Hampton #EAD59A
Tints of Hampton #EAD59A
RGB
CMYK
RGB Variations
Color information
#EAD59A (or 0xEAD59A) is known color: Hampton. HEX triplet: EA, D5 and 9A. RGB value is (234,213,154). Sum of RGB (Red+Green+Blue) = 234+213+154=601 (79% of max value = 765). Red value is 234 (91.80% from 255 or 38.94% from 601); Green value is 213 (83.59% from 255 or 35.44% from 601); Blue value is 154 (60.55% from 255 or 25.62% from 601); Max value from RGB is 234 - color contains mainly: red. Hex color #EAD59A is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EAD59A is #152A65. Grayscale: #D4D4D4. Windows color (decimal): -1387110 or 10147306. OLE color: 10147306.
HSL color Cylindrical-coordinate representation of color #EAD59A: hue angle of 44.25º degrees, saturation: 0.66, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #EAD59A is Cyan = 0, Magento = 0.09, Yellow = 0.34 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 213 | 154 | - |
| CMYK | 0 | 0.09 | 0.34 | 0.08 |
| HSL | 44.25º | 0.66% | 0.76% | - |
| HSV(B) | 44.25º | 0.34% | 0.92% | - |
| XYZ | 63.56 | 67.41 | 40.23 | - |
| YUV | 212.55 | 94.96 | 143.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 213 | 154 | 0 | 0.09 | 0.34 | 0.08 | 44.25 | 0.66 | 0.76 |
| Hex | EA | D5 | 9A | 0 | 9 | 22 | 8 | 2C | 42 | 4C |
| Octal | 352 | 325 | 232 | 0 | 11 | 42 | 10 | 54 | 102 | 114 |
| Binary | 11101010 | 11010101 | 10011010 | 0 | 1001 | 100010 | 1000 | 101100 | 1000010 | 1001100 |
Color Harmonies of #EAD59A
Complementary color
Monochromatic Colors of #EAD59A
Black with #EAD59A
Text Example
Text Example
White with #EAD59A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAD59A; }
p { color: rgb(234,213,154); }
H1.HeaderClassName
{
color: #EAD59A;
}
.AnyTagClassName
{
color: #EAD59A;
}
</style>
background-color css
<style>
a { background-color: #EAD59A; }
a { background-color: rgb(234,213,154); }
div.DivClassName
{
background-color: #EAD59A;
}
.BgClassName
{
background-color: #EAD59A;
}
</style>
border-color css
<style>
span { border-color: #EAD59A; }
span { border-color: rgb(234,213,154); }
td.TdClassName
{
border-color: #EAD59A;
}
.TagClassName
{
border-color: #EAD59A;
}
</style>