Shades of Harvest Gold #EAAF6D
Tints of Harvest Gold #EAAF6D
RGB
CMYK
RGB Variations
Color information
#EAAF6D (or 0xEAAF6D) is known color: Harvest Gold. HEX triplet: EA, AF and 6D. RGB value is (234,175,109). Sum of RGB (Red+Green+Blue) = 234+175+109=518 (68% of max value = 765). Red value is 234 (91.80% from 255 or 45.17% from 518); Green value is 175 (68.75% from 255 or 33.78% from 518); Blue value is 109 (42.97% from 255 or 21.04% from 518); Max value from RGB is 234 - color contains mainly: red. Hex color #EAAF6D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EAAF6D is #155092. Grayscale: #B9B9B9. Windows color (decimal): -1396883 or 7188458. OLE color: 7188458.
HSL color Cylindrical-coordinate representation of color #EAAF6D: hue angle of 31.68º 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 #EAAF6D is Cyan = 0, Magento = 0.25, Yellow = 0.53 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 175 | 109 | - |
| CMYK | 0 | 0.25 | 0.53 | 0.08 |
| HSL | 31.68º | 0.75% | 0.67% | - |
| HSV(B) | 31.68º | 0.53% | 0.92% | - |
| XYZ | 52.02 | 49.26 | 21.23 | - |
| YUV | 185.12 | 85.05 | 162.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 175 | 109 | 0 | 0.25 | 0.53 | 0.08 | 31.68 | 0.75 | 0.67 |
| Hex | EA | AF | 6D | 0 | 19 | 35 | 8 | 20 | 4B | 43 |
| Octal | 352 | 257 | 155 | 0 | 31 | 65 | 10 | 40 | 113 | 103 |
| Binary | 11101010 | 10101111 | 1101101 | 0 | 11001 | 110101 | 1000 | 100000 | 1001011 | 1000011 |
Color Harmonies of #EAAF6D
Complementary color
Monochromatic Colors of #EAAF6D
Black with #EAAF6D
Text Example
Text Example
White with #EAAF6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAAF6D; }
p { color: rgb(234,175,109); }
H1.HeaderClassName
{
color: #EAAF6D;
}
.AnyTagClassName
{
color: #EAAF6D;
}
</style>
background-color css
<style>
a { background-color: #EAAF6D; }
a { background-color: rgb(234,175,109); }
div.DivClassName
{
background-color: #EAAF6D;
}
.BgClassName
{
background-color: #EAAF6D;
}
</style>
border-color css
<style>
span { border-color: #EAAF6D; }
span { border-color: rgb(234,175,109); }
td.TdClassName
{
border-color: #EAAF6D;
}
.TagClassName
{
border-color: #EAAF6D;
}
</style>