Shades of Harvest Gold #E9AF68
Tints of Harvest Gold #E9AF68
RGB
CMYK
RGB Variations
Color information
#E9AF68 (or 0xE9AF68) is known color: Harvest Gold. HEX triplet: E9, AF and 68. RGB value is (233,175,104). Sum of RGB (Red+Green+Blue) = 233+175+104=512 (67% of max value = 765). Red value is 233 (91.41% from 255 or 45.51% from 512); Green value is 175 (68.75% from 255 or 34.18% from 512); Blue value is 104 (41.02% from 255 or 20.31% from 512); Max value from RGB is 233 - color contains mainly: red. Hex color #E9AF68 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E9AF68 is #165097. Grayscale: #B8B8B8. Windows color (decimal): -1462424 or 6860777. OLE color: 6860777.
HSL color Cylindrical-coordinate representation of color #E9AF68: hue angle of 33.02º degrees, saturation: 0.75, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #E9AF68 is Cyan = 0, Magento = 0.25, Yellow = 0.55 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 175 | 104 | - |
| CMYK | 0 | 0.25 | 0.55 | 0.09 |
| HSL | 33.02º | 0.75% | 0.66% | - |
| HSV(B) | 33.02º | 0.55% | 0.91% | - |
| XYZ | 51.43 | 48.98 | 19.84 | - |
| YUV | 184.25 | 82.72 | 162.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 175 | 104 | 0 | 0.25 | 0.55 | 0.09 | 33.02 | 0.75 | 0.66 |
| Hex | E9 | AF | 68 | 0 | 19 | 37 | 9 | 21 | 4B | 42 |
| Octal | 351 | 257 | 150 | 0 | 31 | 67 | 11 | 41 | 113 | 102 |
| Binary | 11101001 | 10101111 | 1101000 | 0 | 11001 | 110111 | 1001 | 100001 | 1001011 | 1000010 |
Color Harmonies of #E9AF68
Complementary color
Monochromatic Colors of #E9AF68
Black with #E9AF68
Text Example
Text Example
White with #E9AF68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9AF68; }
p { color: rgb(233,175,104); }
H1.HeaderClassName
{
color: #E9AF68;
}
.AnyTagClassName
{
color: #E9AF68;
}
</style>
background-color css
<style>
a { background-color: #E9AF68; }
a { background-color: rgb(233,175,104); }
div.DivClassName
{
background-color: #E9AF68;
}
.BgClassName
{
background-color: #E9AF68;
}
</style>
border-color css
<style>
span { border-color: #E9AF68; }
span { border-color: rgb(233,175,104); }
td.TdClassName
{
border-color: #E9AF68;
}
.TagClassName
{
border-color: #E9AF68;
}
</style>