Shades of Hampton #EBD69F
Tints of Hampton #EBD69F
RGB
CMYK
RGB Variations
Color information
#EBD69F (or 0xEBD69F) is known color: Hampton. HEX triplet: EB, D6 and 9F. RGB value is (235,214,159). Sum of RGB (Red+Green+Blue) = 235+214+159=608 (80% of max value = 765). Red value is 235 (92.19% from 255 or 38.65% from 608); Green value is 214 (83.98% from 255 or 35.20% from 608); Blue value is 159 (62.5% from 255 or 26.15% from 608); Max value from RGB is 235 - color contains mainly: red. Hex color #EBD69F is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EBD69F is #142960. Grayscale: #D6D6D6. Windows color (decimal): -1321313 or 10475243. OLE color: 10475243.
HSL color Cylindrical-coordinate representation of color #EBD69F: hue angle of 43.42º 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 #EBD69F is Cyan = 0, Magento = 0.09, Yellow = 0.32 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 214 | 159 | - |
| CMYK | 0 | 0.09 | 0.32 | 0.08 |
| HSL | 43.42º | 0.66% | 0.77% | - |
| HSV(B) | 43.42º | 0.32% | 0.92% | - |
| XYZ | 64.57 | 68.26 | 42.57 | - |
| YUV | 214.01 | 96.96 | 142.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 214 | 159 | 0 | 0.09 | 0.32 | 0.08 | 43.42 | 0.66 | 0.77 |
| Hex | EB | D6 | 9F | 0 | 9 | 20 | 8 | 2B | 42 | 4D |
| Octal | 353 | 326 | 237 | 0 | 11 | 40 | 10 | 53 | 102 | 115 |
| Binary | 11101011 | 11010110 | 10011111 | 0 | 1001 | 100000 | 1000 | 101011 | 1000010 | 1001101 |
Color Harmonies of #EBD69F
Complementary color
Monochromatic Colors of #EBD69F
Black with #EBD69F
Text Example
Text Example
White with #EBD69F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBD69F; }
p { color: rgb(235,214,159); }
H1.HeaderClassName
{
color: #EBD69F;
}
.AnyTagClassName
{
color: #EBD69F;
}
</style>
background-color css
<style>
a { background-color: #EBD69F; }
a { background-color: rgb(235,214,159); }
div.DivClassName
{
background-color: #EBD69F;
}
.BgClassName
{
background-color: #EBD69F;
}
</style>
border-color css
<style>
span { border-color: #EBD69F; }
span { border-color: rgb(235,214,159); }
td.TdClassName
{
border-color: #EBD69F;
}
.TagClassName
{
border-color: #EBD69F;
}
</style>