Shades of Harvest Gold #E6A968
Tints of Harvest Gold #E6A968
RGB
CMYK
RGB Variations
Color information
#E6A968 (or 0xE6A968) is known color: Harvest Gold. HEX triplet: E6, A9 and 68. RGB value is (230,169,104). Sum of RGB (Red+Green+Blue) = 230+169+104=503 (66% of max value = 765). Red value is 230 (90.23% from 255 or 45.73% from 503); Green value is 169 (66.41% from 255 or 33.60% from 503); Blue value is 104 (41.02% from 255 or 20.68% from 503); Max value from RGB is 230 - color contains mainly: red. Hex color #E6A968 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E6A968 is #195697. Grayscale: #B4B4B4. Windows color (decimal): -1660568 or 6859238. OLE color: 6859238.
HSL color Cylindrical-coordinate representation of color #E6A968: hue angle of 30.95º degrees, saturation: 0.72, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #E6A968 is Cyan = 0, Magento = 0.27, Yellow = 0.55 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 169 | 104 | - |
| CMYK | 0 | 0.27 | 0.55 | 0.10 |
| HSL | 30.95º | 0.72% | 0.65% | - |
| HSV(B) | 30.95º | 0.55% | 0.9% | - |
| XYZ | 49.32 | 46.2 | 19.41 | - |
| YUV | 179.83 | 85.21 | 163.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 169 | 104 | 0 | 0.27 | 0.55 | 0.10 | 30.95 | 0.72 | 0.65 |
| Hex | E6 | A9 | 68 | 0 | 1B | 37 | A | 1F | 48 | 41 |
| Octal | 346 | 251 | 150 | 0 | 33 | 67 | 12 | 37 | 110 | 101 |
| Binary | 11100110 | 10101001 | 1101000 | 0 | 11011 | 110111 | 1010 | 11111 | 1001000 | 1000001 |
Color Harmonies of #E6A968
Complementary color
Monochromatic Colors of #E6A968
Black with #E6A968
Text Example
Text Example
White with #E6A968
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6A968; }
p { color: rgb(230,169,104); }
H1.HeaderClassName
{
color: #E6A968;
}
.AnyTagClassName
{
color: #E6A968;
}
</style>
background-color css
<style>
a { background-color: #E6A968; }
a { background-color: rgb(230,169,104); }
div.DivClassName
{
background-color: #E6A968;
}
.BgClassName
{
background-color: #E6A968;
}
</style>
border-color css
<style>
span { border-color: #E6A968; }
span { border-color: rgb(230,169,104); }
td.TdClassName
{
border-color: #E6A968;
}
.TagClassName
{
border-color: #E6A968;
}
</style>