Shades of Harvest Gold #ECC36C
Tints of Harvest Gold #ECC36C
RGB
CMYK
RGB Variations
Color information
#ECC36C (or 0xECC36C) is known color: Harvest Gold. HEX triplet: EC, C3 and 6C. RGB value is (236,195,108). Sum of RGB (Red+Green+Blue) = 236+195+108=539 (71% of max value = 765). Red value is 236 (92.58% from 255 or 43.78% from 539); Green value is 195 (76.56% from 255 or 36.18% from 539); Blue value is 108 (42.58% from 255 or 20.04% from 539); Max value from RGB is 236 - color contains mainly: red. Hex color #ECC36C is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECC36C is #133C93. Grayscale: #C5C5C5. Windows color (decimal): -1260692 or 7128044. OLE color: 7128044.
HSL color Cylindrical-coordinate representation of color #ECC36C: hue angle of 40.78º degrees, saturation: 0.77, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #ECC36C is Cyan = 0, Magento = 0.17, Yellow = 0.54 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 195 | 108 | - |
| CMYK | 0 | 0.17 | 0.54 | 0.07 |
| HSL | 40.78º | 0.77% | 0.67% | - |
| HSV(B) | 40.78º | 0.54% | 0.93% | - |
| XYZ | 56.81 | 57.95 | 22.38 | - |
| YUV | 197.34 | 77.58 | 155.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 195 | 108 | 0 | 0.17 | 0.54 | 0.07 | 40.78 | 0.77 | 0.67 |
| Hex | EC | C3 | 6C | 0 | 11 | 36 | 7 | 29 | 4D | 43 |
| Octal | 354 | 303 | 154 | 0 | 21 | 66 | 7 | 51 | 115 | 103 |
| Binary | 11101100 | 11000011 | 1101100 | 0 | 10001 | 110110 | 111 | 101001 | 1001101 | 1000011 |
Color Harmonies of #ECC36C
Complementary color
Monochromatic Colors of #ECC36C
Black with #ECC36C
Text Example
Text Example
White with #ECC36C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECC36C; }
p { color: rgb(236,195,108); }
H1.HeaderClassName
{
color: #ECC36C;
}
.AnyTagClassName
{
color: #ECC36C;
}
</style>
background-color css
<style>
a { background-color: #ECC36C; }
a { background-color: rgb(236,195,108); }
div.DivClassName
{
background-color: #ECC36C;
}
.BgClassName
{
background-color: #ECC36C;
}
</style>
border-color css
<style>
span { border-color: #ECC36C; }
span { border-color: rgb(236,195,108); }
td.TdClassName
{
border-color: #ECC36C;
}
.TagClassName
{
border-color: #ECC36C;
}
</style>