Shades of Harvest Gold #EAB763
Tints of Harvest Gold #EAB763
RGB
CMYK
RGB Variations
Color information
#EAB763 (or 0xEAB763) is known color: Harvest Gold. HEX triplet: EA, B7 and 63. RGB value is (234,183,99). Sum of RGB (Red+Green+Blue) = 234+183+99=516 (68% of max value = 765). Red value is 234 (91.80% from 255 or 45.35% from 516); Green value is 183 (71.88% from 255 or 35.47% from 516); Blue value is 99 (39.06% from 255 or 19.19% from 516); Max value from RGB is 234 - color contains mainly: red. Hex color #EAB763 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EAB763 is #15489C. Grayscale: #BDBDBD. Windows color (decimal): -1394845 or 6535146. OLE color: 6535146.
HSL color Cylindrical-coordinate representation of color #EAB763: hue angle of 37.33º degrees, saturation: 0.76, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #EAB763 is Cyan = 0, Magento = 0.22, Yellow = 0.58 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 183 | 99 | - |
| CMYK | 0 | 0.22 | 0.58 | 0.08 |
| HSL | 37.33º | 0.76% | 0.65% | - |
| HSV(B) | 37.33º | 0.58% | 0.92% | - |
| XYZ | 53.12 | 52.26 | 19.09 | - |
| YUV | 188.67 | 77.4 | 160.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 183 | 99 | 0 | 0.22 | 0.58 | 0.08 | 37.33 | 0.76 | 0.65 |
| Hex | EA | B7 | 63 | 0 | 16 | 3A | 8 | 25 | 4C | 41 |
| Octal | 352 | 267 | 143 | 0 | 26 | 72 | 10 | 45 | 114 | 101 |
| Binary | 11101010 | 10110111 | 1100011 | 0 | 10110 | 111010 | 1000 | 100101 | 1001100 | 1000001 |
Color Harmonies of #EAB763
Complementary color
Monochromatic Colors of #EAB763
Black with #EAB763
Text Example
Text Example
White with #EAB763
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAB763; }
p { color: rgb(234,183,99); }
H1.HeaderClassName
{
color: #EAB763;
}
.AnyTagClassName
{
color: #EAB763;
}
</style>
background-color css
<style>
a { background-color: #EAB763; }
a { background-color: rgb(234,183,99); }
div.DivClassName
{
background-color: #EAB763;
}
.BgClassName
{
background-color: #EAB763;
}
</style>
border-color css
<style>
span { border-color: #EAB763; }
span { border-color: rgb(234,183,99); }
td.TdClassName
{
border-color: #EAB763;
}
.TagClassName
{
border-color: #EAB763;
}
</style>