Shades of Harvest Gold #ECC265
Tints of Harvest Gold #ECC265
RGB
CMYK
RGB Variations
Color information
#ECC265 (or 0xECC265) is known color: Harvest Gold. HEX triplet: EC, C2 and 65. RGB value is (236,194,101). Sum of RGB (Red+Green+Blue) = 236+194+101=531 (70% of max value = 765). Red value is 236 (92.58% from 255 or 44.44% from 531); Green value is 194 (76.17% from 255 or 36.53% from 531); Blue value is 101 (39.84% from 255 or 19.02% from 531); Max value from RGB is 236 - color contains mainly: red. Hex color #ECC265 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECC265 is #133D9A. Grayscale: #C4C4C4. Windows color (decimal): -1260955 or 6669036. OLE color: 6669036.
HSL color Cylindrical-coordinate representation of color #ECC265: hue angle of 41.33º degrees, saturation: 0.78, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #ECC265 is Cyan = 0, Magento = 0.18, Yellow = 0.57 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 194 | 101 | - |
| CMYK | 0 | 0.18 | 0.57 | 0.07 |
| HSL | 41.33º | 0.78% | 0.66% | - |
| HSV(B) | 41.33º | 0.57% | 0.93% | - |
| XYZ | 56.23 | 57.36 | 20.42 | - |
| YUV | 195.96 | 74.41 | 156.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 194 | 101 | 0 | 0.18 | 0.57 | 0.07 | 41.33 | 0.78 | 0.66 |
| Hex | EC | C2 | 65 | 0 | 12 | 39 | 7 | 29 | 4E | 42 |
| Octal | 354 | 302 | 145 | 0 | 22 | 71 | 7 | 51 | 116 | 102 |
| Binary | 11101100 | 11000010 | 1100101 | 0 | 10010 | 111001 | 111 | 101001 | 1001110 | 1000010 |
Color Harmonies of #ECC265
Complementary color
Monochromatic Colors of #ECC265
Black with #ECC265
Text Example
Text Example
White with #ECC265
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECC265; }
p { color: rgb(236,194,101); }
H1.HeaderClassName
{
color: #ECC265;
}
.AnyTagClassName
{
color: #ECC265;
}
</style>
background-color css
<style>
a { background-color: #ECC265; }
a { background-color: rgb(236,194,101); }
div.DivClassName
{
background-color: #ECC265;
}
.BgClassName
{
background-color: #ECC265;
}
</style>
border-color css
<style>
span { border-color: #ECC265; }
span { border-color: rgb(236,194,101); }
td.TdClassName
{
border-color: #ECC265;
}
.TagClassName
{
border-color: #ECC265;
}
</style>