Shades of Harvest Gold #E7C068
Tints of Harvest Gold #E7C068
RGB
CMYK
RGB Variations
Color information
#E7C068 (or 0xE7C068) is known color: Harvest Gold. HEX triplet: E7, C0 and 68. RGB value is (231,192,104). Sum of RGB (Red+Green+Blue) = 231+192+104=527 (69% of max value = 765). Red value is 231 (90.62% from 255 or 43.83% from 527); Green value is 192 (75.39% from 255 or 36.43% from 527); Blue value is 104 (41.02% from 255 or 19.73% from 527); Max value from RGB is 231 - color contains mainly: red. Hex color #E7C068 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E7C068 is #183F97. Grayscale: #C2C2C2. Windows color (decimal): -1589144 or 6865127. OLE color: 6865127.
HSL color Cylindrical-coordinate representation of color #E7C068: hue angle of 41.57º degrees, saturation: 0.73, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #E7C068 is Cyan = 0, Magento = 0.17, Yellow = 0.55 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 192 | 104 | - |
| CMYK | 0 | 0.17 | 0.55 | 0.09 |
| HSL | 41.57º | 0.73% | 0.66% | - |
| HSV(B) | 41.57º | 0.55% | 0.91% | - |
| XYZ | 54.3 | 55.69 | 20.98 | - |
| YUV | 193.63 | 77.42 | 154.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 192 | 104 | 0 | 0.17 | 0.55 | 0.09 | 41.57 | 0.73 | 0.66 |
| Hex | E7 | C0 | 68 | 0 | 11 | 37 | 9 | 2A | 49 | 42 |
| Octal | 347 | 300 | 150 | 0 | 21 | 67 | 11 | 52 | 111 | 102 |
| Binary | 11100111 | 11000000 | 1101000 | 0 | 10001 | 110111 | 1001 | 101010 | 1001001 | 1000010 |
Color Harmonies of #E7C068
Complementary color
Monochromatic Colors of #E7C068
Black with #E7C068
Text Example
Text Example
White with #E7C068
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7C068; }
p { color: rgb(231,192,104); }
H1.HeaderClassName
{
color: #E7C068;
}
.AnyTagClassName
{
color: #E7C068;
}
</style>
background-color css
<style>
a { background-color: #E7C068; }
a { background-color: rgb(231,192,104); }
div.DivClassName
{
background-color: #E7C068;
}
.BgClassName
{
background-color: #E7C068;
}
</style>
border-color css
<style>
span { border-color: #E7C068; }
span { border-color: rgb(231,192,104); }
td.TdClassName
{
border-color: #E7C068;
}
.TagClassName
{
border-color: #E7C068;
}
</style>