Shades of Harvest Gold #EAB86A
Tints of Harvest Gold #EAB86A
RGB
CMYK
RGB Variations
Color information
#EAB86A (or 0xEAB86A) is known color: Harvest Gold. HEX triplet: EA, B8 and 6A. RGB value is (234,184,106). Sum of RGB (Red+Green+Blue) = 234+184+106=524 (69% of max value = 765). Red value is 234 (91.80% from 255 or 44.66% from 524); Green value is 184 (72.27% from 255 or 35.11% from 524); Blue value is 106 (41.80% from 255 or 20.23% from 524); Max value from RGB is 234 - color contains mainly: red. Hex color #EAB86A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EAB86A is #154795. Grayscale: #BEBEBE. Windows color (decimal): -1394582 or 6994154. OLE color: 6994154.
HSL color Cylindrical-coordinate representation of color #EAB86A: hue angle of 36.56º degrees, saturation: 0.75, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #EAB86A is Cyan = 0, Magento = 0.21, Yellow = 0.55 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 184 | 106 | - |
| CMYK | 0 | 0.21 | 0.55 | 0.08 |
| HSL | 36.56º | 0.75% | 0.67% | - |
| HSV(B) | 36.56º | 0.55% | 0.92% | - |
| XYZ | 53.67 | 52.81 | 21 | - |
| YUV | 190.06 | 80.57 | 159.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 184 | 106 | 0 | 0.21 | 0.55 | 0.08 | 36.56 | 0.75 | 0.67 |
| Hex | EA | B8 | 6A | 0 | 15 | 37 | 8 | 25 | 4B | 43 |
| Octal | 352 | 270 | 152 | 0 | 25 | 67 | 10 | 45 | 113 | 103 |
| Binary | 11101010 | 10111000 | 1101010 | 0 | 10101 | 110111 | 1000 | 100101 | 1001011 | 1000011 |
Color Harmonies of #EAB86A
Complementary color
Monochromatic Colors of #EAB86A
Black with #EAB86A
Text Example
Text Example
White with #EAB86A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAB86A; }
p { color: rgb(234,184,106); }
H1.HeaderClassName
{
color: #EAB86A;
}
.AnyTagClassName
{
color: #EAB86A;
}
</style>
background-color css
<style>
a { background-color: #EAB86A; }
a { background-color: rgb(234,184,106); }
div.DivClassName
{
background-color: #EAB86A;
}
.BgClassName
{
background-color: #EAB86A;
}
</style>
border-color css
<style>
span { border-color: #EAB86A; }
span { border-color: rgb(234,184,106); }
td.TdClassName
{
border-color: #EAB86A;
}
.TagClassName
{
border-color: #EAB86A;
}
</style>