Shades of Harvest Gold #E9AF66
Tints of Harvest Gold #E9AF66
RGB
CMYK
RGB Variations
Color information
#E9AF66 (or 0xE9AF66) is known color: Harvest Gold. HEX triplet: E9, AF and 66. RGB value is (233,175,102). Sum of RGB (Red+Green+Blue) = 233+175+102=510 (67% of max value = 765). Red value is 233 (91.41% from 255 or 45.69% from 510); Green value is 175 (68.75% from 255 or 34.31% from 510); Blue value is 102 (40.23% from 255 or 20% from 510); Max value from RGB is 233 - color contains mainly: red. Hex color #E9AF66 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E9AF66 is #165099. Grayscale: #B8B8B8. Windows color (decimal): -1462426 or 6729705. OLE color: 6729705.
HSL color Cylindrical-coordinate representation of color #E9AF66: hue angle of 33.44º degrees, saturation: 0.75, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #E9AF66 is Cyan = 0, Magento = 0.25, Yellow = 0.56 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 175 | 102 | - |
| CMYK | 0 | 0.25 | 0.56 | 0.09 |
| HSL | 33.44º | 0.75% | 0.66% | - |
| HSV(B) | 33.44º | 0.56% | 0.91% | - |
| XYZ | 51.33 | 48.94 | 19.31 | - |
| YUV | 184.02 | 81.72 | 162.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 175 | 102 | 0 | 0.25 | 0.56 | 0.09 | 33.44 | 0.75 | 0.66 |
| Hex | E9 | AF | 66 | 0 | 19 | 38 | 9 | 21 | 4B | 42 |
| Octal | 351 | 257 | 146 | 0 | 31 | 70 | 11 | 41 | 113 | 102 |
| Binary | 11101001 | 10101111 | 1100110 | 0 | 11001 | 111000 | 1001 | 100001 | 1001011 | 1000010 |
Color Harmonies of #E9AF66
Complementary color
Monochromatic Colors of #E9AF66
Black with #E9AF66
Text Example
Text Example
White with #E9AF66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9AF66; }
p { color: rgb(233,175,102); }
H1.HeaderClassName
{
color: #E9AF66;
}
.AnyTagClassName
{
color: #E9AF66;
}
</style>
background-color css
<style>
a { background-color: #E9AF66; }
a { background-color: rgb(233,175,102); }
div.DivClassName
{
background-color: #E9AF66;
}
.BgClassName
{
background-color: #E9AF66;
}
</style>
border-color css
<style>
span { border-color: #E9AF66; }
span { border-color: rgb(233,175,102); }
td.TdClassName
{
border-color: #E9AF66;
}
.TagClassName
{
border-color: #E9AF66;
}
</style>