Shades of Harvest Gold #ECB26F
Tints of Harvest Gold #ECB26F
RGB
CMYK
RGB Variations
Color information
#ECB26F (or 0xECB26F) is known color: Harvest Gold. HEX triplet: EC, B2 and 6F. RGB value is (236,178,111). Sum of RGB (Red+Green+Blue) = 236+178+111=525 (69% of max value = 765). Red value is 236 (92.58% from 255 or 44.95% from 525); Green value is 178 (69.92% from 255 or 33.90% from 525); Blue value is 111 (43.75% from 255 or 21.14% from 525); Max value from RGB is 236 - color contains mainly: red. Hex color #ECB26F is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #ECB26F is #134D90. Grayscale: #BCBCBC. Windows color (decimal): -1265041 or 7320300. OLE color: 7320300.
HSL color Cylindrical-coordinate representation of color #ECB26F: hue angle of 32.16º degrees, saturation: 0.77, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #ECB26F is Cyan = 0, Magento = 0.25, Yellow = 0.53 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 178 | 111 | - |
| CMYK | 0 | 0.25 | 0.53 | 0.07 |
| HSL | 32.16º | 0.77% | 0.68% | - |
| HSV(B) | 32.16º | 0.53% | 0.93% | - |
| XYZ | 53.38 | 50.82 | 22.03 | - |
| YUV | 187.7 | 84.72 | 162.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 178 | 111 | 0 | 0.25 | 0.53 | 0.07 | 32.16 | 0.77 | 0.68 |
| Hex | EC | B2 | 6F | 0 | 19 | 35 | 7 | 20 | 4D | 44 |
| Octal | 354 | 262 | 157 | 0 | 31 | 65 | 7 | 40 | 115 | 104 |
| Binary | 11101100 | 10110010 | 1101111 | 0 | 11001 | 110101 | 111 | 100000 | 1001101 | 1000100 |
Color Harmonies of #ECB26F
Complementary color
Monochromatic Colors of #ECB26F
Black with #ECB26F
Text Example
Text Example
White with #ECB26F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECB26F; }
p { color: rgb(236,178,111); }
H1.HeaderClassName
{
color: #ECB26F;
}
.AnyTagClassName
{
color: #ECB26F;
}
</style>
background-color css
<style>
a { background-color: #ECB26F; }
a { background-color: rgb(236,178,111); }
div.DivClassName
{
background-color: #ECB26F;
}
.BgClassName
{
background-color: #ECB26F;
}
</style>
border-color css
<style>
span { border-color: #ECB26F; }
span { border-color: rgb(236,178,111); }
td.TdClassName
{
border-color: #ECB26F;
}
.TagClassName
{
border-color: #ECB26F;
}
</style>