Shades of Hampton #ECDAA1
Tints of Hampton #ECDAA1
RGB
CMYK
RGB Variations
Color information
#ECDAA1 (or 0xECDAA1) is known color: Hampton. HEX triplet: EC, DA and A1. RGB value is (236,218,161). Sum of RGB (Red+Green+Blue) = 236+218+161=615 (81% of max value = 765). Red value is 236 (92.58% from 255 or 38.37% from 615); Green value is 218 (85.55% from 255 or 35.45% from 615); Blue value is 161 (63.28% from 255 or 26.18% from 615); Max value from RGB is 236 - color contains mainly: red. Hex color #ECDAA1 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #ECDAA1 is #13255E. Grayscale: #D9D9D9. Windows color (decimal): -1254751 or 10607340. OLE color: 10607340.
HSL color Cylindrical-coordinate representation of color #ECDAA1: hue angle of 45.6º degrees, saturation: 0.66, 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 #ECDAA1 is Cyan = 0, Magento = 0.08, Yellow = 0.32 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 218 | 161 | - |
| CMYK | 0 | 0.08 | 0.32 | 0.07 |
| HSL | 45.6º | 0.66% | 0.78% | - |
| HSV(B) | 45.6º | 0.32% | 0.93% | - |
| XYZ | 66.1 | 70.55 | 43.85 | - |
| YUV | 216.88 | 96.46 | 141.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 218 | 161 | 0 | 0.08 | 0.32 | 0.07 | 45.6 | 0.66 | 0.78 |
| Hex | EC | DA | A1 | 0 | 8 | 20 | 7 | 2E | 42 | 4E |
| Octal | 354 | 332 | 241 | 0 | 10 | 40 | 7 | 56 | 102 | 116 |
| Binary | 11101100 | 11011010 | 10100001 | 0 | 1000 | 100000 | 111 | 101110 | 1000010 | 1001110 |
Color Harmonies of #ECDAA1
Complementary color
Monochromatic Colors of #ECDAA1
Black with #ECDAA1
Text Example
Text Example
White with #ECDAA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECDAA1; }
p { color: rgb(236,218,161); }
H1.HeaderClassName
{
color: #ECDAA1;
}
.AnyTagClassName
{
color: #ECDAA1;
}
</style>
background-color css
<style>
a { background-color: #ECDAA1; }
a { background-color: rgb(236,218,161); }
div.DivClassName
{
background-color: #ECDAA1;
}
.BgClassName
{
background-color: #ECDAA1;
}
</style>
border-color css
<style>
span { border-color: #ECDAA1; }
span { border-color: rgb(236,218,161); }
td.TdClassName
{
border-color: #ECDAA1;
}
.TagClassName
{
border-color: #ECDAA1;
}
</style>