Shades of Hampton #ECDAA0
Tints of Hampton #ECDAA0
RGB
CMYK
RGB Variations
Color information
#ECDAA0 (or 0xECDAA0) is known color: Hampton. HEX triplet: EC, DA and A0. RGB value is (236,218,160). Sum of RGB (Red+Green+Blue) = 236+218+160=614 (81% of max value = 765). Red value is 236 (92.58% from 255 or 38.44% from 614); Green value is 218 (85.55% from 255 or 35.50% from 614); Blue value is 160 (62.89% from 255 or 26.06% from 614); Max value from RGB is 236 - color contains mainly: red. Hex color #ECDAA0 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #ECDAA0 is #13255F. Grayscale: #D9D9D9. Windows color (decimal): -1254752 or 10541804. OLE color: 10541804.
HSL color Cylindrical-coordinate representation of color #ECDAA0: hue angle of 45.79º 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 #ECDAA0 is Cyan = 0, Magento = 0.08, Yellow = 0.32 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 218 | 160 | - |
| CMYK | 0 | 0.08 | 0.32 | 0.07 |
| HSL | 45.79º | 0.67% | 0.78% | - |
| HSV(B) | 45.79º | 0.32% | 0.93% | - |
| XYZ | 66.01 | 70.51 | 43.39 | - |
| YUV | 216.77 | 95.96 | 141.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 218 | 160 | 0 | 0.08 | 0.32 | 0.07 | 45.79 | 0.67 | 0.78 |
| Hex | EC | DA | A0 | 0 | 8 | 20 | 7 | 2E | 43 | 4E |
| Octal | 354 | 332 | 240 | 0 | 10 | 40 | 7 | 56 | 103 | 116 |
| Binary | 11101100 | 11011010 | 10100000 | 0 | 1000 | 100000 | 111 | 101110 | 1000011 | 1001110 |
Color Harmonies of #ECDAA0
Complementary color
Monochromatic Colors of #ECDAA0
Black with #ECDAA0
Text Example
Text Example
White with #ECDAA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECDAA0; }
p { color: rgb(236,218,160); }
H1.HeaderClassName
{
color: #ECDAA0;
}
.AnyTagClassName
{
color: #ECDAA0;
}
</style>
background-color css
<style>
a { background-color: #ECDAA0; }
a { background-color: rgb(236,218,160); }
div.DivClassName
{
background-color: #ECDAA0;
}
.BgClassName
{
background-color: #ECDAA0;
}
</style>
border-color css
<style>
span { border-color: #ECDAA0; }
span { border-color: rgb(236,218,160); }
td.TdClassName
{
border-color: #ECDAA0;
}
.TagClassName
{
border-color: #ECDAA0;
}
</style>