Shades of Harvest Gold #ECC36B
Tints of Harvest Gold #ECC36B
RGB
CMYK
RGB Variations
Color information
#ECC36B (or 0xECC36B) is known color: Harvest Gold. HEX triplet: EC, C3 and 6B. RGB value is (236,195,107). Sum of RGB (Red+Green+Blue) = 236+195+107=538 (71% of max value = 765). Red value is 236 (92.58% from 255 or 43.87% from 538); Green value is 195 (76.56% from 255 or 36.25% from 538); Blue value is 107 (42.19% from 255 or 19.89% from 538); Max value from RGB is 236 - color contains mainly: red. Hex color #ECC36B is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECC36B is #133C94. Grayscale: #C5C5C5. Windows color (decimal): -1260693 or 7062508. OLE color: 7062508.
HSL color Cylindrical-coordinate representation of color #ECC36B: hue angle of 40.93º 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 #ECC36B is Cyan = 0, Magento = 0.17, Yellow = 0.55 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 195 | 107 | - |
| CMYK | 0 | 0.17 | 0.55 | 0.07 |
| HSL | 40.93º | 0.77% | 0.67% | - |
| HSV(B) | 40.93º | 0.55% | 0.93% | - |
| XYZ | 56.76 | 57.92 | 22.1 | - |
| YUV | 197.23 | 77.08 | 155.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 195 | 107 | 0 | 0.17 | 0.55 | 0.07 | 40.93 | 0.77 | 0.67 |
| Hex | EC | C3 | 6B | 0 | 11 | 37 | 7 | 29 | 4D | 43 |
| Octal | 354 | 303 | 153 | 0 | 21 | 67 | 7 | 51 | 115 | 103 |
| Binary | 11101100 | 11000011 | 1101011 | 0 | 10001 | 110111 | 111 | 101001 | 1001101 | 1000011 |
Color Harmonies of #ECC36B
Complementary color
Monochromatic Colors of #ECC36B
Black with #ECC36B
Text Example
Text Example
White with #ECC36B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECC36B; }
p { color: rgb(236,195,107); }
H1.HeaderClassName
{
color: #ECC36B;
}
.AnyTagClassName
{
color: #ECC36B;
}
</style>
background-color css
<style>
a { background-color: #ECC36B; }
a { background-color: rgb(236,195,107); }
div.DivClassName
{
background-color: #ECC36B;
}
.BgClassName
{
background-color: #ECC36B;
}
</style>
border-color css
<style>
span { border-color: #ECC36B; }
span { border-color: rgb(236,195,107); }
td.TdClassName
{
border-color: #ECC36B;
}
.TagClassName
{
border-color: #ECC36B;
}
</style>