Shades of Harvest Gold #E1AF6F
Tints of Harvest Gold #E1AF6F
RGB
CMYK
RGB Variations
Color information
#E1AF6F (or 0xE1AF6F) is known color: Harvest Gold. HEX triplet: E1, AF and 6F. RGB value is (225,175,111). Sum of RGB (Red+Green+Blue) = 225+175+111=511 (67% of max value = 765). Red value is 225 (88.28% from 255 or 44.03% from 511); Green value is 175 (68.75% from 255 or 34.25% from 511); Blue value is 111 (43.75% from 255 or 21.72% from 511); Max value from RGB is 225 - color contains mainly: red. Hex color #E1AF6F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E1AF6F is #1E5090. Grayscale: #B6B6B6. Windows color (decimal): -1986705 or 7319521. OLE color: 7319521.
HSL color Cylindrical-coordinate representation of color #E1AF6F: hue angle of 33.68º degrees, saturation: 0.66, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #E1AF6F is Cyan = 0, Magento = 0.22, Yellow = 0.51 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 175 | 111 | - |
| CMYK | 0 | 0.22 | 0.51 | 0.12 |
| HSL | 33.68º | 0.66% | 0.66% | - |
| HSV(B) | 33.68º | 0.51% | 0.88% | - |
| XYZ | 49.25 | 47.82 | 21.67 | - |
| YUV | 182.65 | 87.57 | 158.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 175 | 111 | 0 | 0.22 | 0.51 | 0.12 | 33.68 | 0.66 | 0.66 |
| Hex | E1 | AF | 6F | 0 | 16 | 33 | C | 22 | 42 | 42 |
| Octal | 341 | 257 | 157 | 0 | 26 | 63 | 14 | 42 | 102 | 102 |
| Binary | 11100001 | 10101111 | 1101111 | 0 | 10110 | 110011 | 1100 | 100010 | 1000010 | 1000010 |
Color Harmonies of #E1AF6F
Complementary color
Monochromatic Colors of #E1AF6F
Black with #E1AF6F
Text Example
Text Example
White with #E1AF6F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1AF6F; }
p { color: rgb(225,175,111); }
H1.HeaderClassName
{
color: #E1AF6F;
}
.AnyTagClassName
{
color: #E1AF6F;
}
</style>
background-color css
<style>
a { background-color: #E1AF6F; }
a { background-color: rgb(225,175,111); }
div.DivClassName
{
background-color: #E1AF6F;
}
.BgClassName
{
background-color: #E1AF6F;
}
</style>
border-color css
<style>
span { border-color: #E1AF6F; }
span { border-color: rgb(225,175,111); }
td.TdClassName
{
border-color: #E1AF6F;
}
.TagClassName
{
border-color: #E1AF6F;
}
</style>