Shades of Harvest Gold #EDB064
Tints of Harvest Gold #EDB064
RGB
CMYK
RGB Variations
Color information
#EDB064 (or 0xEDB064) is known color: Harvest Gold. HEX triplet: ED, B0 and 64. RGB value is (237,176,100). Sum of RGB (Red+Green+Blue) = 237+176+100=513 (67% of max value = 765). Red value is 237 (92.97% from 255 or 46.20% from 513); Green value is 176 (69.14% from 255 or 34.31% from 513); Blue value is 100 (39.45% from 255 or 19.49% from 513); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB064 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EDB064 is #124F9B. Grayscale: #B9B9B9. Windows color (decimal): -1200028 or 6598893. OLE color: 6598893.
HSL color Cylindrical-coordinate representation of color #EDB064: hue angle of 33.28º degrees, saturation: 0.79, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #EDB064 is Cyan = 0, Magento = 0.26, Yellow = 0.58 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 176 | 100 | - |
| CMYK | 0 | 0.26 | 0.58 | 0.07 |
| HSL | 33.28º | 0.79% | 0.66% | - |
| HSV(B) | 33.28º | 0.58% | 0.93% | - |
| XYZ | 52.75 | 49.98 | 18.92 | - |
| YUV | 185.58 | 79.71 | 164.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 176 | 100 | 0 | 0.26 | 0.58 | 0.07 | 33.28 | 0.79 | 0.66 |
| Hex | ED | B0 | 64 | 0 | 1A | 3A | 7 | 21 | 4F | 42 |
| Octal | 355 | 260 | 144 | 0 | 32 | 72 | 7 | 41 | 117 | 102 |
| Binary | 11101101 | 10110000 | 1100100 | 0 | 11010 | 111010 | 111 | 100001 | 1001111 | 1000010 |
Color Harmonies of #EDB064
Complementary color
Monochromatic Colors of #EDB064
Black with #EDB064
Text Example
Text Example
White with #EDB064
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDB064; }
p { color: rgb(237,176,100); }
H1.HeaderClassName
{
color: #EDB064;
}
.AnyTagClassName
{
color: #EDB064;
}
</style>
background-color css
<style>
a { background-color: #EDB064; }
a { background-color: rgb(237,176,100); }
div.DivClassName
{
background-color: #EDB064;
}
.BgClassName
{
background-color: #EDB064;
}
</style>
border-color css
<style>
span { border-color: #EDB064; }
span { border-color: rgb(237,176,100); }
td.TdClassName
{
border-color: #EDB064;
}
.TagClassName
{
border-color: #EDB064;
}
</style>