Shades of Hampton #EADC9C
Tints of Hampton #EADC9C
RGB
CMYK
RGB Variations
Color information
#EADC9C (or 0xEADC9C) is known color: Hampton. HEX triplet: EA, DC and 9C. RGB value is (234,220,156). Sum of RGB (Red+Green+Blue) = 234+220+156=610 (80% of max value = 765). Red value is 234 (91.80% from 255 or 38.36% from 610); Green value is 220 (86.33% from 255 or 36.07% from 610); Blue value is 156 (61.33% from 255 or 25.57% from 610); Max value from RGB is 234 - color contains mainly: red. Hex color #EADC9C is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EADC9C is #152363. Grayscale: #D9D9D9. Windows color (decimal): -1385316 or 10280170. OLE color: 10280170.
HSL color Cylindrical-coordinate representation of color #EADC9C: hue angle of 49.23º degrees, saturation: 0.65, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #EADC9C is Cyan = 0, Magento = 0.06, Yellow = 0.33 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 220 | 156 | - |
| CMYK | 0 | 0.06 | 0.33 | 0.08 |
| HSL | 49.23º | 0.65% | 0.76% | - |
| HSV(B) | 49.23º | 0.33% | 0.92% | - |
| XYZ | 65.53 | 71.08 | 41.72 | - |
| YUV | 216.89 | 93.64 | 140.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 220 | 156 | 0 | 0.06 | 0.33 | 0.08 | 49.23 | 0.65 | 0.76 |
| Hex | EA | DC | 9C | 0 | 6 | 21 | 8 | 31 | 41 | 4C |
| Octal | 352 | 334 | 234 | 0 | 6 | 41 | 10 | 61 | 101 | 114 |
| Binary | 11101010 | 11011100 | 10011100 | 0 | 110 | 100001 | 1000 | 110001 | 1000001 | 1001100 |
Color Harmonies of #EADC9C
Complementary color
Monochromatic Colors of #EADC9C
Black with #EADC9C
Text Example
Text Example
White with #EADC9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EADC9C; }
p { color: rgb(234,220,156); }
H1.HeaderClassName
{
color: #EADC9C;
}
.AnyTagClassName
{
color: #EADC9C;
}
</style>
background-color css
<style>
a { background-color: #EADC9C; }
a { background-color: rgb(234,220,156); }
div.DivClassName
{
background-color: #EADC9C;
}
.BgClassName
{
background-color: #EADC9C;
}
</style>
border-color css
<style>
span { border-color: #EADC9C; }
span { border-color: rgb(234,220,156); }
td.TdClassName
{
border-color: #EADC9C;
}
.TagClassName
{
border-color: #EADC9C;
}
</style>