Shades of Harvest Gold #E9AF69
Tints of Harvest Gold #E9AF69
RGB
CMYK
RGB Variations
Color information
#E9AF69 (or 0xE9AF69) is known color: Harvest Gold. HEX triplet: E9, AF and 69. RGB value is (233,175,105). Sum of RGB (Red+Green+Blue) = 233+175+105=513 (67% of max value = 765). Red value is 233 (91.41% from 255 or 45.42% from 513); Green value is 175 (68.75% from 255 or 34.11% from 513); Blue value is 105 (41.41% from 255 or 20.47% from 513); Max value from RGB is 233 - color contains mainly: red. Hex color #E9AF69 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E9AF69 is #165096. Grayscale: #B8B8B8. Windows color (decimal): -1462423 or 6926313. OLE color: 6926313.
HSL color Cylindrical-coordinate representation of color #E9AF69: hue angle of 32.81º degrees, saturation: 0.74, 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 #E9AF69 is Cyan = 0, Magento = 0.25, Yellow = 0.55 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 175 | 105 | - |
| CMYK | 0 | 0.25 | 0.55 | 0.09 |
| HSL | 32.81º | 0.74% | 0.66% | - |
| HSV(B) | 32.81º | 0.55% | 0.91% | - |
| XYZ | 51.48 | 49 | 20.11 | - |
| YUV | 184.36 | 83.22 | 162.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 175 | 105 | 0 | 0.25 | 0.55 | 0.09 | 32.81 | 0.74 | 0.66 |
| Hex | E9 | AF | 69 | 0 | 19 | 37 | 9 | 21 | 4A | 42 |
| Octal | 351 | 257 | 151 | 0 | 31 | 67 | 11 | 41 | 112 | 102 |
| Binary | 11101001 | 10101111 | 1101001 | 0 | 11001 | 110111 | 1001 | 100001 | 1001010 | 1000010 |
Color Harmonies of #E9AF69
Complementary color
Monochromatic Colors of #E9AF69
Black with #E9AF69
Text Example
Text Example
White with #E9AF69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9AF69; }
p { color: rgb(233,175,105); }
H1.HeaderClassName
{
color: #E9AF69;
}
.AnyTagClassName
{
color: #E9AF69;
}
</style>
background-color css
<style>
a { background-color: #E9AF69; }
a { background-color: rgb(233,175,105); }
div.DivClassName
{
background-color: #E9AF69;
}
.BgClassName
{
background-color: #E9AF69;
}
</style>
border-color css
<style>
span { border-color: #E9AF69; }
span { border-color: rgb(233,175,105); }
td.TdClassName
{
border-color: #E9AF69;
}
.TagClassName
{
border-color: #E9AF69;
}
</style>