Shades of Harvest Gold #E9AD64
Tints of Harvest Gold #E9AD64
RGB
CMYK
RGB Variations
Color information
#E9AD64 (or 0xE9AD64) is known color: Harvest Gold. HEX triplet: E9, AD and 64. RGB value is (233,173,100). Sum of RGB (Red+Green+Blue) = 233+173+100=506 (67% of max value = 765). Red value is 233 (91.41% from 255 or 46.05% from 506); Green value is 173 (67.97% from 255 or 34.19% from 506); Blue value is 100 (39.45% from 255 or 19.76% from 506); Max value from RGB is 233 - color contains mainly: red. Hex color #E9AD64 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E9AD64 is #16529B. Grayscale: #B6B6B6. Windows color (decimal): -1462940 or 6598121. OLE color: 6598121.
HSL color Cylindrical-coordinate representation of color #E9AD64: hue angle of 32.93º degrees, saturation: 0.75, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #E9AD64 is Cyan = 0, Magento = 0.26, Yellow = 0.57 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 173 | 100 | - |
| CMYK | 0 | 0.26 | 0.57 | 0.09 |
| HSL | 32.93º | 0.75% | 0.65% | - |
| HSV(B) | 32.93º | 0.57% | 0.91% | - |
| XYZ | 50.85 | 48.13 | 18.67 | - |
| YUV | 182.62 | 81.38 | 163.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 173 | 100 | 0 | 0.26 | 0.57 | 0.09 | 32.93 | 0.75 | 0.65 |
| Hex | E9 | AD | 64 | 0 | 1A | 39 | 9 | 21 | 4B | 41 |
| Octal | 351 | 255 | 144 | 0 | 32 | 71 | 11 | 41 | 113 | 101 |
| Binary | 11101001 | 10101101 | 1100100 | 0 | 11010 | 111001 | 1001 | 100001 | 1001011 | 1000001 |
Color Harmonies of #E9AD64
Complementary color
Monochromatic Colors of #E9AD64
Black with #E9AD64
Text Example
Text Example
White with #E9AD64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9AD64; }
p { color: rgb(233,173,100); }
H1.HeaderClassName
{
color: #E9AD64;
}
.AnyTagClassName
{
color: #E9AD64;
}
</style>
background-color css
<style>
a { background-color: #E9AD64; }
a { background-color: rgb(233,173,100); }
div.DivClassName
{
background-color: #E9AD64;
}
.BgClassName
{
background-color: #E9AD64;
}
</style>
border-color css
<style>
span { border-color: #E9AD64; }
span { border-color: rgb(233,173,100); }
td.TdClassName
{
border-color: #E9AD64;
}
.TagClassName
{
border-color: #E9AD64;
}
</style>