Shades of Harvest Gold #EDB066
Tints of Harvest Gold #EDB066
RGB
CMYK
RGB Variations
Color information
#EDB066 (or 0xEDB066) is known color: Harvest Gold. HEX triplet: ED, B0 and 66. RGB value is (237,176,102). Sum of RGB (Red+Green+Blue) = 237+176+102=515 (68% of max value = 765). Red value is 237 (92.97% from 255 or 46.02% from 515); Green value is 176 (69.14% from 255 or 34.17% from 515); Blue value is 102 (40.23% from 255 or 19.81% from 515); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB066 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EDB066 is #124F99. Grayscale: #BABABA. Windows color (decimal): -1200026 or 6729965. OLE color: 6729965.
HSL color Cylindrical-coordinate representation of color #EDB066: hue angle of 32.89º degrees, saturation: 0.79, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #EDB066 is Cyan = 0, Magento = 0.26, Yellow = 0.57 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 176 | 102 | - |
| CMYK | 0 | 0.26 | 0.57 | 0.07 |
| HSL | 32.89º | 0.79% | 0.66% | - |
| HSV(B) | 32.89º | 0.57% | 0.93% | - |
| XYZ | 52.85 | 50.01 | 19.44 | - |
| YUV | 185.8 | 80.71 | 164.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 176 | 102 | 0 | 0.26 | 0.57 | 0.07 | 32.89 | 0.79 | 0.66 |
| Hex | ED | B0 | 66 | 0 | 1A | 39 | 7 | 21 | 4F | 42 |
| Octal | 355 | 260 | 146 | 0 | 32 | 71 | 7 | 41 | 117 | 102 |
| Binary | 11101101 | 10110000 | 1100110 | 0 | 11010 | 111001 | 111 | 100001 | 1001111 | 1000010 |
Color Harmonies of #EDB066
Complementary color
Monochromatic Colors of #EDB066
Black with #EDB066
Text Example
Text Example
White with #EDB066
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDB066; }
p { color: rgb(237,176,102); }
H1.HeaderClassName
{
color: #EDB066;
}
.AnyTagClassName
{
color: #EDB066;
}
</style>
background-color css
<style>
a { background-color: #EDB066; }
a { background-color: rgb(237,176,102); }
div.DivClassName
{
background-color: #EDB066;
}
.BgClassName
{
background-color: #EDB066;
}
</style>
border-color css
<style>
span { border-color: #EDB066; }
span { border-color: rgb(237,176,102); }
td.TdClassName
{
border-color: #EDB066;
}
.TagClassName
{
border-color: #EDB066;
}
</style>