Shades of Harvest Gold #EDB572
Tints of Harvest Gold #EDB572
RGB
CMYK
RGB Variations
Color information
#EDB572 (or 0xEDB572) is known color: Harvest Gold. HEX triplet: ED, B5 and 72. RGB value is (237,181,114). Sum of RGB (Red+Green+Blue) = 237+181+114=532 (70% of max value = 765). Red value is 237 (92.97% from 255 or 44.55% from 532); Green value is 181 (71.09% from 255 or 34.02% from 532); Blue value is 114 (44.92% from 255 or 21.43% from 532); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB572 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDB572 is #124A8D. Grayscale: #BEBEBE. Windows color (decimal): -1198734 or 7517677. OLE color: 7517677.
HSL color Cylindrical-coordinate representation of color #EDB572: hue angle of 32.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 #EDB572 is Cyan = 0, Magento = 0.24, Yellow = 0.52 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 181 | 114 | - |
| CMYK | 0 | 0.24 | 0.52 | 0.07 |
| HSL | 32.68º | 0.77% | 0.69% | - |
| HSV(B) | 32.68º | 0.52% | 0.93% | - |
| XYZ | 54.49 | 52.27 | 23.14 | - |
| YUV | 190.11 | 85.05 | 161.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 181 | 114 | 0 | 0.24 | 0.52 | 0.07 | 32.68 | 0.77 | 0.69 |
| Hex | ED | B5 | 72 | 0 | 18 | 34 | 7 | 21 | 4D | 45 |
| Octal | 355 | 265 | 162 | 0 | 30 | 64 | 7 | 41 | 115 | 105 |
| Binary | 11101101 | 10110101 | 1110010 | 0 | 11000 | 110100 | 111 | 100001 | 1001101 | 1000101 |
Color Harmonies of #EDB572
Complementary color
Monochromatic Colors of #EDB572
Black with #EDB572
Text Example
Text Example
White with #EDB572
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDB572; }
p { color: rgb(237,181,114); }
H1.HeaderClassName
{
color: #EDB572;
}
.AnyTagClassName
{
color: #EDB572;
}
</style>
background-color css
<style>
a { background-color: #EDB572; }
a { background-color: rgb(237,181,114); }
div.DivClassName
{
background-color: #EDB572;
}
.BgClassName
{
background-color: #EDB572;
}
</style>
border-color css
<style>
span { border-color: #EDB572; }
span { border-color: rgb(237,181,114); }
td.TdClassName
{
border-color: #EDB572;
}
.TagClassName
{
border-color: #EDB572;
}
</style>