Shades of Hampton #EADA9E
Tints of Hampton #EADA9E
RGB
CMYK
RGB Variations
Color information
#EADA9E (or 0xEADA9E) is known color: Hampton. HEX triplet: EA, DA and 9E. RGB value is (234,218,158). Sum of RGB (Red+Green+Blue) = 234+218+158=610 (80% of max value = 765). Red value is 234 (91.80% from 255 or 38.36% from 610); Green value is 218 (85.55% from 255 or 35.74% from 610); Blue value is 158 (62.11% from 255 or 25.90% from 610); Max value from RGB is 234 - color contains mainly: red. Hex color #EADA9E is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EADA9E is #152561. Grayscale: #D8D8D8. Windows color (decimal): -1385826 or 10410730. OLE color: 10410730.
HSL color Cylindrical-coordinate representation of color #EADA9E: hue angle of 47.37º 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 #EADA9E is Cyan = 0, Magento = 0.07, Yellow = 0.32 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 218 | 158 | - |
| CMYK | 0 | 0.07 | 0.32 | 0.08 |
| HSL | 47.37º | 0.64% | 0.77% | - |
| HSV(B) | 47.37º | 0.32% | 0.92% | - |
| XYZ | 65.17 | 70.1 | 42.44 | - |
| YUV | 215.94 | 95.3 | 140.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 218 | 158 | 0 | 0.07 | 0.32 | 0.08 | 47.37 | 0.64 | 0.77 |
| Hex | EA | DA | 9E | 0 | 7 | 20 | 8 | 2F | 40 | 4D |
| Octal | 352 | 332 | 236 | 0 | 7 | 40 | 10 | 57 | 100 | 115 |
| Binary | 11101010 | 11011010 | 10011110 | 0 | 111 | 100000 | 1000 | 101111 | 1000000 | 1001101 |
Color Harmonies of #EADA9E
Complementary color
Monochromatic Colors of #EADA9E
Black with #EADA9E
Text Example
Text Example
White with #EADA9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EADA9E; }
p { color: rgb(234,218,158); }
H1.HeaderClassName
{
color: #EADA9E;
}
.AnyTagClassName
{
color: #EADA9E;
}
</style>
background-color css
<style>
a { background-color: #EADA9E; }
a { background-color: rgb(234,218,158); }
div.DivClassName
{
background-color: #EADA9E;
}
.BgClassName
{
background-color: #EADA9E;
}
</style>
border-color css
<style>
span { border-color: #EADA9E; }
span { border-color: rgb(234,218,158); }
td.TdClassName
{
border-color: #EADA9E;
}
.TagClassName
{
border-color: #EADA9E;
}
</style>