Shades of Harvest Gold #EAAA6C
Tints of Harvest Gold #EAAA6C
RGB
CMYK
RGB Variations
Color information
#EAAA6C (or 0xEAAA6C) is known color: Harvest Gold. HEX triplet: EA, AA and 6C. RGB value is (234,170,108). Sum of RGB (Red+Green+Blue) = 234+170+108=512 (67% of max value = 765). Red value is 234 (91.80% from 255 or 45.70% from 512); Green value is 170 (66.80% from 255 or 33.20% from 512); Blue value is 108 (42.58% from 255 or 21.09% from 512); Max value from RGB is 234 - color contains mainly: red. Hex color #EAAA6C is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EAAA6C is #155593. Grayscale: #B6B6B6. Windows color (decimal): -1398164 or 7121642. OLE color: 7121642.
HSL color Cylindrical-coordinate representation of color #EAAA6C: hue angle of 29.52º degrees, saturation: 0.75, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #EAAA6C is Cyan = 0, Magento = 0.27, Yellow = 0.54 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 170 | 108 | - |
| CMYK | 0 | 0.27 | 0.54 | 0.08 |
| HSL | 29.52º | 0.75% | 0.67% | - |
| HSV(B) | 29.52º | 0.54% | 0.92% | - |
| XYZ | 51.01 | 47.32 | 20.63 | - |
| YUV | 182.07 | 86.2 | 165.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 170 | 108 | 0 | 0.27 | 0.54 | 0.08 | 29.52 | 0.75 | 0.67 |
| Hex | EA | AA | 6C | 0 | 1B | 36 | 8 | 1E | 4B | 43 |
| Octal | 352 | 252 | 154 | 0 | 33 | 66 | 10 | 36 | 113 | 103 |
| Binary | 11101010 | 10101010 | 1101100 | 0 | 11011 | 110110 | 1000 | 11110 | 1001011 | 1000011 |
Color Harmonies of #EAAA6C
Complementary color
Monochromatic Colors of #EAAA6C
Black with #EAAA6C
Text Example
Text Example
White with #EAAA6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAAA6C; }
p { color: rgb(234,170,108); }
H1.HeaderClassName
{
color: #EAAA6C;
}
.AnyTagClassName
{
color: #EAAA6C;
}
</style>
background-color css
<style>
a { background-color: #EAAA6C; }
a { background-color: rgb(234,170,108); }
div.DivClassName
{
background-color: #EAAA6C;
}
.BgClassName
{
background-color: #EAAA6C;
}
</style>
border-color css
<style>
span { border-color: #EAAA6C; }
span { border-color: rgb(234,170,108); }
td.TdClassName
{
border-color: #EAAA6C;
}
.TagClassName
{
border-color: #EAAA6C;
}
</style>