Shades of Harvest Gold #E9AF6A
Tints of Harvest Gold #E9AF6A
RGB
CMYK
RGB Variations
Color information
#E9AF6A (or 0xE9AF6A) is known color: Harvest Gold. HEX triplet: E9, AF and 6A. RGB value is (233,175,106). Sum of RGB (Red+Green+Blue) = 233+175+106=514 (68% of max value = 765). Red value is 233 (91.41% from 255 or 45.33% from 514); Green value is 175 (68.75% from 255 or 34.05% from 514); Blue value is 106 (41.80% from 255 or 20.62% from 514); Max value from RGB is 233 - color contains mainly: red. Hex color #E9AF6A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E9AF6A is #165095. Grayscale: #B8B8B8. Windows color (decimal): -1462422 or 6991849. OLE color: 6991849.
HSL color Cylindrical-coordinate representation of color #E9AF6A: hue angle of 32.6º 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 #E9AF6A is Cyan = 0, Magento = 0.25, Yellow = 0.55 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 175 | 106 | - |
| CMYK | 0 | 0.25 | 0.55 | 0.09 |
| HSL | 32.6º | 0.74% | 0.66% | - |
| HSV(B) | 32.6º | 0.55% | 0.91% | - |
| XYZ | 51.54 | 49.02 | 20.38 | - |
| YUV | 184.48 | 83.72 | 162.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 175 | 106 | 0 | 0.25 | 0.55 | 0.09 | 32.6 | 0.74 | 0.66 |
| Hex | E9 | AF | 6A | 0 | 19 | 37 | 9 | 21 | 4A | 42 |
| Octal | 351 | 257 | 152 | 0 | 31 | 67 | 11 | 41 | 112 | 102 |
| Binary | 11101001 | 10101111 | 1101010 | 0 | 11001 | 110111 | 1001 | 100001 | 1001010 | 1000010 |
Color Harmonies of #E9AF6A
Complementary color
Monochromatic Colors of #E9AF6A
Black with #E9AF6A
Text Example
Text Example
White with #E9AF6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9AF6A; }
p { color: rgb(233,175,106); }
H1.HeaderClassName
{
color: #E9AF6A;
}
.AnyTagClassName
{
color: #E9AF6A;
}
</style>
background-color css
<style>
a { background-color: #E9AF6A; }
a { background-color: rgb(233,175,106); }
div.DivClassName
{
background-color: #E9AF6A;
}
.BgClassName
{
background-color: #E9AF6A;
}
</style>
border-color css
<style>
span { border-color: #E9AF6A; }
span { border-color: rgb(233,175,106); }
td.TdClassName
{
border-color: #E9AF6A;
}
.TagClassName
{
border-color: #E9AF6A;
}
</style>