Shades of Harvest Gold #EDC064
Tints of Harvest Gold #EDC064
RGB
CMYK
RGB Variations
Color information
#EDC064 (or 0xEDC064) is known color: Harvest Gold. HEX triplet: ED, C0 and 64. RGB value is (237,192,100). Sum of RGB (Red+Green+Blue) = 237+192+100=529 (70% of max value = 765). Red value is 237 (92.97% from 255 or 44.80% from 529); Green value is 192 (75.39% from 255 or 36.29% from 529); Blue value is 100 (39.45% from 255 or 18.90% from 529); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC064 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDC064 is #123F9B. Grayscale: #C3C3C3. Windows color (decimal): -1195932 or 6602989. OLE color: 6602989.
HSL color Cylindrical-coordinate representation of color #EDC064: hue angle of 40.29º degrees, saturation: 0.79, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #EDC064 is Cyan = 0, Magento = 0.19, Yellow = 0.58 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 192 | 100 | - |
| CMYK | 0 | 0.19 | 0.58 | 0.07 |
| HSL | 40.29º | 0.79% | 0.66% | - |
| HSV(B) | 40.29º | 0.58% | 0.93% | - |
| XYZ | 56.07 | 56.62 | 20.03 | - |
| YUV | 194.97 | 74.41 | 157.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 192 | 100 | 0 | 0.19 | 0.58 | 0.07 | 40.29 | 0.79 | 0.66 |
| Hex | ED | C0 | 64 | 0 | 13 | 3A | 7 | 28 | 4F | 42 |
| Octal | 355 | 300 | 144 | 0 | 23 | 72 | 7 | 50 | 117 | 102 |
| Binary | 11101101 | 11000000 | 1100100 | 0 | 10011 | 111010 | 111 | 101000 | 1001111 | 1000010 |
Color Harmonies of #EDC064
Complementary color
Monochromatic Colors of #EDC064
Black with #EDC064
Text Example
Text Example
White with #EDC064
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDC064; }
p { color: rgb(237,192,100); }
H1.HeaderClassName
{
color: #EDC064;
}
.AnyTagClassName
{
color: #EDC064;
}
</style>
background-color css
<style>
a { background-color: #EDC064; }
a { background-color: rgb(237,192,100); }
div.DivClassName
{
background-color: #EDC064;
}
.BgClassName
{
background-color: #EDC064;
}
</style>
border-color css
<style>
span { border-color: #EDC064; }
span { border-color: rgb(237,192,100); }
td.TdClassName
{
border-color: #EDC064;
}
.TagClassName
{
border-color: #EDC064;
}
</style>