Shades of Harvest Gold #EDB472
Tints of Harvest Gold #EDB472
RGB
CMYK
RGB Variations
Color information
#EDB472 (or 0xEDB472) is known color: Harvest Gold. HEX triplet: ED, B4 and 72. RGB value is (237,180,114). Sum of RGB (Red+Green+Blue) = 237+180+114=531 (70% of max value = 765). Red value is 237 (92.97% from 255 or 44.63% from 531); Green value is 180 (70.70% from 255 or 33.90% from 531); Blue value is 114 (44.92% from 255 or 21.47% from 531); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB472 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDB472 is #124B8D. Grayscale: #BDBDBD. Windows color (decimal): -1198990 or 7517421. OLE color: 7517421.
HSL color Cylindrical-coordinate representation of color #EDB472: hue angle of 32.2º 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 #EDB472 is Cyan = 0, Magento = 0.24, Yellow = 0.52 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 180 | 114 | - |
| CMYK | 0 | 0.24 | 0.52 | 0.07 |
| HSL | 32.2º | 0.77% | 0.69% | - |
| HSV(B) | 32.2º | 0.52% | 0.93% | - |
| XYZ | 54.28 | 51.86 | 23.07 | - |
| YUV | 189.52 | 85.38 | 161.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 180 | 114 | 0 | 0.24 | 0.52 | 0.07 | 32.2 | 0.77 | 0.69 |
| Hex | ED | B4 | 72 | 0 | 18 | 34 | 7 | 20 | 4D | 45 |
| Octal | 355 | 264 | 162 | 0 | 30 | 64 | 7 | 40 | 115 | 105 |
| Binary | 11101101 | 10110100 | 1110010 | 0 | 11000 | 110100 | 111 | 100000 | 1001101 | 1000101 |
Color Harmonies of #EDB472
Complementary color
Monochromatic Colors of #EDB472
Black with #EDB472
Text Example
Text Example
White with #EDB472
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDB472; }
p { color: rgb(237,180,114); }
H1.HeaderClassName
{
color: #EDB472;
}
.AnyTagClassName
{
color: #EDB472;
}
</style>
background-color css
<style>
a { background-color: #EDB472; }
a { background-color: rgb(237,180,114); }
div.DivClassName
{
background-color: #EDB472;
}
.BgClassName
{
background-color: #EDB472;
}
</style>
border-color css
<style>
span { border-color: #EDB472; }
span { border-color: rgb(237,180,114); }
td.TdClassName
{
border-color: #EDB472;
}
.TagClassName
{
border-color: #EDB472;
}
</style>