Shades of Harvest Gold #EDC371
Tints of Harvest Gold #EDC371
RGB
CMYK
RGB Variations
Color information
#EDC371 (or 0xEDC371) is known color: Harvest Gold. HEX triplet: ED, C3 and 71. RGB value is (237,195,113). Sum of RGB (Red+Green+Blue) = 237+195+113=545 (72% of max value = 765). Red value is 237 (92.97% from 255 or 43.49% from 545); Green value is 195 (76.56% from 255 or 35.78% from 545); Blue value is 113 (44.53% from 255 or 20.73% from 545); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC371 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDC371 is #123C8E. Grayscale: #C6C6C6. Windows color (decimal): -1195151 or 7455725. OLE color: 7455725.
HSL color Cylindrical-coordinate representation of color #EDC371: hue angle of 39.68º 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 #EDC371 is Cyan = 0, Magento = 0.18, Yellow = 0.52 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 195 | 113 | - |
| CMYK | 0 | 0.18 | 0.52 | 0.07 |
| HSL | 39.68º | 0.78% | 0.69% | - |
| HSV(B) | 39.68º | 0.52% | 0.93% | - |
| XYZ | 57.42 | 58.23 | 23.84 | - |
| YUV | 198.21 | 79.91 | 155.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 195 | 113 | 0 | 0.18 | 0.52 | 0.07 | 39.68 | 0.78 | 0.69 |
| Hex | ED | C3 | 71 | 0 | 12 | 34 | 7 | 28 | 4E | 45 |
| Octal | 355 | 303 | 161 | 0 | 22 | 64 | 7 | 50 | 116 | 105 |
| Binary | 11101101 | 11000011 | 1110001 | 0 | 10010 | 110100 | 111 | 101000 | 1001110 | 1000101 |
Color Harmonies of #EDC371
Complementary color
Monochromatic Colors of #EDC371
Black with #EDC371
Text Example
Text Example
White with #EDC371
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDC371; }
p { color: rgb(237,195,113); }
H1.HeaderClassName
{
color: #EDC371;
}
.AnyTagClassName
{
color: #EDC371;
}
</style>
background-color css
<style>
a { background-color: #EDC371; }
a { background-color: rgb(237,195,113); }
div.DivClassName
{
background-color: #EDC371;
}
.BgClassName
{
background-color: #EDC371;
}
</style>
border-color css
<style>
span { border-color: #EDC371; }
span { border-color: rgb(237,195,113); }
td.TdClassName
{
border-color: #EDC371;
}
.TagClassName
{
border-color: #EDC371;
}
</style>