Shades of Harvest Gold #EDB471
Tints of Harvest Gold #EDB471
RGB
CMYK
RGB Variations
Color information
#EDB471 (or 0xEDB471) is known color: Harvest Gold. HEX triplet: ED, B4 and 71. RGB value is (237,180,113). Sum of RGB (Red+Green+Blue) = 237+180+113=530 (70% of max value = 765). Red value is 237 (92.97% from 255 or 44.72% from 530); Green value is 180 (70.70% from 255 or 33.96% from 530); Blue value is 113 (44.53% from 255 or 21.32% from 530); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB471 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDB471 is #124B8E. Grayscale: #BDBDBD. Windows color (decimal): -1198991 or 7451885. OLE color: 7451885.
HSL color Cylindrical-coordinate representation of color #EDB471: hue angle of 32.42º 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 #EDB471 is Cyan = 0, Magento = 0.24, Yellow = 0.52 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 180 | 113 | - |
| CMYK | 0 | 0.24 | 0.52 | 0.07 |
| HSL | 32.42º | 0.78% | 0.69% | - |
| HSV(B) | 32.42º | 0.52% | 0.93% | - |
| XYZ | 54.23 | 51.84 | 22.77 | - |
| YUV | 189.41 | 84.88 | 161.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 180 | 113 | 0 | 0.24 | 0.52 | 0.07 | 32.42 | 0.78 | 0.69 |
| Hex | ED | B4 | 71 | 0 | 18 | 34 | 7 | 20 | 4E | 45 |
| Octal | 355 | 264 | 161 | 0 | 30 | 64 | 7 | 40 | 116 | 105 |
| Binary | 11101101 | 10110100 | 1110001 | 0 | 11000 | 110100 | 111 | 100000 | 1001110 | 1000101 |
Color Harmonies of #EDB471
Complementary color
Monochromatic Colors of #EDB471
Black with #EDB471
Text Example
Text Example
White with #EDB471
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDB471; }
p { color: rgb(237,180,113); }
H1.HeaderClassName
{
color: #EDB471;
}
.AnyTagClassName
{
color: #EDB471;
}
</style>
background-color css
<style>
a { background-color: #EDB471; }
a { background-color: rgb(237,180,113); }
div.DivClassName
{
background-color: #EDB471;
}
.BgClassName
{
background-color: #EDB471;
}
</style>
border-color css
<style>
span { border-color: #EDB471; }
span { border-color: rgb(237,180,113); }
td.TdClassName
{
border-color: #EDB471;
}
.TagClassName
{
border-color: #EDB471;
}
</style>