Shades of Hampton #EBD6A1
Tints of Hampton #EBD6A1
RGB
CMYK
RGB Variations
Color information
#EBD6A1 (or 0xEBD6A1) is known color: Hampton. HEX triplet: EB, D6 and A1. RGB value is (235,214,161). Sum of RGB (Red+Green+Blue) = 235+214+161=610 (80% of max value = 765). Red value is 235 (92.19% from 255 or 38.52% from 610); Green value is 214 (83.98% from 255 or 35.08% from 610); Blue value is 161 (63.28% from 255 or 26.39% from 610); Max value from RGB is 235 - color contains mainly: red. Hex color #EBD6A1 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EBD6A1 is #14295E. Grayscale: #D6D6D6. Windows color (decimal): -1321311 or 10606315. OLE color: 10606315.
HSL color Cylindrical-coordinate representation of color #EBD6A1: hue angle of 42.97º 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 #EBD6A1 is Cyan = 0, Magento = 0.09, Yellow = 0.31 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 214 | 161 | - |
| CMYK | 0 | 0.09 | 0.31 | 0.08 |
| HSL | 42.97º | 0.65% | 0.78% | - |
| HSV(B) | 42.97º | 0.31% | 0.92% | - |
| XYZ | 64.74 | 68.33 | 43.49 | - |
| YUV | 214.24 | 97.96 | 142.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 214 | 161 | 0 | 0.09 | 0.31 | 0.08 | 42.97 | 0.65 | 0.78 |
| Hex | EB | D6 | A1 | 0 | 9 | 1F | 8 | 2B | 41 | 4E |
| Octal | 353 | 326 | 241 | 0 | 11 | 37 | 10 | 53 | 101 | 116 |
| Binary | 11101011 | 11010110 | 10100001 | 0 | 1001 | 11111 | 1000 | 101011 | 1000001 | 1001110 |
Color Harmonies of #EBD6A1
Complementary color
Monochromatic Colors of #EBD6A1
Black with #EBD6A1
Text Example
Text Example
White with #EBD6A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBD6A1; }
p { color: rgb(235,214,161); }
H1.HeaderClassName
{
color: #EBD6A1;
}
.AnyTagClassName
{
color: #EBD6A1;
}
</style>
background-color css
<style>
a { background-color: #EBD6A1; }
a { background-color: rgb(235,214,161); }
div.DivClassName
{
background-color: #EBD6A1;
}
.BgClassName
{
background-color: #EBD6A1;
}
</style>
border-color css
<style>
span { border-color: #EBD6A1; }
span { border-color: rgb(235,214,161); }
td.TdClassName
{
border-color: #EBD6A1;
}
.TagClassName
{
border-color: #EBD6A1;
}
</style>