Shades of Hampton #EADD9B
Tints of Hampton #EADD9B
RGB
CMYK
RGB Variations
Color information
#EADD9B (or 0xEADD9B) is known color: Hampton. HEX triplet: EA, DD and 9B. RGB value is (234,221,155). Sum of RGB (Red+Green+Blue) = 234+221+155=610 (80% of max value = 765). Red value is 234 (91.80% from 255 or 38.36% from 610); Green value is 221 (86.72% from 255 or 36.23% from 610); Blue value is 155 (60.94% from 255 or 25.41% from 610); Max value from RGB is 234 - color contains mainly: red. Hex color #EADD9B is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EADD9B is #152264. Grayscale: #D9D9D9. Windows color (decimal): -1385061 or 10214890. OLE color: 10214890.
HSL color Cylindrical-coordinate representation of color #EADD9B: hue angle of 50.13º 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 #EADD9B is Cyan = 0, Magento = 0.06, Yellow = 0.34 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 221 | 155 | - |
| CMYK | 0 | 0.06 | 0.34 | 0.08 |
| HSL | 50.13º | 0.65% | 0.76% | - |
| HSV(B) | 50.13º | 0.34% | 0.92% | - |
| XYZ | 65.7 | 71.57 | 41.36 | - |
| YUV | 217.36 | 92.81 | 139.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 221 | 155 | 0 | 0.06 | 0.34 | 0.08 | 50.13 | 0.65 | 0.76 |
| Hex | EA | DD | 9B | 0 | 6 | 22 | 8 | 32 | 41 | 4C |
| Octal | 352 | 335 | 233 | 0 | 6 | 42 | 10 | 62 | 101 | 114 |
| Binary | 11101010 | 11011101 | 10011011 | 0 | 110 | 100010 | 1000 | 110010 | 1000001 | 1001100 |
Color Harmonies of #EADD9B
Complementary color
Monochromatic Colors of #EADD9B
Black with #EADD9B
Text Example
Text Example
White with #EADD9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EADD9B; }
p { color: rgb(234,221,155); }
H1.HeaderClassName
{
color: #EADD9B;
}
.AnyTagClassName
{
color: #EADD9B;
}
</style>
background-color css
<style>
a { background-color: #EADD9B; }
a { background-color: rgb(234,221,155); }
div.DivClassName
{
background-color: #EADD9B;
}
.BgClassName
{
background-color: #EADD9B;
}
</style>
border-color css
<style>
span { border-color: #EADD9B; }
span { border-color: rgb(234,221,155); }
td.TdClassName
{
border-color: #EADD9B;
}
.TagClassName
{
border-color: #EADD9B;
}
</style>