Shades of Hampton #EBDAA1
Tints of Hampton #EBDAA1
RGB
CMYK
RGB Variations
Color information
#EBDAA1 (or 0xEBDAA1) is known color: Hampton. HEX triplet: EB, DA and A1. RGB value is (235,218,161). Sum of RGB (Red+Green+Blue) = 235+218+161=614 (81% of max value = 765). Red value is 235 (92.19% from 255 or 38.27% from 614); Green value is 218 (85.55% from 255 or 35.50% from 614); Blue value is 161 (63.28% from 255 or 26.22% from 614); Max value from RGB is 235 - color contains mainly: red. Hex color #EBDAA1 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EBDAA1 is #14255E. Grayscale: #D8D8D8. Windows color (decimal): -1320287 or 10607339. OLE color: 10607339.
HSL color Cylindrical-coordinate representation of color #EBDAA1: hue angle of 46.22º 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 #EBDAA1 is Cyan = 0, Magento = 0.07, Yellow = 0.31 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 218 | 161 | - |
| CMYK | 0 | 0.07 | 0.31 | 0.08 |
| HSL | 46.22º | 0.65% | 0.78% | - |
| HSV(B) | 46.22º | 0.31% | 0.92% | - |
| XYZ | 65.77 | 70.38 | 43.84 | - |
| YUV | 216.59 | 96.63 | 141.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 218 | 161 | 0 | 0.07 | 0.31 | 0.08 | 46.22 | 0.65 | 0.78 |
| Hex | EB | DA | A1 | 0 | 7 | 1F | 8 | 2E | 41 | 4E |
| Octal | 353 | 332 | 241 | 0 | 7 | 37 | 10 | 56 | 101 | 116 |
| Binary | 11101011 | 11011010 | 10100001 | 0 | 111 | 11111 | 1000 | 101110 | 1000001 | 1001110 |
Color Harmonies of #EBDAA1
Complementary color
Monochromatic Colors of #EBDAA1
Black with #EBDAA1
Text Example
Text Example
White with #EBDAA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBDAA1; }
p { color: rgb(235,218,161); }
H1.HeaderClassName
{
color: #EBDAA1;
}
.AnyTagClassName
{
color: #EBDAA1;
}
</style>
background-color css
<style>
a { background-color: #EBDAA1; }
a { background-color: rgb(235,218,161); }
div.DivClassName
{
background-color: #EBDAA1;
}
.BgClassName
{
background-color: #EBDAA1;
}
</style>
border-color css
<style>
span { border-color: #EBDAA1; }
span { border-color: rgb(235,218,161); }
td.TdClassName
{
border-color: #EBDAA1;
}
.TagClassName
{
border-color: #EBDAA1;
}
</style>