Shades of Harvest Gold #EAB16D
Tints of Harvest Gold #EAB16D
RGB
CMYK
RGB Variations
Color information
#EAB16D (or 0xEAB16D) is known color: Harvest Gold. HEX triplet: EA, B1 and 6D. RGB value is (234,177,109). Sum of RGB (Red+Green+Blue) = 234+177+109=520 (68% of max value = 765). Red value is 234 (91.80% from 255 or 45% from 520); Green value is 177 (69.53% from 255 or 34.04% from 520); Blue value is 109 (42.97% from 255 or 20.96% from 520); Max value from RGB is 234 - color contains mainly: red. Hex color #EAB16D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EAB16D is #154E92. Grayscale: #BABABA. Windows color (decimal): -1396371 or 7188970. OLE color: 7188970.
HSL color Cylindrical-coordinate representation of color #EAB16D: hue angle of 32.64º 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 #EAB16D is Cyan = 0, Magento = 0.24, Yellow = 0.53 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 177 | 109 | - |
| CMYK | 0 | 0.24 | 0.53 | 0.08 |
| HSL | 32.64º | 0.75% | 0.67% | - |
| HSV(B) | 32.64º | 0.53% | 0.92% | - |
| XYZ | 52.41 | 50.04 | 21.36 | - |
| YUV | 186.29 | 84.38 | 162.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 177 | 109 | 0 | 0.24 | 0.53 | 0.08 | 32.64 | 0.75 | 0.67 |
| Hex | EA | B1 | 6D | 0 | 18 | 35 | 8 | 21 | 4B | 43 |
| Octal | 352 | 261 | 155 | 0 | 30 | 65 | 10 | 41 | 113 | 103 |
| Binary | 11101010 | 10110001 | 1101101 | 0 | 11000 | 110101 | 1000 | 100001 | 1001011 | 1000011 |
Color Harmonies of #EAB16D
Complementary color
Monochromatic Colors of #EAB16D
Black with #EAB16D
Text Example
Text Example
White with #EAB16D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAB16D; }
p { color: rgb(234,177,109); }
H1.HeaderClassName
{
color: #EAB16D;
}
.AnyTagClassName
{
color: #EAB16D;
}
</style>
background-color css
<style>
a { background-color: #EAB16D; }
a { background-color: rgb(234,177,109); }
div.DivClassName
{
background-color: #EAB16D;
}
.BgClassName
{
background-color: #EAB16D;
}
</style>
border-color css
<style>
span { border-color: #EAB16D; }
span { border-color: rgb(234,177,109); }
td.TdClassName
{
border-color: #EAB16D;
}
.TagClassName
{
border-color: #EAB16D;
}
</style>