Shades of Harvest Gold #E7C164
Tints of Harvest Gold #E7C164
RGB
CMYK
RGB Variations
Color information
#E7C164 (or 0xE7C164) is known color: Harvest Gold. HEX triplet: E7, C1 and 64. RGB value is (231,193,100). Sum of RGB (Red+Green+Blue) = 231+193+100=524 (69% of max value = 765). Red value is 231 (90.62% from 255 or 44.08% from 524); Green value is 193 (75.78% from 255 or 36.83% from 524); Blue value is 100 (39.45% from 255 or 19.08% from 524); Max value from RGB is 231 - color contains mainly: red. Hex color #E7C164 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E7C164 is #183E9B. Grayscale: #C2C2C2. Windows color (decimal): -1588892 or 6603239. OLE color: 6603239.
HSL color Cylindrical-coordinate representation of color #E7C164: hue angle of 42.6º degrees, saturation: 0.73, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #E7C164 is Cyan = 0, Magento = 0.16, Yellow = 0.57 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 193 | 100 | - |
| CMYK | 0 | 0.16 | 0.57 | 0.09 |
| HSL | 42.6º | 0.73% | 0.65% | - |
| HSV(B) | 42.6º | 0.57% | 0.91% | - |
| XYZ | 54.33 | 56.05 | 20.01 | - |
| YUV | 193.76 | 75.09 | 154.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 193 | 100 | 0 | 0.16 | 0.57 | 0.09 | 42.6 | 0.73 | 0.65 |
| Hex | E7 | C1 | 64 | 0 | 10 | 39 | 9 | 2B | 49 | 41 |
| Octal | 347 | 301 | 144 | 0 | 20 | 71 | 11 | 53 | 111 | 101 |
| Binary | 11100111 | 11000001 | 1100100 | 0 | 10000 | 111001 | 1001 | 101011 | 1001001 | 1000001 |
Color Harmonies of #E7C164
Complementary color
Monochromatic Colors of #E7C164
Black with #E7C164
Text Example
Text Example
White with #E7C164
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7C164; }
p { color: rgb(231,193,100); }
H1.HeaderClassName
{
color: #E7C164;
}
.AnyTagClassName
{
color: #E7C164;
}
</style>
background-color css
<style>
a { background-color: #E7C164; }
a { background-color: rgb(231,193,100); }
div.DivClassName
{
background-color: #E7C164;
}
.BgClassName
{
background-color: #E7C164;
}
</style>
border-color css
<style>
span { border-color: #E7C164; }
span { border-color: rgb(231,193,100); }
td.TdClassName
{
border-color: #E7C164;
}
.TagClassName
{
border-color: #E7C164;
}
</style>