Shades of Harvest Gold #E6AF6F
Tints of Harvest Gold #E6AF6F
RGB
CMYK
RGB Variations
Color information
#E6AF6F (or 0xE6AF6F) is known color: Harvest Gold. HEX triplet: E6, AF and 6F. RGB value is (230,175,111). Sum of RGB (Red+Green+Blue) = 230+175+111=516 (68% of max value = 765). Red value is 230 (90.23% from 255 or 44.57% from 516); Green value is 175 (68.75% from 255 or 33.91% from 516); Blue value is 111 (43.75% from 255 or 21.51% from 516); Max value from RGB is 230 - color contains mainly: red. Hex color #E6AF6F is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E6AF6F is #195090. Grayscale: #B8B8B8. Windows color (decimal): -1659025 or 7319526. OLE color: 7319526.
HSL color Cylindrical-coordinate representation of color #E6AF6F: hue angle of 32.27º degrees, saturation: 0.7, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #E6AF6F is Cyan = 0, Magento = 0.24, Yellow = 0.52 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 175 | 111 | - |
| CMYK | 0 | 0.24 | 0.52 | 0.10 |
| HSL | 32.27º | 0.7% | 0.67% | - |
| HSV(B) | 32.27º | 0.52% | 0.9% | - |
| XYZ | 50.83 | 48.63 | 21.75 | - |
| YUV | 184.15 | 86.72 | 160.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 175 | 111 | 0 | 0.24 | 0.52 | 0.10 | 32.27 | 0.7 | 0.67 |
| Hex | E6 | AF | 6F | 0 | 18 | 34 | A | 20 | 46 | 43 |
| Octal | 346 | 257 | 157 | 0 | 30 | 64 | 12 | 40 | 106 | 103 |
| Binary | 11100110 | 10101111 | 1101111 | 0 | 11000 | 110100 | 1010 | 100000 | 1000110 | 1000011 |
Color Harmonies of #E6AF6F
Complementary color
Monochromatic Colors of #E6AF6F
Black with #E6AF6F
Text Example
Text Example
White with #E6AF6F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6AF6F; }
p { color: rgb(230,175,111); }
H1.HeaderClassName
{
color: #E6AF6F;
}
.AnyTagClassName
{
color: #E6AF6F;
}
</style>
background-color css
<style>
a { background-color: #E6AF6F; }
a { background-color: rgb(230,175,111); }
div.DivClassName
{
background-color: #E6AF6F;
}
.BgClassName
{
background-color: #E6AF6F;
}
</style>
border-color css
<style>
span { border-color: #E6AF6F; }
span { border-color: rgb(230,175,111); }
td.TdClassName
{
border-color: #E6AF6F;
}
.TagClassName
{
border-color: #E6AF6F;
}
</style>