Shades of Harvest Gold #EDC16E
Tints of Harvest Gold #EDC16E
RGB
CMYK
RGB Variations
Color information
#EDC16E (or 0xEDC16E) is known color: Harvest Gold. HEX triplet: ED, C1 and 6E. RGB value is (237,193,110). Sum of RGB (Red+Green+Blue) = 237+193+110=540 (71% of max value = 765). Red value is 237 (92.97% from 255 or 43.89% from 540); Green value is 193 (75.78% from 255 or 35.74% from 540); Blue value is 110 (43.36% from 255 or 20.37% from 540); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC16E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDC16E is #123E91. Grayscale: #C5C5C5. Windows color (decimal): -1195666 or 7258605. OLE color: 7258605.
HSL color Cylindrical-coordinate representation of color #EDC16E: hue angle of 39.21º degrees, saturation: 0.78, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #EDC16E is Cyan = 0, Magento = 0.19, Yellow = 0.54 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 193 | 110 | - |
| CMYK | 0 | 0.19 | 0.54 | 0.07 |
| HSL | 39.21º | 0.78% | 0.68% | - |
| HSV(B) | 39.21º | 0.54% | 0.93% | - |
| XYZ | 56.81 | 57.27 | 22.81 | - |
| YUV | 196.69 | 79.08 | 156.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 193 | 110 | 0 | 0.19 | 0.54 | 0.07 | 39.21 | 0.78 | 0.68 |
| Hex | ED | C1 | 6E | 0 | 13 | 36 | 7 | 27 | 4E | 44 |
| Octal | 355 | 301 | 156 | 0 | 23 | 66 | 7 | 47 | 116 | 104 |
| Binary | 11101101 | 11000001 | 1101110 | 0 | 10011 | 110110 | 111 | 100111 | 1001110 | 1000100 |
Color Harmonies of #EDC16E
Complementary color
Monochromatic Colors of #EDC16E
Black with #EDC16E
Text Example
Text Example
White with #EDC16E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDC16E; }
p { color: rgb(237,193,110); }
H1.HeaderClassName
{
color: #EDC16E;
}
.AnyTagClassName
{
color: #EDC16E;
}
</style>
background-color css
<style>
a { background-color: #EDC16E; }
a { background-color: rgb(237,193,110); }
div.DivClassName
{
background-color: #EDC16E;
}
.BgClassName
{
background-color: #EDC16E;
}
</style>
border-color css
<style>
span { border-color: #EDC16E; }
span { border-color: rgb(237,193,110); }
td.TdClassName
{
border-color: #EDC16E;
}
.TagClassName
{
border-color: #EDC16E;
}
</style>