Shades of Hampton #EADA9A
Tints of Hampton #EADA9A
RGB
CMYK
RGB Variations
Color information
#EADA9A (or 0xEADA9A) is known color: Hampton. HEX triplet: EA, DA and 9A. RGB value is (234,218,154). Sum of RGB (Red+Green+Blue) = 234+218+154=606 (80% of max value = 765). Red value is 234 (91.80% from 255 or 38.61% from 606); Green value is 218 (85.55% from 255 or 35.97% from 606); Blue value is 154 (60.55% from 255 or 25.41% from 606); Max value from RGB is 234 - color contains mainly: red. Hex color #EADA9A is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EADA9A is #152565. Grayscale: #D7D7D7. Windows color (decimal): -1385830 or 10148586. OLE color: 10148586.
HSL color Cylindrical-coordinate representation of color #EADA9A: hue angle of 48º degrees, saturation: 0.66, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #EADA9A is Cyan = 0, Magento = 0.07, Yellow = 0.34 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 218 | 154 | - |
| CMYK | 0 | 0.07 | 0.34 | 0.08 |
| HSL | 48º | 0.66% | 0.76% | - |
| HSV(B) | 48º | 0.34% | 0.92% | - |
| XYZ | 64.84 | 69.97 | 40.66 | - |
| YUV | 215.49 | 93.3 | 141.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 218 | 154 | 0 | 0.07 | 0.34 | 0.08 | 48 | 0.66 | 0.76 |
| Hex | EA | DA | 9A | 0 | 7 | 22 | 8 | 30 | 42 | 4C |
| Octal | 352 | 332 | 232 | 0 | 7 | 42 | 10 | 60 | 102 | 114 |
| Binary | 11101010 | 11011010 | 10011010 | 0 | 111 | 100010 | 1000 | 110000 | 1000010 | 1001100 |
Color Harmonies of #EADA9A
Complementary color
Monochromatic Colors of #EADA9A
Black with #EADA9A
Text Example
Text Example
White with #EADA9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EADA9A; }
p { color: rgb(234,218,154); }
H1.HeaderClassName
{
color: #EADA9A;
}
.AnyTagClassName
{
color: #EADA9A;
}
</style>
background-color css
<style>
a { background-color: #EADA9A; }
a { background-color: rgb(234,218,154); }
div.DivClassName
{
background-color: #EADA9A;
}
.BgClassName
{
background-color: #EADA9A;
}
</style>
border-color css
<style>
span { border-color: #EADA9A; }
span { border-color: rgb(234,218,154); }
td.TdClassName
{
border-color: #EADA9A;
}
.TagClassName
{
border-color: #EADA9A;
}
</style>