Shades of Harvest Gold #E1AF68
Tints of Harvest Gold #E1AF68
RGB
CMYK
RGB Variations
Color information
#E1AF68 (or 0xE1AF68) is known color: Harvest Gold. HEX triplet: E1, AF and 68. RGB value is (225,175,104). Sum of RGB (Red+Green+Blue) = 225+175+104=504 (66% of max value = 765). Red value is 225 (88.28% from 255 or 44.64% from 504); Green value is 175 (68.75% from 255 or 34.72% from 504); Blue value is 104 (41.02% from 255 or 20.63% from 504); Max value from RGB is 225 - color contains mainly: red. Hex color #E1AF68 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E1AF68 is #1E5097. Grayscale: #B6B6B6. Windows color (decimal): -1986712 or 6860769. OLE color: 6860769.
HSL color Cylindrical-coordinate representation of color #E1AF68: hue angle of 35.21º degrees, saturation: 0.67, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #E1AF68 is Cyan = 0, Magento = 0.22, Yellow = 0.54 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 175 | 104 | - |
| CMYK | 0 | 0.22 | 0.54 | 0.12 |
| HSL | 35.21º | 0.67% | 0.65% | - |
| HSV(B) | 35.21º | 0.54% | 0.88% | - |
| XYZ | 48.88 | 47.67 | 19.72 | - |
| YUV | 181.86 | 84.07 | 158.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 175 | 104 | 0 | 0.22 | 0.54 | 0.12 | 35.21 | 0.67 | 0.65 |
| Hex | E1 | AF | 68 | 0 | 16 | 36 | C | 23 | 43 | 41 |
| Octal | 341 | 257 | 150 | 0 | 26 | 66 | 14 | 43 | 103 | 101 |
| Binary | 11100001 | 10101111 | 1101000 | 0 | 10110 | 110110 | 1100 | 100011 | 1000011 | 1000001 |
Color Harmonies of #E1AF68
Complementary color
Monochromatic Colors of #E1AF68
Black with #E1AF68
Text Example
Text Example
White with #E1AF68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1AF68; }
p { color: rgb(225,175,104); }
H1.HeaderClassName
{
color: #E1AF68;
}
.AnyTagClassName
{
color: #E1AF68;
}
</style>
background-color css
<style>
a { background-color: #E1AF68; }
a { background-color: rgb(225,175,104); }
div.DivClassName
{
background-color: #E1AF68;
}
.BgClassName
{
background-color: #E1AF68;
}
</style>
border-color css
<style>
span { border-color: #E1AF68; }
span { border-color: rgb(225,175,104); }
td.TdClassName
{
border-color: #E1AF68;
}
.TagClassName
{
border-color: #E1AF68;
}
</style>