Shades of Hampton #EBD7A1
Tints of Hampton #EBD7A1
RGB
CMYK
RGB Variations
Color information
#EBD7A1 (or 0xEBD7A1) is known color: Hampton. HEX triplet: EB, D7 and A1. RGB value is (235,215,161). Sum of RGB (Red+Green+Blue) = 235+215+161=611 (80% of max value = 765). Red value is 235 (92.19% from 255 or 38.46% from 611); Green value is 215 (84.38% from 255 or 35.19% from 611); Blue value is 161 (63.28% from 255 or 26.35% from 611); Max value from RGB is 235 - color contains mainly: red. Hex color #EBD7A1 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EBD7A1 is #14285E. Grayscale: #D7D7D7. Windows color (decimal): -1321055 or 10606571. OLE color: 10606571.
HSL color Cylindrical-coordinate representation of color #EBD7A1: hue angle of 43.78º degrees, saturation: 0.65, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #EBD7A1 is Cyan = 0, Magento = 0.09, Yellow = 0.31 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 215 | 161 | - |
| CMYK | 0 | 0.09 | 0.31 | 0.08 |
| HSL | 43.78º | 0.65% | 0.78% | - |
| HSV(B) | 43.78º | 0.31% | 0.92% | - |
| XYZ | 64.99 | 68.84 | 43.58 | - |
| YUV | 214.82 | 97.63 | 142.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 215 | 161 | 0 | 0.09 | 0.31 | 0.08 | 43.78 | 0.65 | 0.78 |
| Hex | EB | D7 | A1 | 0 | 9 | 1F | 8 | 2C | 41 | 4E |
| Octal | 353 | 327 | 241 | 0 | 11 | 37 | 10 | 54 | 101 | 116 |
| Binary | 11101011 | 11010111 | 10100001 | 0 | 1001 | 11111 | 1000 | 101100 | 1000001 | 1001110 |
Color Harmonies of #EBD7A1
Complementary color
Monochromatic Colors of #EBD7A1
Black with #EBD7A1
Text Example
Text Example
White with #EBD7A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBD7A1; }
p { color: rgb(235,215,161); }
H1.HeaderClassName
{
color: #EBD7A1;
}
.AnyTagClassName
{
color: #EBD7A1;
}
</style>
background-color css
<style>
a { background-color: #EBD7A1; }
a { background-color: rgb(235,215,161); }
div.DivClassName
{
background-color: #EBD7A1;
}
.BgClassName
{
background-color: #EBD7A1;
}
</style>
border-color css
<style>
span { border-color: #EBD7A1; }
span { border-color: rgb(235,215,161); }
td.TdClassName
{
border-color: #EBD7A1;
}
.TagClassName
{
border-color: #EBD7A1;
}
</style>