Shades of Harvest Gold #EAAD69
Tints of Harvest Gold #EAAD69
RGB
CMYK
RGB Variations
Color information
#EAAD69 (or 0xEAAD69) is known color: Harvest Gold. HEX triplet: EA, AD and 69. RGB value is (234,173,105). Sum of RGB (Red+Green+Blue) = 234+173+105=512 (67% of max value = 765). Red value is 234 (91.80% from 255 or 45.70% from 512); Green value is 173 (67.97% from 255 or 33.79% from 512); Blue value is 105 (41.41% from 255 or 20.51% from 512); Max value from RGB is 234 - color contains mainly: red. Hex color #EAAD69 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EAAD69 is #155296. Grayscale: #B7B7B7. Windows color (decimal): -1397399 or 6925802. OLE color: 6925802.
HSL color Cylindrical-coordinate representation of color #EAAD69: hue angle of 31.63º degrees, saturation: 0.75, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #EAAD69 is Cyan = 0, Magento = 0.26, Yellow = 0.55 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 173 | 105 | - |
| CMYK | 0 | 0.26 | 0.55 | 0.08 |
| HSL | 31.63º | 0.75% | 0.66% | - |
| HSV(B) | 31.63º | 0.55% | 0.92% | - |
| XYZ | 51.43 | 48.4 | 20 | - |
| YUV | 183.49 | 83.71 | 164.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 173 | 105 | 0 | 0.26 | 0.55 | 0.08 | 31.63 | 0.75 | 0.66 |
| Hex | EA | AD | 69 | 0 | 1A | 37 | 8 | 20 | 4B | 42 |
| Octal | 352 | 255 | 151 | 0 | 32 | 67 | 10 | 40 | 113 | 102 |
| Binary | 11101010 | 10101101 | 1101001 | 0 | 11010 | 110111 | 1000 | 100000 | 1001011 | 1000010 |
Color Harmonies of #EAAD69
Complementary color
Monochromatic Colors of #EAAD69
Black with #EAAD69
Text Example
Text Example
White with #EAAD69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAAD69; }
p { color: rgb(234,173,105); }
H1.HeaderClassName
{
color: #EAAD69;
}
.AnyTagClassName
{
color: #EAAD69;
}
</style>
background-color css
<style>
a { background-color: #EAAD69; }
a { background-color: rgb(234,173,105); }
div.DivClassName
{
background-color: #EAAD69;
}
.BgClassName
{
background-color: #EAAD69;
}
</style>
border-color css
<style>
span { border-color: #EAAD69; }
span { border-color: rgb(234,173,105); }
td.TdClassName
{
border-color: #EAAD69;
}
.TagClassName
{
border-color: #EAAD69;
}
</style>