Shades of Hampton #ECD59F
Tints of Hampton #ECD59F
RGB
CMYK
RGB Variations
Color information
#ECD59F (or 0xECD59F) is known color: Hampton. HEX triplet: EC, D5 and 9F. RGB value is (236,213,159). Sum of RGB (Red+Green+Blue) = 236+213+159=608 (80% of max value = 765). Red value is 236 (92.58% from 255 or 38.82% from 608); Green value is 213 (83.59% from 255 or 35.03% from 608); Blue value is 159 (62.5% from 255 or 26.15% from 608); Max value from RGB is 236 - color contains mainly: red. Hex color #ECD59F is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #ECD59F is #132A60. Grayscale: #D5D5D5. Windows color (decimal): -1256033 or 10474988. OLE color: 10474988.
HSL color Cylindrical-coordinate representation of color #ECD59F: hue angle of 42.08º 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 #ECD59F is Cyan = 0, Magento = 0.10, Yellow = 0.33 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 213 | 159 | - |
| CMYK | 0 | 0.10 | 0.33 | 0.07 |
| HSL | 42.08º | 0.67% | 0.77% | - |
| HSV(B) | 42.08º | 0.33% | 0.93% | - |
| XYZ | 64.64 | 67.92 | 42.5 | - |
| YUV | 213.72 | 97.12 | 143.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 213 | 159 | 0 | 0.10 | 0.33 | 0.07 | 42.08 | 0.67 | 0.77 |
| Hex | EC | D5 | 9F | 0 | A | 21 | 7 | 2A | 43 | 4D |
| Octal | 354 | 325 | 237 | 0 | 12 | 41 | 7 | 52 | 103 | 115 |
| Binary | 11101100 | 11010101 | 10011111 | 0 | 1010 | 100001 | 111 | 101010 | 1000011 | 1001101 |
Color Harmonies of #ECD59F
Complementary color
Monochromatic Colors of #ECD59F
Black with #ECD59F
Text Example
Text Example
White with #ECD59F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECD59F; }
p { color: rgb(236,213,159); }
H1.HeaderClassName
{
color: #ECD59F;
}
.AnyTagClassName
{
color: #ECD59F;
}
</style>
background-color css
<style>
a { background-color: #ECD59F; }
a { background-color: rgb(236,213,159); }
div.DivClassName
{
background-color: #ECD59F;
}
.BgClassName
{
background-color: #ECD59F;
}
</style>
border-color css
<style>
span { border-color: #ECD59F; }
span { border-color: rgb(236,213,159); }
td.TdClassName
{
border-color: #ECD59F;
}
.TagClassName
{
border-color: #ECD59F;
}
</style>