Shades of Harvest Gold #EDC26D
Tints of Harvest Gold #EDC26D
RGB
CMYK
RGB Variations
Color information
#EDC26D (or 0xEDC26D) is known color: Harvest Gold. HEX triplet: ED, C2 and 6D. RGB value is (237,194,109). Sum of RGB (Red+Green+Blue) = 237+194+109=540 (71% of max value = 765). Red value is 237 (92.97% from 255 or 43.89% from 540); Green value is 194 (76.17% from 255 or 35.93% from 540); Blue value is 109 (42.97% from 255 or 20.19% from 540); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC26D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDC26D is #123D92. Grayscale: #C5C5C5. Windows color (decimal): -1195411 or 7193325. OLE color: 7193325.
HSL color Cylindrical-coordinate representation of color #EDC26D: hue angle of 39.84º 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 #EDC26D is Cyan = 0, Magento = 0.18, Yellow = 0.54 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 194 | 109 | - |
| CMYK | 0 | 0.18 | 0.54 | 0.07 |
| HSL | 39.84º | 0.78% | 0.68% | - |
| HSV(B) | 39.84º | 0.54% | 0.93% | - |
| XYZ | 56.98 | 57.69 | 22.6 | - |
| YUV | 197.17 | 78.25 | 156.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 194 | 109 | 0 | 0.18 | 0.54 | 0.07 | 39.84 | 0.78 | 0.68 |
| Hex | ED | C2 | 6D | 0 | 12 | 36 | 7 | 28 | 4E | 44 |
| Octal | 355 | 302 | 155 | 0 | 22 | 66 | 7 | 50 | 116 | 104 |
| Binary | 11101101 | 11000010 | 1101101 | 0 | 10010 | 110110 | 111 | 101000 | 1001110 | 1000100 |
Color Harmonies of #EDC26D
Complementary color
Monochromatic Colors of #EDC26D
Black with #EDC26D
Text Example
Text Example
White with #EDC26D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDC26D; }
p { color: rgb(237,194,109); }
H1.HeaderClassName
{
color: #EDC26D;
}
.AnyTagClassName
{
color: #EDC26D;
}
</style>
background-color css
<style>
a { background-color: #EDC26D; }
a { background-color: rgb(237,194,109); }
div.DivClassName
{
background-color: #EDC26D;
}
.BgClassName
{
background-color: #EDC26D;
}
</style>
border-color css
<style>
span { border-color: #EDC26D; }
span { border-color: rgb(237,194,109); }
td.TdClassName
{
border-color: #EDC26D;
}
.TagClassName
{
border-color: #EDC26D;
}
</style>