Shades of Hampton #EAD49E
Tints of Hampton #EAD49E
RGB
CMYK
RGB Variations
Color information
#EAD49E (or 0xEAD49E) is known color: Hampton. HEX triplet: EA, D4 and 9E. RGB value is (234,212,158). Sum of RGB (Red+Green+Blue) = 234+212+158=604 (80% of max value = 765). Red value is 234 (91.80% from 255 or 38.74% from 604); Green value is 212 (83.20% from 255 or 35.10% from 604); Blue value is 158 (62.11% from 255 or 26.16% from 604); Max value from RGB is 234 - color contains mainly: red. Hex color #EAD49E is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EAD49E is #152B61. Grayscale: #D4D4D4. Windows color (decimal): -1387362 or 10409194. OLE color: 10409194.
HSL color Cylindrical-coordinate representation of color #EAD49E: hue angle of 42.63º 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 #EAD49E is Cyan = 0, Magento = 0.09, Yellow = 0.32 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 212 | 158 | - |
| CMYK | 0 | 0.09 | 0.32 | 0.08 |
| HSL | 42.63º | 0.64% | 0.77% | - |
| HSV(B) | 42.63º | 0.32% | 0.92% | - |
| XYZ | 63.65 | 67.05 | 41.93 | - |
| YUV | 212.42 | 97.29 | 143.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 212 | 158 | 0 | 0.09 | 0.32 | 0.08 | 42.63 | 0.64 | 0.77 |
| Hex | EA | D4 | 9E | 0 | 9 | 20 | 8 | 2B | 40 | 4D |
| Octal | 352 | 324 | 236 | 0 | 11 | 40 | 10 | 53 | 100 | 115 |
| Binary | 11101010 | 11010100 | 10011110 | 0 | 1001 | 100000 | 1000 | 101011 | 1000000 | 1001101 |
Color Harmonies of #EAD49E
Complementary color
Monochromatic Colors of #EAD49E
Black with #EAD49E
Text Example
Text Example
White with #EAD49E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAD49E; }
p { color: rgb(234,212,158); }
H1.HeaderClassName
{
color: #EAD49E;
}
.AnyTagClassName
{
color: #EAD49E;
}
</style>
background-color css
<style>
a { background-color: #EAD49E; }
a { background-color: rgb(234,212,158); }
div.DivClassName
{
background-color: #EAD49E;
}
.BgClassName
{
background-color: #EAD49E;
}
</style>
border-color css
<style>
span { border-color: #EAD49E; }
span { border-color: rgb(234,212,158); }
td.TdClassName
{
border-color: #EAD49E;
}
.TagClassName
{
border-color: #EAD49E;
}
</style>