Shades of Hampton #EBD29F
Tints of Hampton #EBD29F
RGB
CMYK
RGB Variations
Color information
#EBD29F (or 0xEBD29F) is known color: Hampton. HEX triplet: EB, D2 and 9F. RGB value is (235,210,159). Sum of RGB (Red+Green+Blue) = 235+210+159=604 (80% of max value = 765). Red value is 235 (92.19% from 255 or 38.91% from 604); Green value is 210 (82.42% from 255 or 34.77% from 604); Blue value is 159 (62.5% from 255 or 26.32% from 604); Max value from RGB is 235 - color contains mainly: red. Hex color #EBD29F is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EBD29F is #142D60. Grayscale: #D3D3D3. Windows color (decimal): -1322337 or 10474219. OLE color: 10474219.
HSL color Cylindrical-coordinate representation of color #EBD29F: hue angle of 40.26º degrees, saturation: 0.66, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #EBD29F is Cyan = 0, Magento = 0.11, Yellow = 0.32 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 210 | 159 | - |
| CMYK | 0 | 0.11 | 0.32 | 0.08 |
| HSL | 40.26º | 0.66% | 0.77% | - |
| HSV(B) | 40.26º | 0.32% | 0.92% | - |
| XYZ | 63.57 | 66.26 | 42.24 | - |
| YUV | 211.66 | 98.28 | 144.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 210 | 159 | 0 | 0.11 | 0.32 | 0.08 | 40.26 | 0.66 | 0.77 |
| Hex | EB | D2 | 9F | 0 | B | 20 | 8 | 28 | 42 | 4D |
| Octal | 353 | 322 | 237 | 0 | 13 | 40 | 10 | 50 | 102 | 115 |
| Binary | 11101011 | 11010010 | 10011111 | 0 | 1011 | 100000 | 1000 | 101000 | 1000010 | 1001101 |
Color Harmonies of #EBD29F
Complementary color
Monochromatic Colors of #EBD29F
Black with #EBD29F
Text Example
Text Example
White with #EBD29F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBD29F; }
p { color: rgb(235,210,159); }
H1.HeaderClassName
{
color: #EBD29F;
}
.AnyTagClassName
{
color: #EBD29F;
}
</style>
background-color css
<style>
a { background-color: #EBD29F; }
a { background-color: rgb(235,210,159); }
div.DivClassName
{
background-color: #EBD29F;
}
.BgClassName
{
background-color: #EBD29F;
}
</style>
border-color css
<style>
span { border-color: #EBD29F; }
span { border-color: rgb(235,210,159); }
td.TdClassName
{
border-color: #EBD29F;
}
.TagClassName
{
border-color: #EBD29F;
}
</style>