Shades of Hampton #EBDA9C
Tints of Hampton #EBDA9C
RGB
CMYK
RGB Variations
Color information
#EBDA9C (or 0xEBDA9C) is known color: Hampton. HEX triplet: EB, DA and 9C. RGB value is (235,218,156). Sum of RGB (Red+Green+Blue) = 235+218+156=609 (80% of max value = 765). Red value is 235 (92.19% from 255 or 38.59% from 609); Green value is 218 (85.55% from 255 or 35.80% from 609); Blue value is 156 (61.33% from 255 or 25.62% from 609); Max value from RGB is 235 - color contains mainly: red. Hex color #EBDA9C is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EBDA9C is #142563. Grayscale: #D8D8D8. Windows color (decimal): -1320292 or 10279659. OLE color: 10279659.
HSL color Cylindrical-coordinate representation of color #EBDA9C: hue angle of 47.09º degrees, saturation: 0.66, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #EBDA9C is Cyan = 0, Magento = 0.07, Yellow = 0.34 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 218 | 156 | - |
| CMYK | 0 | 0.07 | 0.34 | 0.08 |
| HSL | 47.09º | 0.66% | 0.77% | - |
| HSV(B) | 47.09º | 0.34% | 0.92% | - |
| XYZ | 65.33 | 70.21 | 41.56 | - |
| YUV | 216.02 | 94.13 | 141.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 218 | 156 | 0 | 0.07 | 0.34 | 0.08 | 47.09 | 0.66 | 0.77 |
| Hex | EB | DA | 9C | 0 | 7 | 22 | 8 | 2F | 42 | 4D |
| Octal | 353 | 332 | 234 | 0 | 7 | 42 | 10 | 57 | 102 | 115 |
| Binary | 11101011 | 11011010 | 10011100 | 0 | 111 | 100010 | 1000 | 101111 | 1000010 | 1001101 |
Color Harmonies of #EBDA9C
Complementary color
Monochromatic Colors of #EBDA9C
Black with #EBDA9C
Text Example
Text Example
White with #EBDA9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBDA9C; }
p { color: rgb(235,218,156); }
H1.HeaderClassName
{
color: #EBDA9C;
}
.AnyTagClassName
{
color: #EBDA9C;
}
</style>
background-color css
<style>
a { background-color: #EBDA9C; }
a { background-color: rgb(235,218,156); }
div.DivClassName
{
background-color: #EBDA9C;
}
.BgClassName
{
background-color: #EBDA9C;
}
</style>
border-color css
<style>
span { border-color: #EBDA9C; }
span { border-color: rgb(235,218,156); }
td.TdClassName
{
border-color: #EBDA9C;
}
.TagClassName
{
border-color: #EBDA9C;
}
</style>