Shades of Harvest Gold #EAB86C
Tints of Harvest Gold #EAB86C
RGB
CMYK
RGB Variations
Color information
#EAB86C (or 0xEAB86C) is known color: Harvest Gold. HEX triplet: EA, B8 and 6C. RGB value is (234,184,108). Sum of RGB (Red+Green+Blue) = 234+184+108=526 (69% of max value = 765). Red value is 234 (91.80% from 255 or 44.49% from 526); Green value is 184 (72.27% from 255 or 34.98% from 526); Blue value is 108 (42.58% from 255 or 20.53% from 526); Max value from RGB is 234 - color contains mainly: red. Hex color #EAB86C is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EAB86C is #154793. Grayscale: #BEBEBE. Windows color (decimal): -1394580 or 7125226. OLE color: 7125226.
HSL color Cylindrical-coordinate representation of color #EAB86C: hue angle of 36.19º 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 #EAB86C is Cyan = 0, Magento = 0.21, Yellow = 0.54 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 184 | 108 | - |
| CMYK | 0 | 0.21 | 0.54 | 0.08 |
| HSL | 36.19º | 0.75% | 0.67% | - |
| HSV(B) | 36.19º | 0.54% | 0.92% | - |
| XYZ | 53.78 | 52.86 | 21.56 | - |
| YUV | 190.29 | 81.57 | 159.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 184 | 108 | 0 | 0.21 | 0.54 | 0.08 | 36.19 | 0.75 | 0.67 |
| Hex | EA | B8 | 6C | 0 | 15 | 36 | 8 | 24 | 4B | 43 |
| Octal | 352 | 270 | 154 | 0 | 25 | 66 | 10 | 44 | 113 | 103 |
| Binary | 11101010 | 10111000 | 1101100 | 0 | 10101 | 110110 | 1000 | 100100 | 1001011 | 1000011 |
Color Harmonies of #EAB86C
Complementary color
Monochromatic Colors of #EAB86C
Black with #EAB86C
Text Example
Text Example
White with #EAB86C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAB86C; }
p { color: rgb(234,184,108); }
H1.HeaderClassName
{
color: #EAB86C;
}
.AnyTagClassName
{
color: #EAB86C;
}
</style>
background-color css
<style>
a { background-color: #EAB86C; }
a { background-color: rgb(234,184,108); }
div.DivClassName
{
background-color: #EAB86C;
}
.BgClassName
{
background-color: #EAB86C;
}
</style>
border-color css
<style>
span { border-color: #EAB86C; }
span { border-color: rgb(234,184,108); }
td.TdClassName
{
border-color: #EAB86C;
}
.TagClassName
{
border-color: #EAB86C;
}
</style>