Shades of Hampton #EBD59C
Tints of Hampton #EBD59C
RGB
CMYK
RGB Variations
Color information
#EBD59C (or 0xEBD59C) is known color: Hampton. HEX triplet: EB, D5 and 9C. RGB value is (235,213,156). Sum of RGB (Red+Green+Blue) = 235+213+156=604 (80% of max value = 765). Red value is 235 (92.19% from 255 or 38.91% from 604); Green value is 213 (83.59% from 255 or 35.26% from 604); Blue value is 156 (61.33% from 255 or 25.83% from 604); Max value from RGB is 235 - color contains mainly: red. Hex color #EBD59C is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EBD59C is #142A63. Grayscale: #D5D5D5. Windows color (decimal): -1321572 or 10278379. OLE color: 10278379.
HSL color Cylindrical-coordinate representation of color #EBD59C: hue angle of 43.29º 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 #EBD59C is Cyan = 0, Magento = 0.09, Yellow = 0.34 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 213 | 156 | - |
| CMYK | 0 | 0.09 | 0.34 | 0.08 |
| HSL | 43.29º | 0.66% | 0.77% | - |
| HSV(B) | 43.29º | 0.34% | 0.92% | - |
| XYZ | 64.06 | 67.65 | 41.13 | - |
| YUV | 213.08 | 95.79 | 143.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 213 | 156 | 0 | 0.09 | 0.34 | 0.08 | 43.29 | 0.66 | 0.77 |
| Hex | EB | D5 | 9C | 0 | 9 | 22 | 8 | 2B | 42 | 4D |
| Octal | 353 | 325 | 234 | 0 | 11 | 42 | 10 | 53 | 102 | 115 |
| Binary | 11101011 | 11010101 | 10011100 | 0 | 1001 | 100010 | 1000 | 101011 | 1000010 | 1001101 |
Color Harmonies of #EBD59C
Complementary color
Monochromatic Colors of #EBD59C
Black with #EBD59C
Text Example
Text Example
White with #EBD59C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBD59C; }
p { color: rgb(235,213,156); }
H1.HeaderClassName
{
color: #EBD59C;
}
.AnyTagClassName
{
color: #EBD59C;
}
</style>
background-color css
<style>
a { background-color: #EBD59C; }
a { background-color: rgb(235,213,156); }
div.DivClassName
{
background-color: #EBD59C;
}
.BgClassName
{
background-color: #EBD59C;
}
</style>
border-color css
<style>
span { border-color: #EBD59C; }
span { border-color: rgb(235,213,156); }
td.TdClassName
{
border-color: #EBD59C;
}
.TagClassName
{
border-color: #EBD59C;
}
</style>