Shades of Harvest Gold #EAB266
Tints of Harvest Gold #EAB266
RGB
CMYK
RGB Variations
Color information
#EAB266 (or 0xEAB266) is known color: Harvest Gold. HEX triplet: EA, B2 and 66. RGB value is (234,178,102). Sum of RGB (Red+Green+Blue) = 234+178+102=514 (68% of max value = 765). Red value is 234 (91.80% from 255 or 45.53% from 514); Green value is 178 (69.92% from 255 or 34.63% from 514); Blue value is 102 (40.23% from 255 or 19.84% from 514); Max value from RGB is 234 - color contains mainly: red. Hex color #EAB266 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EAB266 is #154D99. Grayscale: #BABABA. Windows color (decimal): -1396122 or 6730474. OLE color: 6730474.
HSL color Cylindrical-coordinate representation of color #EAB266: hue angle of 34.55º 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 #EAB266 is Cyan = 0, Magento = 0.24, Yellow = 0.56 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 178 | 102 | - |
| CMYK | 0 | 0.24 | 0.56 | 0.08 |
| HSL | 34.55º | 0.76% | 0.66% | - |
| HSV(B) | 34.55º | 0.56% | 0.92% | - |
| XYZ | 52.25 | 50.29 | 19.52 | - |
| YUV | 186.08 | 80.55 | 162.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 178 | 102 | 0 | 0.24 | 0.56 | 0.08 | 34.55 | 0.76 | 0.66 |
| Hex | EA | B2 | 66 | 0 | 18 | 38 | 8 | 23 | 4C | 42 |
| Octal | 352 | 262 | 146 | 0 | 30 | 70 | 10 | 43 | 114 | 102 |
| Binary | 11101010 | 10110010 | 1100110 | 0 | 11000 | 111000 | 1000 | 100011 | 1001100 | 1000010 |
Color Harmonies of #EAB266
Complementary color
Monochromatic Colors of #EAB266
Black with #EAB266
Text Example
Text Example
White with #EAB266
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAB266; }
p { color: rgb(234,178,102); }
H1.HeaderClassName
{
color: #EAB266;
}
.AnyTagClassName
{
color: #EAB266;
}
</style>
background-color css
<style>
a { background-color: #EAB266; }
a { background-color: rgb(234,178,102); }
div.DivClassName
{
background-color: #EAB266;
}
.BgClassName
{
background-color: #EAB266;
}
</style>
border-color css
<style>
span { border-color: #EAB266; }
span { border-color: rgb(234,178,102); }
td.TdClassName
{
border-color: #EAB266;
}
.TagClassName
{
border-color: #EAB266;
}
</style>