Shades of Harvest Gold #EDB360
Tints of Harvest Gold #EDB360
RGB
CMYK
RGB Variations
Color information
#EDB360 (or 0xEDB360) is known color: Harvest Gold. HEX triplet: ED, B3 and 60. RGB value is (237,179,96). Sum of RGB (Red+Green+Blue) = 237+179+96=512 (67% of max value = 765). Red value is 237 (92.97% from 255 or 46.29% from 512); Green value is 179 (70.31% from 255 or 34.96% from 512); Blue value is 96 (37.89% from 255 or 18.75% from 512); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB360 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDB360 is #124C9F. Grayscale: #BBBBBB. Windows color (decimal): -1199264 or 6337517. OLE color: 6337517.
HSL color Cylindrical-coordinate representation of color #EDB360: hue angle of 35.32º 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 #EDB360 is Cyan = 0, Magento = 0.24, Yellow = 0.59 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 179 | 96 | - |
| CMYK | 0 | 0.24 | 0.59 | 0.07 |
| HSL | 35.32º | 0.8% | 0.65% | - |
| HSV(B) | 35.32º | 0.59% | 0.93% | - |
| XYZ | 53.16 | 51.09 | 18.13 | - |
| YUV | 186.88 | 76.72 | 163.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 179 | 96 | 0 | 0.24 | 0.59 | 0.07 | 35.32 | 0.8 | 0.65 |
| Hex | ED | B3 | 60 | 0 | 18 | 3B | 7 | 23 | 50 | 41 |
| Octal | 355 | 263 | 140 | 0 | 30 | 73 | 7 | 43 | 120 | 101 |
| Binary | 11101101 | 10110011 | 1100000 | 0 | 11000 | 111011 | 111 | 100011 | 1010000 | 1000001 |
Color Harmonies of #EDB360
Complementary color
Monochromatic Colors of #EDB360
Black with #EDB360
Text Example
Text Example
White with #EDB360
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDB360; }
p { color: rgb(237,179,96); }
H1.HeaderClassName
{
color: #EDB360;
}
.AnyTagClassName
{
color: #EDB360;
}
</style>
background-color css
<style>
a { background-color: #EDB360; }
a { background-color: rgb(237,179,96); }
div.DivClassName
{
background-color: #EDB360;
}
.BgClassName
{
background-color: #EDB360;
}
</style>
border-color css
<style>
span { border-color: #EDB360; }
span { border-color: rgb(237,179,96); }
td.TdClassName
{
border-color: #EDB360;
}
.TagClassName
{
border-color: #EDB360;
}
</style>