Shades of Hampton #EADA9D
Tints of Hampton #EADA9D
RGB
CMYK
RGB Variations
Color information
#EADA9D (or 0xEADA9D) is known color: Hampton. HEX triplet: EA, DA and 9D. RGB value is (234,218,157). Sum of RGB (Red+Green+Blue) = 234+218+157=609 (80% of max value = 765). Red value is 234 (91.80% from 255 or 38.42% from 609); Green value is 218 (85.55% from 255 or 35.80% from 609); Blue value is 157 (61.72% from 255 or 25.78% from 609); Max value from RGB is 234 - color contains mainly: red. Hex color #EADA9D is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EADA9D is #152562. Grayscale: #D8D8D8. Windows color (decimal): -1385827 or 10345194. OLE color: 10345194.
HSL color Cylindrical-coordinate representation of color #EADA9D: hue angle of 47.53º degrees, saturation: 0.65, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #EADA9D is Cyan = 0, Magento = 0.07, Yellow = 0.33 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 218 | 157 | - |
| CMYK | 0 | 0.07 | 0.33 | 0.08 |
| HSL | 47.53º | 0.65% | 0.77% | - |
| HSV(B) | 47.53º | 0.33% | 0.92% | - |
| XYZ | 65.09 | 70.07 | 41.99 | - |
| YUV | 215.83 | 94.8 | 140.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 218 | 157 | 0 | 0.07 | 0.33 | 0.08 | 47.53 | 0.65 | 0.77 |
| Hex | EA | DA | 9D | 0 | 7 | 21 | 8 | 30 | 41 | 4D |
| Octal | 352 | 332 | 235 | 0 | 7 | 41 | 10 | 60 | 101 | 115 |
| Binary | 11101010 | 11011010 | 10011101 | 0 | 111 | 100001 | 1000 | 110000 | 1000001 | 1001101 |
Color Harmonies of #EADA9D
Complementary color
Monochromatic Colors of #EADA9D
Black with #EADA9D
Text Example
Text Example
White with #EADA9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EADA9D; }
p { color: rgb(234,218,157); }
H1.HeaderClassName
{
color: #EADA9D;
}
.AnyTagClassName
{
color: #EADA9D;
}
</style>
background-color css
<style>
a { background-color: #EADA9D; }
a { background-color: rgb(234,218,157); }
div.DivClassName
{
background-color: #EADA9D;
}
.BgClassName
{
background-color: #EADA9D;
}
</style>
border-color css
<style>
span { border-color: #EADA9D; }
span { border-color: rgb(234,218,157); }
td.TdClassName
{
border-color: #EADA9D;
}
.TagClassName
{
border-color: #EADA9D;
}
</style>