Shades of Harvest Gold #EAB466
Tints of Harvest Gold #EAB466
RGB
CMYK
RGB Variations
Color information
#EAB466 (or 0xEAB466) is known color: Harvest Gold. HEX triplet: EA, B4 and 66. RGB value is (234,180,102). Sum of RGB (Red+Green+Blue) = 234+180+102=516 (68% of max value = 765). Red value is 234 (91.80% from 255 or 45.35% from 516); Green value is 180 (70.70% from 255 or 34.88% from 516); Blue value is 102 (40.23% from 255 or 19.77% from 516); Max value from RGB is 234 - color contains mainly: red. Hex color #EAB466 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EAB466 is #154B99. Grayscale: #BBBBBB. Windows color (decimal): -1395610 or 6730986. OLE color: 6730986.
HSL color Cylindrical-coordinate representation of color #EAB466: hue angle of 35.45º degrees, saturation: 0.76, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #EAB466 is Cyan = 0, Magento = 0.23, Yellow = 0.56 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 180 | 102 | - |
| CMYK | 0 | 0.23 | 0.56 | 0.08 |
| HSL | 35.45º | 0.76% | 0.66% | - |
| HSV(B) | 35.45º | 0.56% | 0.92% | - |
| XYZ | 52.65 | 51.09 | 19.66 | - |
| YUV | 187.25 | 79.89 | 161.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 180 | 102 | 0 | 0.23 | 0.56 | 0.08 | 35.45 | 0.76 | 0.66 |
| Hex | EA | B4 | 66 | 0 | 17 | 38 | 8 | 23 | 4C | 42 |
| Octal | 352 | 264 | 146 | 0 | 27 | 70 | 10 | 43 | 114 | 102 |
| Binary | 11101010 | 10110100 | 1100110 | 0 | 10111 | 111000 | 1000 | 100011 | 1001100 | 1000010 |
Color Harmonies of #EAB466
Complementary color
Monochromatic Colors of #EAB466
Black with #EAB466
Text Example
Text Example
White with #EAB466
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAB466; }
p { color: rgb(234,180,102); }
H1.HeaderClassName
{
color: #EAB466;
}
.AnyTagClassName
{
color: #EAB466;
}
</style>
background-color css
<style>
a { background-color: #EAB466; }
a { background-color: rgb(234,180,102); }
div.DivClassName
{
background-color: #EAB466;
}
.BgClassName
{
background-color: #EAB466;
}
</style>
border-color css
<style>
span { border-color: #EAB466; }
span { border-color: rgb(234,180,102); }
td.TdClassName
{
border-color: #EAB466;
}
.TagClassName
{
border-color: #EAB466;
}
</style>