Shades of Harvest Gold #E7AE68
Tints of Harvest Gold #E7AE68
RGB
CMYK
RGB Variations
Color information
#E7AE68 (or 0xE7AE68) is known color: Harvest Gold. HEX triplet: E7, AE and 68. RGB value is (231,174,104). Sum of RGB (Red+Green+Blue) = 231+174+104=509 (67% of max value = 765). Red value is 231 (90.62% from 255 or 45.38% from 509); Green value is 174 (68.36% from 255 or 34.18% from 509); Blue value is 104 (41.02% from 255 or 20.43% from 509); Max value from RGB is 231 - color contains mainly: red. Hex color #E7AE68 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E7AE68 is #185197. Grayscale: #B7B7B7. Windows color (decimal): -1593752 or 6860519. OLE color: 6860519.
HSL color Cylindrical-coordinate representation of color #E7AE68: hue angle of 33.07º degrees, saturation: 0.73, 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 #E7AE68 is Cyan = 0, Magento = 0.25, Yellow = 0.55 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 174 | 104 | - |
| CMYK | 0 | 0.25 | 0.55 | 0.09 |
| HSL | 33.07º | 0.73% | 0.66% | - |
| HSV(B) | 33.07º | 0.55% | 0.91% | - |
| XYZ | 50.59 | 48.26 | 19.75 | - |
| YUV | 183.06 | 83.38 | 162.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 174 | 104 | 0 | 0.25 | 0.55 | 0.09 | 33.07 | 0.73 | 0.66 |
| Hex | E7 | AE | 68 | 0 | 19 | 37 | 9 | 21 | 49 | 42 |
| Octal | 347 | 256 | 150 | 0 | 31 | 67 | 11 | 41 | 111 | 102 |
| Binary | 11100111 | 10101110 | 1101000 | 0 | 11001 | 110111 | 1001 | 100001 | 1001001 | 1000010 |
Color Harmonies of #E7AE68
Complementary color
Monochromatic Colors of #E7AE68
Black with #E7AE68
Text Example
Text Example
White with #E7AE68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7AE68; }
p { color: rgb(231,174,104); }
H1.HeaderClassName
{
color: #E7AE68;
}
.AnyTagClassName
{
color: #E7AE68;
}
</style>
background-color css
<style>
a { background-color: #E7AE68; }
a { background-color: rgb(231,174,104); }
div.DivClassName
{
background-color: #E7AE68;
}
.BgClassName
{
background-color: #E7AE68;
}
</style>
border-color css
<style>
span { border-color: #E7AE68; }
span { border-color: rgb(231,174,104); }
td.TdClassName
{
border-color: #E7AE68;
}
.TagClassName
{
border-color: #E7AE68;
}
</style>