Shades of Harvest Gold #EAB465
Tints of Harvest Gold #EAB465
RGB
CMYK
RGB Variations
Color information
#EAB465 (or 0xEAB465) is known color: Harvest Gold. HEX triplet: EA, B4 and 65. RGB value is (234,180,101). Sum of RGB (Red+Green+Blue) = 234+180+101=515 (68% of max value = 765). Red value is 234 (91.80% from 255 or 45.44% from 515); Green value is 180 (70.70% from 255 or 34.95% from 515); Blue value is 101 (39.84% from 255 or 19.61% from 515); Max value from RGB is 234 - color contains mainly: red. Hex color #EAB465 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EAB465 is #154B9A. Grayscale: #BBBBBB. Windows color (decimal): -1395611 or 6665450. OLE color: 6665450.
HSL color Cylindrical-coordinate representation of color #EAB465: hue angle of 35.64º degrees, saturation: 0.76, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #EAB465 is Cyan = 0, Magento = 0.23, Yellow = 0.57 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 180 | 101 | - |
| CMYK | 0 | 0.23 | 0.57 | 0.08 |
| HSL | 35.64º | 0.76% | 0.66% | - |
| HSV(B) | 35.64º | 0.57% | 0.92% | - |
| XYZ | 52.6 | 51.07 | 19.4 | - |
| YUV | 187.14 | 79.39 | 161.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 180 | 101 | 0 | 0.23 | 0.57 | 0.08 | 35.64 | 0.76 | 0.66 |
| Hex | EA | B4 | 65 | 0 | 17 | 39 | 8 | 24 | 4C | 42 |
| Octal | 352 | 264 | 145 | 0 | 27 | 71 | 10 | 44 | 114 | 102 |
| Binary | 11101010 | 10110100 | 1100101 | 0 | 10111 | 111001 | 1000 | 100100 | 1001100 | 1000010 |
Color Harmonies of #EAB465
Complementary color
Monochromatic Colors of #EAB465
Black with #EAB465
Text Example
Text Example
White with #EAB465
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAB465; }
p { color: rgb(234,180,101); }
H1.HeaderClassName
{
color: #EAB465;
}
.AnyTagClassName
{
color: #EAB465;
}
</style>
background-color css
<style>
a { background-color: #EAB465; }
a { background-color: rgb(234,180,101); }
div.DivClassName
{
background-color: #EAB465;
}
.BgClassName
{
background-color: #EAB465;
}
</style>
border-color css
<style>
span { border-color: #EAB465; }
span { border-color: rgb(234,180,101); }
td.TdClassName
{
border-color: #EAB465;
}
.TagClassName
{
border-color: #EAB465;
}
</style>