Shades of Hampton #ECD39F
Tints of Hampton #ECD39F
RGB
CMYK
RGB Variations
Color information
#ECD39F (or 0xECD39F) is known color: Hampton. HEX triplet: EC, D3 and 9F. RGB value is (236,211,159). Sum of RGB (Red+Green+Blue) = 236+211+159=606 (80% of max value = 765). Red value is 236 (92.58% from 255 or 38.94% from 606); Green value is 211 (82.81% from 255 or 34.82% from 606); Blue value is 159 (62.5% from 255 or 26.24% from 606); Max value from RGB is 236 - color contains mainly: red. Hex color #ECD39F is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #ECD39F is #132C60. Grayscale: #D4D4D4. Windows color (decimal): -1256545 or 10474476. OLE color: 10474476.
HSL color Cylindrical-coordinate representation of color #ECD39F: hue angle of 40.52º 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 #ECD39F is Cyan = 0, Magento = 0.11, Yellow = 0.33 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 211 | 159 | - |
| CMYK | 0 | 0.11 | 0.33 | 0.07 |
| HSL | 40.52º | 0.67% | 0.77% | - |
| HSV(B) | 40.52º | 0.33% | 0.93% | - |
| XYZ | 64.14 | 66.92 | 42.34 | - |
| YUV | 212.55 | 97.78 | 144.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 211 | 159 | 0 | 0.11 | 0.33 | 0.07 | 40.52 | 0.67 | 0.77 |
| Hex | EC | D3 | 9F | 0 | B | 21 | 7 | 29 | 43 | 4D |
| Octal | 354 | 323 | 237 | 0 | 13 | 41 | 7 | 51 | 103 | 115 |
| Binary | 11101100 | 11010011 | 10011111 | 0 | 1011 | 100001 | 111 | 101001 | 1000011 | 1001101 |
Color Harmonies of #ECD39F
Complementary color
Monochromatic Colors of #ECD39F
Black with #ECD39F
Text Example
Text Example
White with #ECD39F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECD39F; }
p { color: rgb(236,211,159); }
H1.HeaderClassName
{
color: #ECD39F;
}
.AnyTagClassName
{
color: #ECD39F;
}
</style>
background-color css
<style>
a { background-color: #ECD39F; }
a { background-color: rgb(236,211,159); }
div.DivClassName
{
background-color: #ECD39F;
}
.BgClassName
{
background-color: #ECD39F;
}
</style>
border-color css
<style>
span { border-color: #ECD39F; }
span { border-color: rgb(236,211,159); }
td.TdClassName
{
border-color: #ECD39F;
}
.TagClassName
{
border-color: #ECD39F;
}
</style>