Shades of Harvest Gold #EAAB6C
Tints of Harvest Gold #EAAB6C
RGB
CMYK
RGB Variations
Color information
#EAAB6C (or 0xEAAB6C) is known color: Harvest Gold. HEX triplet: EA, AB and 6C. RGB value is (234,171,108). Sum of RGB (Red+Green+Blue) = 234+171+108=513 (67% of max value = 765). Red value is 234 (91.80% from 255 or 45.61% from 513); Green value is 171 (67.19% from 255 or 33.33% from 513); Blue value is 108 (42.58% from 255 or 21.05% from 513); Max value from RGB is 234 - color contains mainly: red. Hex color #EAAB6C is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EAAB6C is #155493. Grayscale: #B6B6B6. Windows color (decimal): -1397908 or 7121898. OLE color: 7121898.
HSL color Cylindrical-coordinate representation of color #EAAB6C: hue angle of 30º 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 #EAAB6C is Cyan = 0, Magento = 0.27, Yellow = 0.54 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 171 | 108 | - |
| CMYK | 0 | 0.27 | 0.54 | 0.08 |
| HSL | 30º | 0.75% | 0.67% | - |
| HSV(B) | 30º | 0.54% | 0.92% | - |
| XYZ | 51.2 | 47.7 | 20.7 | - |
| YUV | 182.66 | 85.87 | 164.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 171 | 108 | 0 | 0.27 | 0.54 | 0.08 | 30 | 0.75 | 0.67 |
| Hex | EA | AB | 6C | 0 | 1B | 36 | 8 | 1E | 4B | 43 |
| Octal | 352 | 253 | 154 | 0 | 33 | 66 | 10 | 36 | 113 | 103 |
| Binary | 11101010 | 10101011 | 1101100 | 0 | 11011 | 110110 | 1000 | 11110 | 1001011 | 1000011 |
Color Harmonies of #EAAB6C
Complementary color
Monochromatic Colors of #EAAB6C
Black with #EAAB6C
Text Example
Text Example
White with #EAAB6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAAB6C; }
p { color: rgb(234,171,108); }
H1.HeaderClassName
{
color: #EAAB6C;
}
.AnyTagClassName
{
color: #EAAB6C;
}
</style>
background-color css
<style>
a { background-color: #EAAB6C; }
a { background-color: rgb(234,171,108); }
div.DivClassName
{
background-color: #EAAB6C;
}
.BgClassName
{
background-color: #EAAB6C;
}
</style>
border-color css
<style>
span { border-color: #EAAB6C; }
span { border-color: rgb(234,171,108); }
td.TdClassName
{
border-color: #EAAB6C;
}
.TagClassName
{
border-color: #EAAB6C;
}
</style>