Shades of Hampton #EBD8A4
Tints of Hampton #EBD8A4
RGB
CMYK
RGB Variations
Color information
#EBD8A4 (or 0xEBD8A4) is known color: Hampton. HEX triplet: EB, D8 and A4. RGB value is (235,216,164). Sum of RGB (Red+Green+Blue) = 235+216+164=615 (81% of max value = 765). Red value is 235 (92.19% from 255 or 38.21% from 615); Green value is 216 (84.77% from 255 or 35.12% from 615); Blue value is 164 (64.45% from 255 or 26.67% from 615); Max value from RGB is 235 - color contains mainly: red. Hex color #EBD8A4 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EBD8A4 is #14275B. Grayscale: #D7D7D7. Windows color (decimal): -1320796 or 10803435. OLE color: 10803435.
HSL color Cylindrical-coordinate representation of color #EBD8A4: hue angle of 43.94º degrees, saturation: 0.64, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #EBD8A4 is Cyan = 0, Magento = 0.08, Yellow = 0.30 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 216 | 164 | - |
| CMYK | 0 | 0.08 | 0.30 | 0.08 |
| HSL | 43.94º | 0.64% | 0.78% | - |
| HSV(B) | 43.94º | 0.3% | 0.92% | - |
| XYZ | 65.52 | 69.45 | 45.07 | - |
| YUV | 215.75 | 98.79 | 141.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 216 | 164 | 0 | 0.08 | 0.30 | 0.08 | 43.94 | 0.64 | 0.78 |
| Hex | EB | D8 | A4 | 0 | 8 | 1E | 8 | 2C | 40 | 4E |
| Octal | 353 | 330 | 244 | 0 | 10 | 36 | 10 | 54 | 100 | 116 |
| Binary | 11101011 | 11011000 | 10100100 | 0 | 1000 | 11110 | 1000 | 101100 | 1000000 | 1001110 |
Color Harmonies of #EBD8A4
Complementary color
Monochromatic Colors of #EBD8A4
Black with #EBD8A4
Text Example
Text Example
White with #EBD8A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBD8A4; }
p { color: rgb(235,216,164); }
H1.HeaderClassName
{
color: #EBD8A4;
}
.AnyTagClassName
{
color: #EBD8A4;
}
</style>
background-color css
<style>
a { background-color: #EBD8A4; }
a { background-color: rgb(235,216,164); }
div.DivClassName
{
background-color: #EBD8A4;
}
.BgClassName
{
background-color: #EBD8A4;
}
</style>
border-color css
<style>
span { border-color: #EBD8A4; }
span { border-color: rgb(235,216,164); }
td.TdClassName
{
border-color: #EBD8A4;
}
.TagClassName
{
border-color: #EBD8A4;
}
</style>