Shades of Hampton #EADC9B
Tints of Hampton #EADC9B
RGB
CMYK
RGB Variations
Color information
#EADC9B (or 0xEADC9B) is known color: Hampton. HEX triplet: EA, DC and 9B. RGB value is (234,220,155). Sum of RGB (Red+Green+Blue) = 234+220+155=609 (80% of max value = 765). Red value is 234 (91.80% from 255 or 38.42% from 609); Green value is 220 (86.33% from 255 or 36.12% from 609); Blue value is 155 (60.94% from 255 or 25.45% from 609); Max value from RGB is 234 - color contains mainly: red. Hex color #EADC9B is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EADC9B is #152364. Grayscale: #D9D9D9. Windows color (decimal): -1385317 or 10214634. OLE color: 10214634.
HSL color Cylindrical-coordinate representation of color #EADC9B: hue angle of 49.37º degrees, saturation: 0.65, 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 #EADC9B is Cyan = 0, Magento = 0.06, Yellow = 0.34 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 220 | 155 | - |
| CMYK | 0 | 0.06 | 0.34 | 0.08 |
| HSL | 49.37º | 0.65% | 0.76% | - |
| HSV(B) | 49.37º | 0.34% | 0.92% | - |
| XYZ | 65.44 | 71.05 | 41.27 | - |
| YUV | 216.78 | 93.14 | 140.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 220 | 155 | 0 | 0.06 | 0.34 | 0.08 | 49.37 | 0.65 | 0.76 |
| Hex | EA | DC | 9B | 0 | 6 | 22 | 8 | 31 | 41 | 4C |
| Octal | 352 | 334 | 233 | 0 | 6 | 42 | 10 | 61 | 101 | 114 |
| Binary | 11101010 | 11011100 | 10011011 | 0 | 110 | 100010 | 1000 | 110001 | 1000001 | 1001100 |
Color Harmonies of #EADC9B
Complementary color
Monochromatic Colors of #EADC9B
Black with #EADC9B
Text Example
Text Example
White with #EADC9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EADC9B; }
p { color: rgb(234,220,155); }
H1.HeaderClassName
{
color: #EADC9B;
}
.AnyTagClassName
{
color: #EADC9B;
}
</style>
background-color css
<style>
a { background-color: #EADC9B; }
a { background-color: rgb(234,220,155); }
div.DivClassName
{
background-color: #EADC9B;
}
.BgClassName
{
background-color: #EADC9B;
}
</style>
border-color css
<style>
span { border-color: #EADC9B; }
span { border-color: rgb(234,220,155); }
td.TdClassName
{
border-color: #EADC9B;
}
.TagClassName
{
border-color: #EADC9B;
}
</style>