Shades of Harvest Gold #EDC170
Tints of Harvest Gold #EDC170
RGB
CMYK
RGB Variations
Color information
#EDC170 (or 0xEDC170) is known color: Harvest Gold. HEX triplet: ED, C1 and 70. RGB value is (237,193,112). Sum of RGB (Red+Green+Blue) = 237+193+112=542 (71% of max value = 765). Red value is 237 (92.97% from 255 or 43.73% from 542); Green value is 193 (75.78% from 255 or 35.61% from 542); Blue value is 112 (44.14% from 255 or 20.66% from 542); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC170 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDC170 is #123E8F. Grayscale: #C5C5C5. Windows color (decimal): -1195664 or 7389677. OLE color: 7389677.
HSL color Cylindrical-coordinate representation of color #EDC170: hue angle of 38.88º degrees, saturation: 0.78, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #EDC170 is Cyan = 0, Magento = 0.19, Yellow = 0.53 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 193 | 112 | - |
| CMYK | 0 | 0.19 | 0.53 | 0.07 |
| HSL | 38.88º | 0.78% | 0.68% | - |
| HSV(B) | 38.88º | 0.53% | 0.93% | - |
| XYZ | 56.92 | 57.31 | 23.39 | - |
| YUV | 196.92 | 80.08 | 156.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 193 | 112 | 0 | 0.19 | 0.53 | 0.07 | 38.88 | 0.78 | 0.68 |
| Hex | ED | C1 | 70 | 0 | 13 | 35 | 7 | 27 | 4E | 44 |
| Octal | 355 | 301 | 160 | 0 | 23 | 65 | 7 | 47 | 116 | 104 |
| Binary | 11101101 | 11000001 | 1110000 | 0 | 10011 | 110101 | 111 | 100111 | 1001110 | 1000100 |
Color Harmonies of #EDC170
Complementary color
Monochromatic Colors of #EDC170
Black with #EDC170
Text Example
Text Example
White with #EDC170
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDC170; }
p { color: rgb(237,193,112); }
H1.HeaderClassName
{
color: #EDC170;
}
.AnyTagClassName
{
color: #EDC170;
}
</style>
background-color css
<style>
a { background-color: #EDC170; }
a { background-color: rgb(237,193,112); }
div.DivClassName
{
background-color: #EDC170;
}
.BgClassName
{
background-color: #EDC170;
}
</style>
border-color css
<style>
span { border-color: #EDC170; }
span { border-color: rgb(237,193,112); }
td.TdClassName
{
border-color: #EDC170;
}
.TagClassName
{
border-color: #EDC170;
}
</style>