Shades of Hampton #EAD79E
Tints of Hampton #EAD79E
RGB
CMYK
RGB Variations
Color information
#EAD79E (or 0xEAD79E) is known color: Hampton. HEX triplet: EA, D7 and 9E. RGB value is (234,215,158). Sum of RGB (Red+Green+Blue) = 234+215+158=607 (80% of max value = 765). Red value is 234 (91.80% from 255 or 38.55% from 607); Green value is 215 (84.38% from 255 or 35.42% from 607); Blue value is 158 (62.11% from 255 or 26.03% from 607); Max value from RGB is 234 - color contains mainly: red. Hex color #EAD79E is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EAD79E is #152861. Grayscale: #D6D6D6. Windows color (decimal): -1386594 or 10409962. OLE color: 10409962.
HSL color Cylindrical-coordinate representation of color #EAD79E: hue angle of 45º 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 #EAD79E is Cyan = 0, Magento = 0.08, Yellow = 0.32 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 215 | 158 | - |
| CMYK | 0 | 0.08 | 0.32 | 0.08 |
| HSL | 45º | 0.64% | 0.77% | - |
| HSV(B) | 45º | 0.32% | 0.92% | - |
| XYZ | 64.4 | 68.56 | 42.19 | - |
| YUV | 214.18 | 96.29 | 142.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 215 | 158 | 0 | 0.08 | 0.32 | 0.08 | 45 | 0.64 | 0.77 |
| Hex | EA | D7 | 9E | 0 | 8 | 20 | 8 | 2D | 40 | 4D |
| Octal | 352 | 327 | 236 | 0 | 10 | 40 | 10 | 55 | 100 | 115 |
| Binary | 11101010 | 11010111 | 10011110 | 0 | 1000 | 100000 | 1000 | 101101 | 1000000 | 1001101 |
Color Harmonies of #EAD79E
Complementary color
Monochromatic Colors of #EAD79E
Black with #EAD79E
Text Example
Text Example
White with #EAD79E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAD79E; }
p { color: rgb(234,215,158); }
H1.HeaderClassName
{
color: #EAD79E;
}
.AnyTagClassName
{
color: #EAD79E;
}
</style>
background-color css
<style>
a { background-color: #EAD79E; }
a { background-color: rgb(234,215,158); }
div.DivClassName
{
background-color: #EAD79E;
}
.BgClassName
{
background-color: #EAD79E;
}
</style>
border-color css
<style>
span { border-color: #EAD79E; }
span { border-color: rgb(234,215,158); }
td.TdClassName
{
border-color: #EAD79E;
}
.TagClassName
{
border-color: #EAD79E;
}
</style>