Shades of Harvest Gold #EDBB68
Tints of Harvest Gold #EDBB68
RGB
CMYK
RGB Variations
Color information
#EDBB68 (or 0xEDBB68) is known color: Harvest Gold. HEX triplet: ED, BB and 68. RGB value is (237,187,104). Sum of RGB (Red+Green+Blue) = 237+187+104=528 (69% of max value = 765). Red value is 237 (92.97% from 255 or 44.89% from 528); Green value is 187 (73.44% from 255 or 35.42% from 528); Blue value is 104 (41.02% from 255 or 19.70% from 528); Max value from RGB is 237 - color contains mainly: red. Hex color #EDBB68 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDBB68 is #124497. Grayscale: #C0C0C0. Windows color (decimal): -1197208 or 6863853. OLE color: 6863853.
HSL color Cylindrical-coordinate representation of color #EDBB68: hue angle of 37.44º 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 #EDBB68 is Cyan = 0, Magento = 0.21, Yellow = 0.56 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 187 | 104 | - |
| CMYK | 0 | 0.21 | 0.56 | 0.07 |
| HSL | 37.44º | 0.79% | 0.67% | - |
| HSV(B) | 37.44º | 0.56% | 0.93% | - |
| XYZ | 55.19 | 54.54 | 20.72 | - |
| YUV | 192.49 | 78.07 | 159.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 187 | 104 | 0 | 0.21 | 0.56 | 0.07 | 37.44 | 0.79 | 0.67 |
| Hex | ED | BB | 68 | 0 | 15 | 38 | 7 | 25 | 4F | 43 |
| Octal | 355 | 273 | 150 | 0 | 25 | 70 | 7 | 45 | 117 | 103 |
| Binary | 11101101 | 10111011 | 1101000 | 0 | 10101 | 111000 | 111 | 100101 | 1001111 | 1000011 |
Color Harmonies of #EDBB68
Complementary color
Monochromatic Colors of #EDBB68
Black with #EDBB68
Text Example
Text Example
White with #EDBB68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDBB68; }
p { color: rgb(237,187,104); }
H1.HeaderClassName
{
color: #EDBB68;
}
.AnyTagClassName
{
color: #EDBB68;
}
</style>
background-color css
<style>
a { background-color: #EDBB68; }
a { background-color: rgb(237,187,104); }
div.DivClassName
{
background-color: #EDBB68;
}
.BgClassName
{
background-color: #EDBB68;
}
</style>
border-color css
<style>
span { border-color: #EDBB68; }
span { border-color: rgb(237,187,104); }
td.TdClassName
{
border-color: #EDBB68;
}
.TagClassName
{
border-color: #EDBB68;
}
</style>