Shades of Hampton #EADA9F
Tints of Hampton #EADA9F
RGB
CMYK
RGB Variations
Color information
#EADA9F (or 0xEADA9F) is known color: Hampton. HEX triplet: EA, DA and 9F. RGB value is (234,218,159). Sum of RGB (Red+Green+Blue) = 234+218+159=611 (80% of max value = 765). Red value is 234 (91.80% from 255 or 38.30% from 611); Green value is 218 (85.55% from 255 or 35.68% from 611); Blue value is 159 (62.5% from 255 or 26.02% from 611); Max value from RGB is 234 - color contains mainly: red. Hex color #EADA9F is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EADA9F is #152560. Grayscale: #D8D8D8. Windows color (decimal): -1385825 or 10476266. OLE color: 10476266.
HSL color Cylindrical-coordinate representation of color #EADA9F: hue angle of 47.2º 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 #EADA9F is Cyan = 0, Magento = 0.07, Yellow = 0.32 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 218 | 159 | - |
| CMYK | 0 | 0.07 | 0.32 | 0.08 |
| HSL | 47.2º | 0.64% | 0.77% | - |
| HSV(B) | 47.2º | 0.32% | 0.92% | - |
| XYZ | 65.26 | 70.14 | 42.9 | - |
| YUV | 216.06 | 95.8 | 140.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 218 | 159 | 0 | 0.07 | 0.32 | 0.08 | 47.2 | 0.64 | 0.77 |
| Hex | EA | DA | 9F | 0 | 7 | 20 | 8 | 2F | 40 | 4D |
| Octal | 352 | 332 | 237 | 0 | 7 | 40 | 10 | 57 | 100 | 115 |
| Binary | 11101010 | 11011010 | 10011111 | 0 | 111 | 100000 | 1000 | 101111 | 1000000 | 1001101 |
Color Harmonies of #EADA9F
Complementary color
Monochromatic Colors of #EADA9F
Black with #EADA9F
Text Example
Text Example
White with #EADA9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EADA9F; }
p { color: rgb(234,218,159); }
H1.HeaderClassName
{
color: #EADA9F;
}
.AnyTagClassName
{
color: #EADA9F;
}
</style>
background-color css
<style>
a { background-color: #EADA9F; }
a { background-color: rgb(234,218,159); }
div.DivClassName
{
background-color: #EADA9F;
}
.BgClassName
{
background-color: #EADA9F;
}
</style>
border-color css
<style>
span { border-color: #EADA9F; }
span { border-color: rgb(234,218,159); }
td.TdClassName
{
border-color: #EADA9F;
}
.TagClassName
{
border-color: #EADA9F;
}
</style>