Shades of Harvest Gold #E8AD67
Tints of Harvest Gold #E8AD67
RGB
CMYK
RGB Variations
Color information
#E8AD67 (or 0xE8AD67) is known color: Harvest Gold. HEX triplet: E8, AD and 67. RGB value is (232,173,103). Sum of RGB (Red+Green+Blue) = 232+173+103=508 (67% of max value = 765). Red value is 232 (91.02% from 255 or 45.67% from 508); Green value is 173 (67.97% from 255 or 34.06% from 508); Blue value is 103 (40.62% from 255 or 20.28% from 508); Max value from RGB is 232 - color contains mainly: red. Hex color #E8AD67 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E8AD67 is #175298. Grayscale: #B7B7B7. Windows color (decimal): -1528473 or 6794728. OLE color: 6794728.
HSL color Cylindrical-coordinate representation of color #E8AD67: hue angle of 32.56º degrees, saturation: 0.74, 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 #E8AD67 is Cyan = 0, Magento = 0.25, Yellow = 0.56 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 173 | 103 | - |
| CMYK | 0 | 0.25 | 0.56 | 0.09 |
| HSL | 32.56º | 0.74% | 0.66% | - |
| HSV(B) | 32.56º | 0.56% | 0.91% | - |
| XYZ | 50.67 | 48.02 | 19.43 | - |
| YUV | 182.66 | 83.05 | 163.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 173 | 103 | 0 | 0.25 | 0.56 | 0.09 | 32.56 | 0.74 | 0.66 |
| Hex | E8 | AD | 67 | 0 | 19 | 38 | 9 | 21 | 4A | 42 |
| Octal | 350 | 255 | 147 | 0 | 31 | 70 | 11 | 41 | 112 | 102 |
| Binary | 11101000 | 10101101 | 1100111 | 0 | 11001 | 111000 | 1001 | 100001 | 1001010 | 1000010 |
Color Harmonies of #E8AD67
Complementary color
Monochromatic Colors of #E8AD67
Black with #E8AD67
Text Example
Text Example
White with #E8AD67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8AD67; }
p { color: rgb(232,173,103); }
H1.HeaderClassName
{
color: #E8AD67;
}
.AnyTagClassName
{
color: #E8AD67;
}
</style>
background-color css
<style>
a { background-color: #E8AD67; }
a { background-color: rgb(232,173,103); }
div.DivClassName
{
background-color: #E8AD67;
}
.BgClassName
{
background-color: #E8AD67;
}
</style>
border-color css
<style>
span { border-color: #E8AD67; }
span { border-color: rgb(232,173,103); }
td.TdClassName
{
border-color: #E8AD67;
}
.TagClassName
{
border-color: #E8AD67;
}
</style>