Shades of Harvest Gold #EDC36F
Tints of Harvest Gold #EDC36F
RGB
CMYK
RGB Variations
Color information
#EDC36F (or 0xEDC36F) is known color: Harvest Gold. HEX triplet: ED, C3 and 6F. RGB value is (237,195,111). Sum of RGB (Red+Green+Blue) = 237+195+111=543 (71% of max value = 765). Red value is 237 (92.97% from 255 or 43.65% from 543); Green value is 195 (76.56% from 255 or 35.91% from 543); Blue value is 111 (43.75% from 255 or 20.44% from 543); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC36F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDC36F is #123C90. Grayscale: #C6C6C6. Windows color (decimal): -1195153 or 7324653. OLE color: 7324653.
HSL color Cylindrical-coordinate representation of color #EDC36F: hue angle of 40º 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 #EDC36F is Cyan = 0, Magento = 0.18, Yellow = 0.53 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 195 | 111 | - |
| CMYK | 0 | 0.18 | 0.53 | 0.07 |
| HSL | 40º | 0.78% | 0.68% | - |
| HSV(B) | 40º | 0.53% | 0.93% | - |
| XYZ | 57.31 | 58.18 | 23.25 | - |
| YUV | 197.98 | 78.91 | 155.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 195 | 111 | 0 | 0.18 | 0.53 | 0.07 | 40 | 0.78 | 0.68 |
| Hex | ED | C3 | 6F | 0 | 12 | 35 | 7 | 28 | 4E | 44 |
| Octal | 355 | 303 | 157 | 0 | 22 | 65 | 7 | 50 | 116 | 104 |
| Binary | 11101101 | 11000011 | 1101111 | 0 | 10010 | 110101 | 111 | 101000 | 1001110 | 1000100 |
Color Harmonies of #EDC36F
Complementary color
Monochromatic Colors of #EDC36F
Black with #EDC36F
Text Example
Text Example
White with #EDC36F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDC36F; }
p { color: rgb(237,195,111); }
H1.HeaderClassName
{
color: #EDC36F;
}
.AnyTagClassName
{
color: #EDC36F;
}
</style>
background-color css
<style>
a { background-color: #EDC36F; }
a { background-color: rgb(237,195,111); }
div.DivClassName
{
background-color: #EDC36F;
}
.BgClassName
{
background-color: #EDC36F;
}
</style>
border-color css
<style>
span { border-color: #EDC36F; }
span { border-color: rgb(237,195,111); }
td.TdClassName
{
border-color: #EDC36F;
}
.TagClassName
{
border-color: #EDC36F;
}
</style>