Shades of Harvest Gold #EDB361
Tints of Harvest Gold #EDB361
RGB
CMYK
RGB Variations
Color information
#EDB361 (or 0xEDB361) is known color: Harvest Gold. HEX triplet: ED, B3 and 61. RGB value is (237,179,97). Sum of RGB (Red+Green+Blue) = 237+179+97=513 (67% of max value = 765). Red value is 237 (92.97% from 255 or 46.20% from 513); Green value is 179 (70.31% from 255 or 34.89% from 513); Blue value is 97 (38.28% from 255 or 18.91% from 513); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB361 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDB361 is #124C9E. Grayscale: #BBBBBB. Windows color (decimal): -1199263 or 6403053. OLE color: 6403053.
HSL color Cylindrical-coordinate representation of color #EDB361: hue angle of 35.14º 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 #EDB361 is Cyan = 0, Magento = 0.24, Yellow = 0.59 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 179 | 97 | - |
| CMYK | 0 | 0.24 | 0.59 | 0.07 |
| HSL | 35.14º | 0.8% | 0.65% | - |
| HSV(B) | 35.14º | 0.59% | 0.93% | - |
| XYZ | 53.2 | 51.11 | 18.37 | - |
| YUV | 186.99 | 77.22 | 163.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 179 | 97 | 0 | 0.24 | 0.59 | 0.07 | 35.14 | 0.8 | 0.65 |
| Hex | ED | B3 | 61 | 0 | 18 | 3B | 7 | 23 | 50 | 41 |
| Octal | 355 | 263 | 141 | 0 | 30 | 73 | 7 | 43 | 120 | 101 |
| Binary | 11101101 | 10110011 | 1100001 | 0 | 11000 | 111011 | 111 | 100011 | 1010000 | 1000001 |
Color Harmonies of #EDB361
Complementary color
Monochromatic Colors of #EDB361
Black with #EDB361
Text Example
Text Example
White with #EDB361
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDB361; }
p { color: rgb(237,179,97); }
H1.HeaderClassName
{
color: #EDB361;
}
.AnyTagClassName
{
color: #EDB361;
}
</style>
background-color css
<style>
a { background-color: #EDB361; }
a { background-color: rgb(237,179,97); }
div.DivClassName
{
background-color: #EDB361;
}
.BgClassName
{
background-color: #EDB361;
}
</style>
border-color css
<style>
span { border-color: #EDB361; }
span { border-color: rgb(237,179,97); }
td.TdClassName
{
border-color: #EDB361;
}
.TagClassName
{
border-color: #EDB361;
}
</style>