Shades of Hampton #ECD7A0
Tints of Hampton #ECD7A0
RGB
CMYK
RGB Variations
Color information
#ECD7A0 (or 0xECD7A0) is known color: Hampton. HEX triplet: EC, D7 and A0. RGB value is (236,215,160). Sum of RGB (Red+Green+Blue) = 236+215+160=611 (80% of max value = 765). Red value is 236 (92.58% from 255 or 38.63% from 611); Green value is 215 (84.38% from 255 or 35.19% from 611); Blue value is 160 (62.89% from 255 or 26.19% from 611); Max value from RGB is 236 - color contains mainly: red. Hex color #ECD7A0 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #ECD7A0 is #13285F. Grayscale: #D7D7D7. Windows color (decimal): -1255520 or 10541036. OLE color: 10541036.
HSL color Cylindrical-coordinate representation of color #ECD7A0: hue angle of 43.42º 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 #ECD7A0 is Cyan = 0, Magento = 0.09, Yellow = 0.32 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 215 | 160 | - |
| CMYK | 0 | 0.09 | 0.32 | 0.07 |
| HSL | 43.42º | 0.67% | 0.78% | - |
| HSV(B) | 43.42º | 0.32% | 0.93% | - |
| XYZ | 65.24 | 68.97 | 43.13 | - |
| YUV | 215.01 | 96.96 | 142.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 215 | 160 | 0 | 0.09 | 0.32 | 0.07 | 43.42 | 0.67 | 0.78 |
| Hex | EC | D7 | A0 | 0 | 9 | 20 | 7 | 2B | 43 | 4E |
| Octal | 354 | 327 | 240 | 0 | 11 | 40 | 7 | 53 | 103 | 116 |
| Binary | 11101100 | 11010111 | 10100000 | 0 | 1001 | 100000 | 111 | 101011 | 1000011 | 1001110 |
Color Harmonies of #ECD7A0
Complementary color
Monochromatic Colors of #ECD7A0
Black with #ECD7A0
Text Example
Text Example
White with #ECD7A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECD7A0; }
p { color: rgb(236,215,160); }
H1.HeaderClassName
{
color: #ECD7A0;
}
.AnyTagClassName
{
color: #ECD7A0;
}
</style>
background-color css
<style>
a { background-color: #ECD7A0; }
a { background-color: rgb(236,215,160); }
div.DivClassName
{
background-color: #ECD7A0;
}
.BgClassName
{
background-color: #ECD7A0;
}
</style>
border-color css
<style>
span { border-color: #ECD7A0; }
span { border-color: rgb(236,215,160); }
td.TdClassName
{
border-color: #ECD7A0;
}
.TagClassName
{
border-color: #ECD7A0;
}
</style>