Shades of Hampton #EBDD9D
Tints of Hampton #EBDD9D
RGB
CMYK
RGB Variations
Color information
#EBDD9D (or 0xEBDD9D) is known color: Hampton. HEX triplet: EB, DD and 9D. RGB value is (235,221,157). Sum of RGB (Red+Green+Blue) = 235+221+157=613 (81% of max value = 765). Red value is 235 (92.19% from 255 or 38.34% from 613); Green value is 221 (86.72% from 255 or 36.05% from 613); Blue value is 157 (61.72% from 255 or 25.61% from 613); Max value from RGB is 235 - color contains mainly: red. Hex color #EBDD9D is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EBDD9D is #142262. Grayscale: #DADADA. Windows color (decimal): -1319523 or 10345963. OLE color: 10345963.
HSL color Cylindrical-coordinate representation of color #EBDD9D: hue angle of 49.23º 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 #EBDD9D is Cyan = 0, Magento = 0.06, Yellow = 0.33 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 221 | 157 | - |
| CMYK | 0 | 0.06 | 0.33 | 0.08 |
| HSL | 49.23º | 0.66% | 0.77% | - |
| HSV(B) | 49.23º | 0.33% | 0.92% | - |
| XYZ | 66.2 | 71.81 | 42.27 | - |
| YUV | 217.89 | 93.64 | 140.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 221 | 157 | 0 | 0.06 | 0.33 | 0.08 | 49.23 | 0.66 | 0.77 |
| Hex | EB | DD | 9D | 0 | 6 | 21 | 8 | 31 | 42 | 4D |
| Octal | 353 | 335 | 235 | 0 | 6 | 41 | 10 | 61 | 102 | 115 |
| Binary | 11101011 | 11011101 | 10011101 | 0 | 110 | 100001 | 1000 | 110001 | 1000010 | 1001101 |
Color Harmonies of #EBDD9D
Complementary color
Monochromatic Colors of #EBDD9D
Black with #EBDD9D
Text Example
Text Example
White with #EBDD9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBDD9D; }
p { color: rgb(235,221,157); }
H1.HeaderClassName
{
color: #EBDD9D;
}
.AnyTagClassName
{
color: #EBDD9D;
}
</style>
background-color css
<style>
a { background-color: #EBDD9D; }
a { background-color: rgb(235,221,157); }
div.DivClassName
{
background-color: #EBDD9D;
}
.BgClassName
{
background-color: #EBDD9D;
}
</style>
border-color css
<style>
span { border-color: #EBDD9D; }
span { border-color: rgb(235,221,157); }
td.TdClassName
{
border-color: #EBDD9D;
}
.TagClassName
{
border-color: #EBDD9D;
}
</style>