Shades of Harvest Gold #EDB36E
Tints of Harvest Gold #EDB36E
RGB
CMYK
RGB Variations
Color information
#EDB36E (or 0xEDB36E) is known color: Harvest Gold. HEX triplet: ED, B3 and 6E. RGB value is (237,179,110). Sum of RGB (Red+Green+Blue) = 237+179+110=526 (69% of max value = 765). Red value is 237 (92.97% from 255 or 45.06% from 526); Green value is 179 (70.31% from 255 or 34.03% from 526); Blue value is 110 (43.36% from 255 or 20.91% from 526); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB36E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDB36E is #124C91. Grayscale: #BCBCBC. Windows color (decimal): -1199250 or 7255021. OLE color: 7255021.
HSL color Cylindrical-coordinate representation of color #EDB36E: hue angle of 32.6º degrees, saturation: 0.78, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #EDB36E is Cyan = 0, Magento = 0.24, Yellow = 0.54 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 179 | 110 | - |
| CMYK | 0 | 0.24 | 0.54 | 0.07 |
| HSL | 32.6º | 0.78% | 0.68% | - |
| HSV(B) | 32.6º | 0.54% | 0.93% | - |
| XYZ | 53.86 | 51.37 | 21.83 | - |
| YUV | 188.48 | 83.72 | 162.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 179 | 110 | 0 | 0.24 | 0.54 | 0.07 | 32.6 | 0.78 | 0.68 |
| Hex | ED | B3 | 6E | 0 | 18 | 36 | 7 | 21 | 4E | 44 |
| Octal | 355 | 263 | 156 | 0 | 30 | 66 | 7 | 41 | 116 | 104 |
| Binary | 11101101 | 10110011 | 1101110 | 0 | 11000 | 110110 | 111 | 100001 | 1001110 | 1000100 |
Color Harmonies of #EDB36E
Complementary color
Monochromatic Colors of #EDB36E
Black with #EDB36E
Text Example
Text Example
White with #EDB36E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDB36E; }
p { color: rgb(237,179,110); }
H1.HeaderClassName
{
color: #EDB36E;
}
.AnyTagClassName
{
color: #EDB36E;
}
</style>
background-color css
<style>
a { background-color: #EDB36E; }
a { background-color: rgb(237,179,110); }
div.DivClassName
{
background-color: #EDB36E;
}
.BgClassName
{
background-color: #EDB36E;
}
</style>
border-color css
<style>
span { border-color: #EDB36E; }
span { border-color: rgb(237,179,110); }
td.TdClassName
{
border-color: #EDB36E;
}
.TagClassName
{
border-color: #EDB36E;
}
</style>