Shades of Hampton #EBDA9D
Tints of Hampton #EBDA9D
RGB
CMYK
RGB Variations
Color information
#EBDA9D (or 0xEBDA9D) is known color: Hampton. HEX triplet: EB, DA and 9D. RGB value is (235,218,157). Sum of RGB (Red+Green+Blue) = 235+218+157=610 (80% of max value = 765). Red value is 235 (92.19% from 255 or 38.52% from 610); Green value is 218 (85.55% from 255 or 35.74% from 610); Blue value is 157 (61.72% from 255 or 25.74% from 610); Max value from RGB is 235 - color contains mainly: red. Hex color #EBDA9D is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EBDA9D is #142562. Grayscale: #D8D8D8. Windows color (decimal): -1320291 or 10345195. OLE color: 10345195.
HSL color Cylindrical-coordinate representation of color #EBDA9D: hue angle of 46.92º degrees, saturation: 0.66, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #EBDA9D is Cyan = 0, Magento = 0.07, Yellow = 0.33 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 218 | 157 | - |
| CMYK | 0 | 0.07 | 0.33 | 0.08 |
| HSL | 46.92º | 0.66% | 0.77% | - |
| HSV(B) | 46.92º | 0.33% | 0.92% | - |
| XYZ | 65.42 | 70.24 | 42.01 | - |
| YUV | 216.13 | 94.63 | 141.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 218 | 157 | 0 | 0.07 | 0.33 | 0.08 | 46.92 | 0.66 | 0.77 |
| Hex | EB | DA | 9D | 0 | 7 | 21 | 8 | 2F | 42 | 4D |
| Octal | 353 | 332 | 235 | 0 | 7 | 41 | 10 | 57 | 102 | 115 |
| Binary | 11101011 | 11011010 | 10011101 | 0 | 111 | 100001 | 1000 | 101111 | 1000010 | 1001101 |
Color Harmonies of #EBDA9D
Complementary color
Monochromatic Colors of #EBDA9D
Black with #EBDA9D
Text Example
Text Example
White with #EBDA9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBDA9D; }
p { color: rgb(235,218,157); }
H1.HeaderClassName
{
color: #EBDA9D;
}
.AnyTagClassName
{
color: #EBDA9D;
}
</style>
background-color css
<style>
a { background-color: #EBDA9D; }
a { background-color: rgb(235,218,157); }
div.DivClassName
{
background-color: #EBDA9D;
}
.BgClassName
{
background-color: #EBDA9D;
}
</style>
border-color css
<style>
span { border-color: #EBDA9D; }
span { border-color: rgb(235,218,157); }
td.TdClassName
{
border-color: #EBDA9D;
}
.TagClassName
{
border-color: #EBDA9D;
}
</style>