Shades of Hampton #EBD29D
Tints of Hampton #EBD29D
RGB
CMYK
RGB Variations
Color information
#EBD29D (or 0xEBD29D) is known color: Hampton. HEX triplet: EB, D2 and 9D. RGB value is (235,210,157). Sum of RGB (Red+Green+Blue) = 235+210+157=602 (79% of max value = 765). Red value is 235 (92.19% from 255 or 39.04% from 602); Green value is 210 (82.42% from 255 or 34.88% from 602); Blue value is 157 (61.72% from 255 or 26.08% from 602); Max value from RGB is 235 - color contains mainly: red. Hex color #EBD29D is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EBD29D is #142D62. Grayscale: #D3D3D3. Windows color (decimal): -1322339 or 10343147. OLE color: 10343147.
HSL color Cylindrical-coordinate representation of color #EBD29D: hue angle of 40.77º 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 #EBD29D is Cyan = 0, Magento = 0.11, Yellow = 0.33 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 210 | 157 | - |
| CMYK | 0 | 0.11 | 0.33 | 0.08 |
| HSL | 40.77º | 0.66% | 0.77% | - |
| HSV(B) | 40.77º | 0.33% | 0.92% | - |
| XYZ | 63.39 | 66.19 | 41.33 | - |
| YUV | 211.43 | 97.28 | 144.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 210 | 157 | 0 | 0.11 | 0.33 | 0.08 | 40.77 | 0.66 | 0.77 |
| Hex | EB | D2 | 9D | 0 | B | 21 | 8 | 29 | 42 | 4D |
| Octal | 353 | 322 | 235 | 0 | 13 | 41 | 10 | 51 | 102 | 115 |
| Binary | 11101011 | 11010010 | 10011101 | 0 | 1011 | 100001 | 1000 | 101001 | 1000010 | 1001101 |
Color Harmonies of #EBD29D
Complementary color
Monochromatic Colors of #EBD29D
Black with #EBD29D
Text Example
Text Example
White with #EBD29D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBD29D; }
p { color: rgb(235,210,157); }
H1.HeaderClassName
{
color: #EBD29D;
}
.AnyTagClassName
{
color: #EBD29D;
}
</style>
background-color css
<style>
a { background-color: #EBD29D; }
a { background-color: rgb(235,210,157); }
div.DivClassName
{
background-color: #EBD29D;
}
.BgClassName
{
background-color: #EBD29D;
}
</style>
border-color css
<style>
span { border-color: #EBD29D; }
span { border-color: rgb(235,210,157); }
td.TdClassName
{
border-color: #EBD29D;
}
.TagClassName
{
border-color: #EBD29D;
}
</style>