Shades of Harvest Gold #EDC172
Tints of Harvest Gold #EDC172
RGB
CMYK
RGB Variations
Color information
#EDC172 (or 0xEDC172) is known color: Harvest Gold. HEX triplet: ED, C1 and 72. RGB value is (237,193,114). Sum of RGB (Red+Green+Blue) = 237+193+114=544 (72% of max value = 765). Red value is 237 (92.97% from 255 or 43.57% from 544); Green value is 193 (75.78% from 255 or 35.48% from 544); Blue value is 114 (44.92% from 255 or 20.96% from 544); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC172 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDC172 is #123E8D. Grayscale: #C5C5C5. Windows color (decimal): -1195662 or 7520749. OLE color: 7520749.
HSL color Cylindrical-coordinate representation of color #EDC172: hue angle of 38.54º degrees, saturation: 0.77, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #EDC172 is Cyan = 0, Magento = 0.19, Yellow = 0.52 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 193 | 114 | - |
| CMYK | 0 | 0.19 | 0.52 | 0.07 |
| HSL | 38.54º | 0.77% | 0.69% | - |
| HSV(B) | 38.54º | 0.52% | 0.93% | - |
| XYZ | 57.03 | 57.36 | 23.99 | - |
| YUV | 197.15 | 81.08 | 156.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 193 | 114 | 0 | 0.19 | 0.52 | 0.07 | 38.54 | 0.77 | 0.69 |
| Hex | ED | C1 | 72 | 0 | 13 | 34 | 7 | 27 | 4D | 45 |
| Octal | 355 | 301 | 162 | 0 | 23 | 64 | 7 | 47 | 115 | 105 |
| Binary | 11101101 | 11000001 | 1110010 | 0 | 10011 | 110100 | 111 | 100111 | 1001101 | 1000101 |
Color Harmonies of #EDC172
Complementary color
Monochromatic Colors of #EDC172
Black with #EDC172
Text Example
Text Example
White with #EDC172
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDC172; }
p { color: rgb(237,193,114); }
H1.HeaderClassName
{
color: #EDC172;
}
.AnyTagClassName
{
color: #EDC172;
}
</style>
background-color css
<style>
a { background-color: #EDC172; }
a { background-color: rgb(237,193,114); }
div.DivClassName
{
background-color: #EDC172;
}
.BgClassName
{
background-color: #EDC172;
}
</style>
border-color css
<style>
span { border-color: #EDC172; }
span { border-color: rgb(237,193,114); }
td.TdClassName
{
border-color: #EDC172;
}
.TagClassName
{
border-color: #EDC172;
}
</style>