Shades of Harvest Gold #EDB371
Tints of Harvest Gold #EDB371
RGB
CMYK
RGB Variations
Color information
#EDB371 (or 0xEDB371) is known color: Harvest Gold. HEX triplet: ED, B3 and 71. RGB value is (237,179,113). Sum of RGB (Red+Green+Blue) = 237+179+113=529 (70% of max value = 765). Red value is 237 (92.97% from 255 or 44.80% from 529); Green value is 179 (70.31% from 255 or 33.84% from 529); Blue value is 113 (44.53% from 255 or 21.36% from 529); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB371 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDB371 is #124C8E. Grayscale: #BDBDBD. Windows color (decimal): -1199247 or 7451629. OLE color: 7451629.
HSL color Cylindrical-coordinate representation of color #EDB371: hue angle of 31.94º 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 #EDB371 is Cyan = 0, Magento = 0.24, Yellow = 0.52 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 179 | 113 | - |
| CMYK | 0 | 0.24 | 0.52 | 0.07 |
| HSL | 31.94º | 0.78% | 0.69% | - |
| HSV(B) | 31.94º | 0.52% | 0.93% | - |
| XYZ | 54.03 | 51.44 | 22.7 | - |
| YUV | 188.82 | 85.22 | 162.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 179 | 113 | 0 | 0.24 | 0.52 | 0.07 | 31.94 | 0.78 | 0.69 |
| Hex | ED | B3 | 71 | 0 | 18 | 34 | 7 | 20 | 4E | 45 |
| Octal | 355 | 263 | 161 | 0 | 30 | 64 | 7 | 40 | 116 | 105 |
| Binary | 11101101 | 10110011 | 1110001 | 0 | 11000 | 110100 | 111 | 100000 | 1001110 | 1000101 |
Color Harmonies of #EDB371
Complementary color
Monochromatic Colors of #EDB371
Black with #EDB371
Text Example
Text Example
White with #EDB371
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDB371; }
p { color: rgb(237,179,113); }
H1.HeaderClassName
{
color: #EDB371;
}
.AnyTagClassName
{
color: #EDB371;
}
</style>
background-color css
<style>
a { background-color: #EDB371; }
a { background-color: rgb(237,179,113); }
div.DivClassName
{
background-color: #EDB371;
}
.BgClassName
{
background-color: #EDB371;
}
</style>
border-color css
<style>
span { border-color: #EDB371; }
span { border-color: rgb(237,179,113); }
td.TdClassName
{
border-color: #EDB371;
}
.TagClassName
{
border-color: #EDB371;
}
</style>