Shades of Harvest Gold #EDC164
Tints of Harvest Gold #EDC164
RGB
CMYK
RGB Variations
Color information
#EDC164 (or 0xEDC164) is known color: Harvest Gold. HEX triplet: ED, C1 and 64. RGB value is (237,193,100). Sum of RGB (Red+Green+Blue) = 237+193+100=530 (70% of max value = 765). Red value is 237 (92.97% from 255 or 44.72% from 530); Green value is 193 (75.78% from 255 or 36.42% from 530); Blue value is 100 (39.45% from 255 or 18.87% from 530); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC164 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDC164 is #123E9B. Grayscale: #C3C3C3. Windows color (decimal): -1195676 or 6603245. OLE color: 6603245.
HSL color Cylindrical-coordinate representation of color #EDC164: hue angle of 40.73º 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 #EDC164 is Cyan = 0, Magento = 0.19, Yellow = 0.58 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 193 | 100 | - |
| CMYK | 0 | 0.19 | 0.58 | 0.07 |
| HSL | 40.73º | 0.79% | 0.66% | - |
| HSV(B) | 40.73º | 0.58% | 0.93% | - |
| XYZ | 56.3 | 57.06 | 20.1 | - |
| YUV | 195.55 | 74.08 | 157.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 193 | 100 | 0 | 0.19 | 0.58 | 0.07 | 40.73 | 0.79 | 0.66 |
| Hex | ED | C1 | 64 | 0 | 13 | 3A | 7 | 29 | 4F | 42 |
| Octal | 355 | 301 | 144 | 0 | 23 | 72 | 7 | 51 | 117 | 102 |
| Binary | 11101101 | 11000001 | 1100100 | 0 | 10011 | 111010 | 111 | 101001 | 1001111 | 1000010 |
Color Harmonies of #EDC164
Complementary color
Monochromatic Colors of #EDC164
Black with #EDC164
Text Example
Text Example
White with #EDC164
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDC164; }
p { color: rgb(237,193,100); }
H1.HeaderClassName
{
color: #EDC164;
}
.AnyTagClassName
{
color: #EDC164;
}
</style>
background-color css
<style>
a { background-color: #EDC164; }
a { background-color: rgb(237,193,100); }
div.DivClassName
{
background-color: #EDC164;
}
.BgClassName
{
background-color: #EDC164;
}
</style>
border-color css
<style>
span { border-color: #EDC164; }
span { border-color: rgb(237,193,100); }
td.TdClassName
{
border-color: #EDC164;
}
.TagClassName
{
border-color: #EDC164;
}
</style>