Shades of Hampton #ECDBA0
Tints of Hampton #ECDBA0
RGB
CMYK
RGB Variations
Color information
#ECDBA0 (or 0xECDBA0) is known color: Hampton. HEX triplet: EC, DB and A0. RGB value is (236,219,160). Sum of RGB (Red+Green+Blue) = 236+219+160=615 (81% of max value = 765). Red value is 236 (92.58% from 255 or 38.37% from 615); Green value is 219 (85.94% from 255 or 35.61% from 615); Blue value is 160 (62.89% from 255 or 26.02% from 615); Max value from RGB is 236 - color contains mainly: red. Hex color #ECDBA0 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #ECDBA0 is #13245F. Grayscale: #D9D9D9. Windows color (decimal): -1254496 or 10542060. OLE color: 10542060.
HSL color Cylindrical-coordinate representation of color #ECDBA0: hue angle of 46.58º degrees, saturation: 0.67, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #ECDBA0 is Cyan = 0, Magento = 0.07, Yellow = 0.32 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 219 | 160 | - |
| CMYK | 0 | 0.07 | 0.32 | 0.07 |
| HSL | 46.58º | 0.67% | 0.78% | - |
| HSV(B) | 46.58º | 0.32% | 0.93% | - |
| XYZ | 66.27 | 71.03 | 43.48 | - |
| YUV | 217.36 | 95.63 | 141.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 219 | 160 | 0 | 0.07 | 0.32 | 0.07 | 46.58 | 0.67 | 0.78 |
| Hex | EC | DB | A0 | 0 | 7 | 20 | 7 | 2F | 43 | 4E |
| Octal | 354 | 333 | 240 | 0 | 7 | 40 | 7 | 57 | 103 | 116 |
| Binary | 11101100 | 11011011 | 10100000 | 0 | 111 | 100000 | 111 | 101111 | 1000011 | 1001110 |
Color Harmonies of #ECDBA0
Complementary color
Monochromatic Colors of #ECDBA0
Black with #ECDBA0
Text Example
Text Example
White with #ECDBA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECDBA0; }
p { color: rgb(236,219,160); }
H1.HeaderClassName
{
color: #ECDBA0;
}
.AnyTagClassName
{
color: #ECDBA0;
}
</style>
background-color css
<style>
a { background-color: #ECDBA0; }
a { background-color: rgb(236,219,160); }
div.DivClassName
{
background-color: #ECDBA0;
}
.BgClassName
{
background-color: #ECDBA0;
}
</style>
border-color css
<style>
span { border-color: #ECDBA0; }
span { border-color: rgb(236,219,160); }
td.TdClassName
{
border-color: #ECDBA0;
}
.TagClassName
{
border-color: #ECDBA0;
}
</style>