Shades of Harvest Gold #EAB463
Tints of Harvest Gold #EAB463
RGB
CMYK
RGB Variations
Color information
#EAB463 (or 0xEAB463) is known color: Harvest Gold. HEX triplet: EA, B4 and 63. RGB value is (234,180,99). Sum of RGB (Red+Green+Blue) = 234+180+99=513 (67% of max value = 765). Red value is 234 (91.80% from 255 or 45.61% from 513); Green value is 180 (70.70% from 255 or 35.09% from 513); Blue value is 99 (39.06% from 255 or 19.30% from 513); Max value from RGB is 234 - color contains mainly: red. Hex color #EAB463 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EAB463 is #154B9C. Grayscale: #BBBBBB. Windows color (decimal): -1395613 or 6534378. OLE color: 6534378.
HSL color Cylindrical-coordinate representation of color #EAB463: hue angle of 36º 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 #EAB463 is Cyan = 0, Magento = 0.23, Yellow = 0.58 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 180 | 99 | - |
| CMYK | 0 | 0.23 | 0.58 | 0.08 |
| HSL | 36º | 0.76% | 0.65% | - |
| HSV(B) | 36º | 0.58% | 0.92% | - |
| XYZ | 52.51 | 51.04 | 18.89 | - |
| YUV | 186.91 | 78.39 | 161.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 180 | 99 | 0 | 0.23 | 0.58 | 0.08 | 36 | 0.76 | 0.65 |
| Hex | EA | B4 | 63 | 0 | 17 | 3A | 8 | 24 | 4C | 41 |
| Octal | 352 | 264 | 143 | 0 | 27 | 72 | 10 | 44 | 114 | 101 |
| Binary | 11101010 | 10110100 | 1100011 | 0 | 10111 | 111010 | 1000 | 100100 | 1001100 | 1000001 |
Color Harmonies of #EAB463
Complementary color
Monochromatic Colors of #EAB463
Black with #EAB463
Text Example
Text Example
White with #EAB463
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAB463; }
p { color: rgb(234,180,99); }
H1.HeaderClassName
{
color: #EAB463;
}
.AnyTagClassName
{
color: #EAB463;
}
</style>
background-color css
<style>
a { background-color: #EAB463; }
a { background-color: rgb(234,180,99); }
div.DivClassName
{
background-color: #EAB463;
}
.BgClassName
{
background-color: #EAB463;
}
</style>
border-color css
<style>
span { border-color: #EAB463; }
span { border-color: rgb(234,180,99); }
td.TdClassName
{
border-color: #EAB463;
}
.TagClassName
{
border-color: #EAB463;
}
</style>