Shades of Hampton #EBD6A3
Tints of Hampton #EBD6A3
RGB
CMYK
RGB Variations
Color information
#EBD6A3 (or 0xEBD6A3) is known color: Hampton. HEX triplet: EB, D6 and A3. RGB value is (235,214,163). Sum of RGB (Red+Green+Blue) = 235+214+163=612 (81% of max value = 765). Red value is 235 (92.19% from 255 or 38.40% from 612); Green value is 214 (83.98% from 255 or 34.97% from 612); Blue value is 163 (64.06% from 255 or 26.63% from 612); Max value from RGB is 235 - color contains mainly: red. Hex color #EBD6A3 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EBD6A3 is #14295C. Grayscale: #D6D6D6. Windows color (decimal): -1321309 or 10737387. OLE color: 10737387.
HSL color Cylindrical-coordinate representation of color #EBD6A3: hue angle of 42.5º degrees, saturation: 0.64, 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 #EBD6A3 is Cyan = 0, Magento = 0.09, Yellow = 0.31 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 214 | 163 | - |
| CMYK | 0 | 0.09 | 0.31 | 0.08 |
| HSL | 42.5º | 0.64% | 0.78% | - |
| HSV(B) | 42.5º | 0.31% | 0.92% | - |
| XYZ | 64.92 | 68.4 | 44.43 | - |
| YUV | 214.47 | 98.96 | 142.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 214 | 163 | 0 | 0.09 | 0.31 | 0.08 | 42.5 | 0.64 | 0.78 |
| Hex | EB | D6 | A3 | 0 | 9 | 1F | 8 | 2A | 40 | 4E |
| Octal | 353 | 326 | 243 | 0 | 11 | 37 | 10 | 52 | 100 | 116 |
| Binary | 11101011 | 11010110 | 10100011 | 0 | 1001 | 11111 | 1000 | 101010 | 1000000 | 1001110 |
Color Harmonies of #EBD6A3
Complementary color
Monochromatic Colors of #EBD6A3
Black with #EBD6A3
Text Example
Text Example
White with #EBD6A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBD6A3; }
p { color: rgb(235,214,163); }
H1.HeaderClassName
{
color: #EBD6A3;
}
.AnyTagClassName
{
color: #EBD6A3;
}
</style>
background-color css
<style>
a { background-color: #EBD6A3; }
a { background-color: rgb(235,214,163); }
div.DivClassName
{
background-color: #EBD6A3;
}
.BgClassName
{
background-color: #EBD6A3;
}
</style>
border-color css
<style>
span { border-color: #EBD6A3; }
span { border-color: rgb(235,214,163); }
td.TdClassName
{
border-color: #EBD6A3;
}
.TagClassName
{
border-color: #EBD6A3;
}
</style>