Shades of Harvest Gold #EAAB66
Tints of Harvest Gold #EAAB66
RGB
CMYK
RGB Variations
Color information
#EAAB66 (or 0xEAAB66) is known color: Harvest Gold. HEX triplet: EA, AB and 66. RGB value is (234,171,102). Sum of RGB (Red+Green+Blue) = 234+171+102=507 (67% of max value = 765). Red value is 234 (91.80% from 255 or 46.15% from 507); Green value is 171 (67.19% from 255 or 33.73% from 507); Blue value is 102 (40.23% from 255 or 20.12% from 507); Max value from RGB is 234 - color contains mainly: red. Hex color #EAAB66 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EAAB66 is #155499. Grayscale: #B6B6B6. Windows color (decimal): -1397914 or 6728682. OLE color: 6728682.
HSL color Cylindrical-coordinate representation of color #EAAB66: hue angle of 31.36º 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 #EAAB66 is Cyan = 0, Magento = 0.27, Yellow = 0.56 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 171 | 102 | - |
| CMYK | 0 | 0.27 | 0.56 | 0.08 |
| HSL | 31.36º | 0.76% | 0.66% | - |
| HSV(B) | 31.36º | 0.56% | 0.92% | - |
| XYZ | 50.89 | 47.58 | 19.07 | - |
| YUV | 181.97 | 82.87 | 165.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 171 | 102 | 0 | 0.27 | 0.56 | 0.08 | 31.36 | 0.76 | 0.66 |
| Hex | EA | AB | 66 | 0 | 1B | 38 | 8 | 1F | 4C | 42 |
| Octal | 352 | 253 | 146 | 0 | 33 | 70 | 10 | 37 | 114 | 102 |
| Binary | 11101010 | 10101011 | 1100110 | 0 | 11011 | 111000 | 1000 | 11111 | 1001100 | 1000010 |
Color Harmonies of #EAAB66
Complementary color
Monochromatic Colors of #EAAB66
Black with #EAAB66
Text Example
Text Example
White with #EAAB66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAAB66; }
p { color: rgb(234,171,102); }
H1.HeaderClassName
{
color: #EAAB66;
}
.AnyTagClassName
{
color: #EAAB66;
}
</style>
background-color css
<style>
a { background-color: #EAAB66; }
a { background-color: rgb(234,171,102); }
div.DivClassName
{
background-color: #EAAB66;
}
.BgClassName
{
background-color: #EAAB66;
}
</style>
border-color css
<style>
span { border-color: #EAAB66; }
span { border-color: rgb(234,171,102); }
td.TdClassName
{
border-color: #EAAB66;
}
.TagClassName
{
border-color: #EAAB66;
}
</style>