Shades of Hampton #ECD49F
Tints of Hampton #ECD49F
RGB
CMYK
RGB Variations
Color information
#ECD49F (or 0xECD49F) is known color: Hampton. HEX triplet: EC, D4 and 9F. RGB value is (236,212,159). Sum of RGB (Red+Green+Blue) = 236+212+159=607 (80% of max value = 765). Red value is 236 (92.58% from 255 or 38.88% from 607); Green value is 212 (83.20% from 255 or 34.93% from 607); Blue value is 159 (62.5% from 255 or 26.19% from 607); Max value from RGB is 236 - color contains mainly: red. Hex color #ECD49F is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #ECD49F is #132B60. Grayscale: #D5D5D5. Windows color (decimal): -1256289 or 10474732. OLE color: 10474732.
HSL color Cylindrical-coordinate representation of color #ECD49F: hue angle of 41.3º degrees, saturation: 0.67, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #ECD49F is Cyan = 0, Magento = 0.10, Yellow = 0.33 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 212 | 159 | - |
| CMYK | 0 | 0.10 | 0.33 | 0.07 |
| HSL | 41.3º | 0.67% | 0.77% | - |
| HSV(B) | 41.3º | 0.33% | 0.93% | - |
| XYZ | 64.39 | 67.42 | 42.42 | - |
| YUV | 213.13 | 97.45 | 144.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 212 | 159 | 0 | 0.10 | 0.33 | 0.07 | 41.3 | 0.67 | 0.77 |
| Hex | EC | D4 | 9F | 0 | A | 21 | 7 | 29 | 43 | 4D |
| Octal | 354 | 324 | 237 | 0 | 12 | 41 | 7 | 51 | 103 | 115 |
| Binary | 11101100 | 11010100 | 10011111 | 0 | 1010 | 100001 | 111 | 101001 | 1000011 | 1001101 |
Color Harmonies of #ECD49F
Complementary color
Monochromatic Colors of #ECD49F
Black with #ECD49F
Text Example
Text Example
White with #ECD49F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECD49F; }
p { color: rgb(236,212,159); }
H1.HeaderClassName
{
color: #ECD49F;
}
.AnyTagClassName
{
color: #ECD49F;
}
</style>
background-color css
<style>
a { background-color: #ECD49F; }
a { background-color: rgb(236,212,159); }
div.DivClassName
{
background-color: #ECD49F;
}
.BgClassName
{
background-color: #ECD49F;
}
</style>
border-color css
<style>
span { border-color: #ECD49F; }
span { border-color: rgb(236,212,159); }
td.TdClassName
{
border-color: #ECD49F;
}
.TagClassName
{
border-color: #ECD49F;
}
</style>