Shades of Harvest Gold #EDB461
Tints of Harvest Gold #EDB461
RGB
CMYK
RGB Variations
Color information
#EDB461 (or 0xEDB461) is known color: Harvest Gold. HEX triplet: ED, B4 and 61. RGB value is (237,180,97). Sum of RGB (Red+Green+Blue) = 237+180+97=514 (68% of max value = 765). Red value is 237 (92.97% from 255 or 46.11% from 514); Green value is 180 (70.70% from 255 or 35.02% from 514); Blue value is 97 (38.28% from 255 or 18.87% from 514); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB461 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDB461 is #124B9E. Grayscale: #BBBBBB. Windows color (decimal): -1199007 or 6403309. OLE color: 6403309.
HSL color Cylindrical-coordinate representation of color #EDB461: hue angle of 35.57º degrees, saturation: 0.8, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #EDB461 is Cyan = 0, Magento = 0.24, Yellow = 0.59 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 180 | 97 | - |
| CMYK | 0 | 0.24 | 0.59 | 0.07 |
| HSL | 35.57º | 0.8% | 0.65% | - |
| HSV(B) | 35.57º | 0.59% | 0.93% | - |
| XYZ | 53.4 | 51.51 | 18.44 | - |
| YUV | 187.58 | 76.88 | 163.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 180 | 97 | 0 | 0.24 | 0.59 | 0.07 | 35.57 | 0.8 | 0.65 |
| Hex | ED | B4 | 61 | 0 | 18 | 3B | 7 | 24 | 50 | 41 |
| Octal | 355 | 264 | 141 | 0 | 30 | 73 | 7 | 44 | 120 | 101 |
| Binary | 11101101 | 10110100 | 1100001 | 0 | 11000 | 111011 | 111 | 100100 | 1010000 | 1000001 |
Color Harmonies of #EDB461
Complementary color
Monochromatic Colors of #EDB461
Black with #EDB461
Text Example
Text Example
White with #EDB461
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDB461; }
p { color: rgb(237,180,97); }
H1.HeaderClassName
{
color: #EDB461;
}
.AnyTagClassName
{
color: #EDB461;
}
</style>
background-color css
<style>
a { background-color: #EDB461; }
a { background-color: rgb(237,180,97); }
div.DivClassName
{
background-color: #EDB461;
}
.BgClassName
{
background-color: #EDB461;
}
</style>
border-color css
<style>
span { border-color: #EDB461; }
span { border-color: rgb(237,180,97); }
td.TdClassName
{
border-color: #EDB461;
}
.TagClassName
{
border-color: #EDB461;
}
</style>