Shades of Harvest Gold #ECC26B
Tints of Harvest Gold #ECC26B
RGB
CMYK
RGB Variations
Color information
#ECC26B (or 0xECC26B) is known color: Harvest Gold. HEX triplet: EC, C2 and 6B. RGB value is (236,194,107). Sum of RGB (Red+Green+Blue) = 236+194+107=537 (71% of max value = 765). Red value is 236 (92.58% from 255 or 43.95% from 537); Green value is 194 (76.17% from 255 or 36.13% from 537); Blue value is 107 (42.19% from 255 or 19.93% from 537); Max value from RGB is 236 - color contains mainly: red. Hex color #ECC26B is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECC26B is #133D94. Grayscale: #C5C5C5. Windows color (decimal): -1260949 or 7062252. OLE color: 7062252.
HSL color Cylindrical-coordinate representation of color #ECC26B: hue angle of 40.47º degrees, saturation: 0.77, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #ECC26B is Cyan = 0, Magento = 0.18, Yellow = 0.55 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 194 | 107 | - |
| CMYK | 0 | 0.18 | 0.55 | 0.07 |
| HSL | 40.47º | 0.77% | 0.67% | - |
| HSV(B) | 40.47º | 0.55% | 0.93% | - |
| XYZ | 56.54 | 57.48 | 22.02 | - |
| YUV | 196.64 | 77.41 | 156.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 194 | 107 | 0 | 0.18 | 0.55 | 0.07 | 40.47 | 0.77 | 0.67 |
| Hex | EC | C2 | 6B | 0 | 12 | 37 | 7 | 28 | 4D | 43 |
| Octal | 354 | 302 | 153 | 0 | 22 | 67 | 7 | 50 | 115 | 103 |
| Binary | 11101100 | 11000010 | 1101011 | 0 | 10010 | 110111 | 111 | 101000 | 1001101 | 1000011 |
Color Harmonies of #ECC26B
Complementary color
Monochromatic Colors of #ECC26B
Black with #ECC26B
Text Example
Text Example
White with #ECC26B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECC26B; }
p { color: rgb(236,194,107); }
H1.HeaderClassName
{
color: #ECC26B;
}
.AnyTagClassName
{
color: #ECC26B;
}
</style>
background-color css
<style>
a { background-color: #ECC26B; }
a { background-color: rgb(236,194,107); }
div.DivClassName
{
background-color: #ECC26B;
}
.BgClassName
{
background-color: #ECC26B;
}
</style>
border-color css
<style>
span { border-color: #ECC26B; }
span { border-color: rgb(236,194,107); }
td.TdClassName
{
border-color: #ECC26B;
}
.TagClassName
{
border-color: #ECC26B;
}
</style>