Shades of Harvest Gold #EDC065
Tints of Harvest Gold #EDC065
RGB
CMYK
RGB Variations
Color information
#EDC065 (or 0xEDC065) is known color: Harvest Gold. HEX triplet: ED, C0 and 65. RGB value is (237,192,101). Sum of RGB (Red+Green+Blue) = 237+192+101=530 (70% of max value = 765). Red value is 237 (92.97% from 255 or 44.72% from 530); Green value is 192 (75.39% from 255 or 36.23% from 530); Blue value is 101 (39.84% from 255 or 19.06% from 530); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC065 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDC065 is #123F9A. Grayscale: #C3C3C3. Windows color (decimal): -1195931 or 6668525. OLE color: 6668525.
HSL color Cylindrical-coordinate representation of color #EDC065: hue angle of 40.15º degrees, saturation: 0.79, 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 #EDC065 is Cyan = 0, Magento = 0.19, Yellow = 0.57 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 192 | 101 | - |
| CMYK | 0 | 0.19 | 0.57 | 0.07 |
| HSL | 40.15º | 0.79% | 0.66% | - |
| HSV(B) | 40.15º | 0.57% | 0.93% | - |
| XYZ | 56.12 | 56.64 | 20.29 | - |
| YUV | 195.08 | 74.91 | 157.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 192 | 101 | 0 | 0.19 | 0.57 | 0.07 | 40.15 | 0.79 | 0.66 |
| Hex | ED | C0 | 65 | 0 | 13 | 39 | 7 | 28 | 4F | 42 |
| Octal | 355 | 300 | 145 | 0 | 23 | 71 | 7 | 50 | 117 | 102 |
| Binary | 11101101 | 11000000 | 1100101 | 0 | 10011 | 111001 | 111 | 101000 | 1001111 | 1000010 |
Color Harmonies of #EDC065
Complementary color
Monochromatic Colors of #EDC065
Black with #EDC065
Text Example
Text Example
White with #EDC065
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDC065; }
p { color: rgb(237,192,101); }
H1.HeaderClassName
{
color: #EDC065;
}
.AnyTagClassName
{
color: #EDC065;
}
</style>
background-color css
<style>
a { background-color: #EDC065; }
a { background-color: rgb(237,192,101); }
div.DivClassName
{
background-color: #EDC065;
}
.BgClassName
{
background-color: #EDC065;
}
</style>
border-color css
<style>
span { border-color: #EDC065; }
span { border-color: rgb(237,192,101); }
td.TdClassName
{
border-color: #EDC065;
}
.TagClassName
{
border-color: #EDC065;
}
</style>