Shades of Harvest Gold #EAB86D
Tints of Harvest Gold #EAB86D
RGB
CMYK
RGB Variations
Color information
#EAB86D (or 0xEAB86D) is known color: Harvest Gold. HEX triplet: EA, B8 and 6D. RGB value is (234,184,109). Sum of RGB (Red+Green+Blue) = 234+184+109=527 (69% of max value = 765). Red value is 234 (91.80% from 255 or 44.40% from 527); Green value is 184 (72.27% from 255 or 34.91% from 527); Blue value is 109 (42.97% from 255 or 20.68% from 527); Max value from RGB is 234 - color contains mainly: red. Hex color #EAB86D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EAB86D is #154792. Grayscale: #BEBEBE. Windows color (decimal): -1394579 or 7190762. OLE color: 7190762.
HSL color Cylindrical-coordinate representation of color #EAB86D: hue angle of 36º degrees, saturation: 0.75, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #EAB86D is Cyan = 0, Magento = 0.21, Yellow = 0.53 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 184 | 109 | - |
| CMYK | 0 | 0.21 | 0.53 | 0.08 |
| HSL | 36º | 0.75% | 0.67% | - |
| HSV(B) | 36º | 0.53% | 0.92% | - |
| XYZ | 53.83 | 52.88 | 21.84 | - |
| YUV | 190.4 | 82.07 | 159.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 184 | 109 | 0 | 0.21 | 0.53 | 0.08 | 36 | 0.75 | 0.67 |
| Hex | EA | B8 | 6D | 0 | 15 | 35 | 8 | 24 | 4B | 43 |
| Octal | 352 | 270 | 155 | 0 | 25 | 65 | 10 | 44 | 113 | 103 |
| Binary | 11101010 | 10111000 | 1101101 | 0 | 10101 | 110101 | 1000 | 100100 | 1001011 | 1000011 |
Color Harmonies of #EAB86D
Complementary color
Monochromatic Colors of #EAB86D
Black with #EAB86D
Text Example
Text Example
White with #EAB86D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAB86D; }
p { color: rgb(234,184,109); }
H1.HeaderClassName
{
color: #EAB86D;
}
.AnyTagClassName
{
color: #EAB86D;
}
</style>
background-color css
<style>
a { background-color: #EAB86D; }
a { background-color: rgb(234,184,109); }
div.DivClassName
{
background-color: #EAB86D;
}
.BgClassName
{
background-color: #EAB86D;
}
</style>
border-color css
<style>
span { border-color: #EAB86D; }
span { border-color: rgb(234,184,109); }
td.TdClassName
{
border-color: #EAB86D;
}
.TagClassName
{
border-color: #EAB86D;
}
</style>