Shades of Harvest Gold #EAB264
Tints of Harvest Gold #EAB264
RGB
CMYK
RGB Variations
Color information
#EAB264 (or 0xEAB264) is known color: Harvest Gold. HEX triplet: EA, B2 and 64. RGB value is (234,178,100). Sum of RGB (Red+Green+Blue) = 234+178+100=512 (67% of max value = 765). Red value is 234 (91.80% from 255 or 45.70% from 512); Green value is 178 (69.92% from 255 or 34.77% from 512); Blue value is 100 (39.45% from 255 or 19.53% from 512); Max value from RGB is 234 - color contains mainly: red. Hex color #EAB264 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EAB264 is #154D9B. Grayscale: #BABABA. Windows color (decimal): -1396124 or 6599402. OLE color: 6599402.
HSL color Cylindrical-coordinate representation of color #EAB264: hue angle of 34.93º degrees, saturation: 0.76, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #EAB264 is Cyan = 0, Magento = 0.24, Yellow = 0.57 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 178 | 100 | - |
| CMYK | 0 | 0.24 | 0.57 | 0.08 |
| HSL | 34.93º | 0.76% | 0.65% | - |
| HSV(B) | 34.93º | 0.57% | 0.92% | - |
| XYZ | 52.15 | 50.25 | 19.01 | - |
| YUV | 185.85 | 79.55 | 162.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 178 | 100 | 0 | 0.24 | 0.57 | 0.08 | 34.93 | 0.76 | 0.65 |
| Hex | EA | B2 | 64 | 0 | 18 | 39 | 8 | 23 | 4C | 41 |
| Octal | 352 | 262 | 144 | 0 | 30 | 71 | 10 | 43 | 114 | 101 |
| Binary | 11101010 | 10110010 | 1100100 | 0 | 11000 | 111001 | 1000 | 100011 | 1001100 | 1000001 |
Color Harmonies of #EAB264
Complementary color
Monochromatic Colors of #EAB264
Black with #EAB264
Text Example
Text Example
White with #EAB264
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAB264; }
p { color: rgb(234,178,100); }
H1.HeaderClassName
{
color: #EAB264;
}
.AnyTagClassName
{
color: #EAB264;
}
</style>
background-color css
<style>
a { background-color: #EAB264; }
a { background-color: rgb(234,178,100); }
div.DivClassName
{
background-color: #EAB264;
}
.BgClassName
{
background-color: #EAB264;
}
</style>
border-color css
<style>
span { border-color: #EAB264; }
span { border-color: rgb(234,178,100); }
td.TdClassName
{
border-color: #EAB264;
}
.TagClassName
{
border-color: #EAB264;
}
</style>