Shades of Harvest Gold #EDB968
Tints of Harvest Gold #EDB968
RGB
CMYK
RGB Variations
Color information
#EDB968 (or 0xEDB968) is known color: Harvest Gold. HEX triplet: ED, B9 and 68. RGB value is (237,185,104). Sum of RGB (Red+Green+Blue) = 237+185+104=526 (69% of max value = 765). Red value is 237 (92.97% from 255 or 45.06% from 526); Green value is 185 (72.66% from 255 or 35.17% from 526); Blue value is 104 (41.02% from 255 or 19.77% from 526); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB968 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDB968 is #124697. Grayscale: #BFBFBF. Windows color (decimal): -1197720 or 6863341. OLE color: 6863341.
HSL color Cylindrical-coordinate representation of color #EDB968: hue angle of 36.54º degrees, saturation: 0.79, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #EDB968 is Cyan = 0, Magento = 0.22, Yellow = 0.56 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 185 | 104 | - |
| CMYK | 0 | 0.22 | 0.56 | 0.07 |
| HSL | 36.54º | 0.79% | 0.67% | - |
| HSV(B) | 36.54º | 0.56% | 0.93% | - |
| XYZ | 54.77 | 53.7 | 20.58 | - |
| YUV | 191.31 | 78.73 | 160.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 185 | 104 | 0 | 0.22 | 0.56 | 0.07 | 36.54 | 0.79 | 0.67 |
| Hex | ED | B9 | 68 | 0 | 16 | 38 | 7 | 25 | 4F | 43 |
| Octal | 355 | 271 | 150 | 0 | 26 | 70 | 7 | 45 | 117 | 103 |
| Binary | 11101101 | 10111001 | 1101000 | 0 | 10110 | 111000 | 111 | 100101 | 1001111 | 1000011 |
Color Harmonies of #EDB968
Complementary color
Monochromatic Colors of #EDB968
Black with #EDB968
Text Example
Text Example
White with #EDB968
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDB968; }
p { color: rgb(237,185,104); }
H1.HeaderClassName
{
color: #EDB968;
}
.AnyTagClassName
{
color: #EDB968;
}
</style>
background-color css
<style>
a { background-color: #EDB968; }
a { background-color: rgb(237,185,104); }
div.DivClassName
{
background-color: #EDB968;
}
.BgClassName
{
background-color: #EDB968;
}
</style>
border-color css
<style>
span { border-color: #EDB968; }
span { border-color: rgb(237,185,104); }
td.TdClassName
{
border-color: #EDB968;
}
.TagClassName
{
border-color: #EDB968;
}
</style>