Shades of Harvest Gold #EDB871
Tints of Harvest Gold #EDB871
RGB
CMYK
RGB Variations
Color information
#EDB871 (or 0xEDB871) is known color: Harvest Gold. HEX triplet: ED, B8 and 71. RGB value is (237,184,113). Sum of RGB (Red+Green+Blue) = 237+184+113=534 (70% of max value = 765). Red value is 237 (92.97% from 255 or 44.38% from 534); Green value is 184 (72.27% from 255 or 34.46% from 534); Blue value is 113 (44.53% from 255 or 21.16% from 534); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB871 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDB871 is #12478E. Grayscale: #C0C0C0. Windows color (decimal): -1197967 or 7452909. OLE color: 7452909.
HSL color Cylindrical-coordinate representation of color #EDB871: hue angle of 34.35º 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 #EDB871 is Cyan = 0, Magento = 0.22, Yellow = 0.52 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 184 | 113 | - |
| CMYK | 0 | 0.22 | 0.52 | 0.07 |
| HSL | 34.35º | 0.78% | 0.69% | - |
| HSV(B) | 34.35º | 0.52% | 0.93% | - |
| XYZ | 55.05 | 53.48 | 23.04 | - |
| YUV | 191.75 | 83.56 | 160.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 184 | 113 | 0 | 0.22 | 0.52 | 0.07 | 34.35 | 0.78 | 0.69 |
| Hex | ED | B8 | 71 | 0 | 16 | 34 | 7 | 22 | 4E | 45 |
| Octal | 355 | 270 | 161 | 0 | 26 | 64 | 7 | 42 | 116 | 105 |
| Binary | 11101101 | 10111000 | 1110001 | 0 | 10110 | 110100 | 111 | 100010 | 1001110 | 1000101 |
Color Harmonies of #EDB871
Complementary color
Monochromatic Colors of #EDB871
Black with #EDB871
Text Example
Text Example
White with #EDB871
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDB871; }
p { color: rgb(237,184,113); }
H1.HeaderClassName
{
color: #EDB871;
}
.AnyTagClassName
{
color: #EDB871;
}
</style>
background-color css
<style>
a { background-color: #EDB871; }
a { background-color: rgb(237,184,113); }
div.DivClassName
{
background-color: #EDB871;
}
.BgClassName
{
background-color: #EDB871;
}
</style>
border-color css
<style>
span { border-color: #EDB871; }
span { border-color: rgb(237,184,113); }
td.TdClassName
{
border-color: #EDB871;
}
.TagClassName
{
border-color: #EDB871;
}
</style>