Shades of Harvest Gold #EAB663
Tints of Harvest Gold #EAB663
RGB
CMYK
RGB Variations
Color information
#EAB663 (or 0xEAB663) is known color: Harvest Gold. HEX triplet: EA, B6 and 63. RGB value is (234,182,99). Sum of RGB (Red+Green+Blue) = 234+182+99=515 (68% of max value = 765). Red value is 234 (91.80% from 255 or 45.44% from 515); Green value is 182 (71.48% from 255 or 35.34% from 515); Blue value is 99 (39.06% from 255 or 19.22% from 515); Max value from RGB is 234 - color contains mainly: red. Hex color #EAB663 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EAB663 is #15499C. Grayscale: #BCBCBC. Windows color (decimal): -1395101 or 6534890. OLE color: 6534890.
HSL color Cylindrical-coordinate representation of color #EAB663: hue angle of 36.89º 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 #EAB663 is Cyan = 0, Magento = 0.22, Yellow = 0.58 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 182 | 99 | - |
| CMYK | 0 | 0.22 | 0.58 | 0.08 |
| HSL | 36.89º | 0.76% | 0.65% | - |
| HSV(B) | 36.89º | 0.58% | 0.92% | - |
| XYZ | 52.91 | 51.85 | 19.02 | - |
| YUV | 188.09 | 77.73 | 160.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 182 | 99 | 0 | 0.22 | 0.58 | 0.08 | 36.89 | 0.76 | 0.65 |
| Hex | EA | B6 | 63 | 0 | 16 | 3A | 8 | 25 | 4C | 41 |
| Octal | 352 | 266 | 143 | 0 | 26 | 72 | 10 | 45 | 114 | 101 |
| Binary | 11101010 | 10110110 | 1100011 | 0 | 10110 | 111010 | 1000 | 100101 | 1001100 | 1000001 |
Color Harmonies of #EAB663
Complementary color
Monochromatic Colors of #EAB663
Black with #EAB663
Text Example
Text Example
White with #EAB663
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAB663; }
p { color: rgb(234,182,99); }
H1.HeaderClassName
{
color: #EAB663;
}
.AnyTagClassName
{
color: #EAB663;
}
</style>
background-color css
<style>
a { background-color: #EAB663; }
a { background-color: rgb(234,182,99); }
div.DivClassName
{
background-color: #EAB663;
}
.BgClassName
{
background-color: #EAB663;
}
</style>
border-color css
<style>
span { border-color: #EAB663; }
span { border-color: rgb(234,182,99); }
td.TdClassName
{
border-color: #EAB663;
}
.TagClassName
{
border-color: #EAB663;
}
</style>