Shades of Harvest Gold #E6AF66
Tints of Harvest Gold #E6AF66
RGB
CMYK
RGB Variations
Color information
#E6AF66 (or 0xE6AF66) is known color: Harvest Gold. HEX triplet: E6, AF and 66. RGB value is (230,175,102). Sum of RGB (Red+Green+Blue) = 230+175+102=507 (67% of max value = 765). Red value is 230 (90.23% from 255 or 45.36% from 507); Green value is 175 (68.75% from 255 or 34.52% from 507); Blue value is 102 (40.23% from 255 or 20.12% from 507); Max value from RGB is 230 - color contains mainly: red. Hex color #E6AF66 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E6AF66 is #195099. Grayscale: #B7B7B7. Windows color (decimal): -1659034 or 6729702. OLE color: 6729702.
HSL color Cylindrical-coordinate representation of color #E6AF66: hue angle of 34.22º degrees, saturation: 0.72, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #E6AF66 is Cyan = 0, Magento = 0.24, Yellow = 0.56 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 175 | 102 | - |
| CMYK | 0 | 0.24 | 0.56 | 0.10 |
| HSL | 34.22º | 0.72% | 0.65% | - |
| HSV(B) | 34.22º | 0.56% | 0.9% | - |
| XYZ | 50.36 | 48.44 | 19.27 | - |
| YUV | 183.12 | 82.22 | 161.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 175 | 102 | 0 | 0.24 | 0.56 | 0.10 | 34.22 | 0.72 | 0.65 |
| Hex | E6 | AF | 66 | 0 | 18 | 38 | A | 22 | 48 | 41 |
| Octal | 346 | 257 | 146 | 0 | 30 | 70 | 12 | 42 | 110 | 101 |
| Binary | 11100110 | 10101111 | 1100110 | 0 | 11000 | 111000 | 1010 | 100010 | 1001000 | 1000001 |
Color Harmonies of #E6AF66
Complementary color
Monochromatic Colors of #E6AF66
Black with #E6AF66
Text Example
Text Example
White with #E6AF66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6AF66; }
p { color: rgb(230,175,102); }
H1.HeaderClassName
{
color: #E6AF66;
}
.AnyTagClassName
{
color: #E6AF66;
}
</style>
background-color css
<style>
a { background-color: #E6AF66; }
a { background-color: rgb(230,175,102); }
div.DivClassName
{
background-color: #E6AF66;
}
.BgClassName
{
background-color: #E6AF66;
}
</style>
border-color css
<style>
span { border-color: #E6AF66; }
span { border-color: rgb(230,175,102); }
td.TdClassName
{
border-color: #E6AF66;
}
.TagClassName
{
border-color: #E6AF66;
}
</style>