Shades of Hampton #EBD99E
Tints of Hampton #EBD99E
RGB
CMYK
RGB Variations
Color information
#EBD99E (or 0xEBD99E) is known color: Hampton. HEX triplet: EB, D9 and 9E. RGB value is (235,217,158). Sum of RGB (Red+Green+Blue) = 235+217+158=610 (80% of max value = 765). Red value is 235 (92.19% from 255 or 38.52% from 610); Green value is 217 (85.16% from 255 or 35.57% from 610); Blue value is 158 (62.11% from 255 or 25.90% from 610); Max value from RGB is 235 - color contains mainly: red. Hex color #EBD99E is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EBD99E is #142661. Grayscale: #D7D7D7. Windows color (decimal): -1320546 or 10410475. OLE color: 10410475.
HSL color Cylindrical-coordinate representation of color #EBD99E: hue angle of 45.97º 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 #EBD99E is Cyan = 0, Magento = 0.08, Yellow = 0.33 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 217 | 158 | - |
| CMYK | 0 | 0.08 | 0.33 | 0.08 |
| HSL | 45.97º | 0.66% | 0.77% | - |
| HSV(B) | 45.97º | 0.33% | 0.92% | - |
| XYZ | 65.25 | 69.76 | 42.37 | - |
| YUV | 215.66 | 95.46 | 141.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 217 | 158 | 0 | 0.08 | 0.33 | 0.08 | 45.97 | 0.66 | 0.77 |
| Hex | EB | D9 | 9E | 0 | 8 | 21 | 8 | 2E | 42 | 4D |
| Octal | 353 | 331 | 236 | 0 | 10 | 41 | 10 | 56 | 102 | 115 |
| Binary | 11101011 | 11011001 | 10011110 | 0 | 1000 | 100001 | 1000 | 101110 | 1000010 | 1001101 |
Color Harmonies of #EBD99E
Complementary color
Monochromatic Colors of #EBD99E
Black with #EBD99E
Text Example
Text Example
White with #EBD99E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBD99E; }
p { color: rgb(235,217,158); }
H1.HeaderClassName
{
color: #EBD99E;
}
.AnyTagClassName
{
color: #EBD99E;
}
</style>
background-color css
<style>
a { background-color: #EBD99E; }
a { background-color: rgb(235,217,158); }
div.DivClassName
{
background-color: #EBD99E;
}
.BgClassName
{
background-color: #EBD99E;
}
</style>
border-color css
<style>
span { border-color: #EBD99E; }
span { border-color: rgb(235,217,158); }
td.TdClassName
{
border-color: #EBD99E;
}
.TagClassName
{
border-color: #EBD99E;
}
</style>