Shades of Harvest Gold #E7BE68
Tints of Harvest Gold #E7BE68
RGB
CMYK
RGB Variations
Color information
#E7BE68 (or 0xE7BE68) is known color: Harvest Gold. HEX triplet: E7, BE and 68. RGB value is (231,190,104). Sum of RGB (Red+Green+Blue) = 231+190+104=525 (69% of max value = 765). Red value is 231 (90.62% from 255 or 44% from 525); Green value is 190 (74.61% from 255 or 36.19% from 525); Blue value is 104 (41.02% from 255 or 19.81% from 525); Max value from RGB is 231 - color contains mainly: red. Hex color #E7BE68 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E7BE68 is #184197. Grayscale: #C0C0C0. Windows color (decimal): -1589656 or 6864615. OLE color: 6864615.
HSL color Cylindrical-coordinate representation of color #E7BE68: hue angle of 40.63º 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 #E7BE68 is Cyan = 0, Magento = 0.18, Yellow = 0.55 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 190 | 104 | - |
| CMYK | 0 | 0.18 | 0.55 | 0.09 |
| HSL | 40.63º | 0.73% | 0.66% | - |
| HSV(B) | 40.63º | 0.55% | 0.91% | - |
| XYZ | 53.87 | 54.82 | 20.84 | - |
| YUV | 192.46 | 78.08 | 155.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 190 | 104 | 0 | 0.18 | 0.55 | 0.09 | 40.63 | 0.73 | 0.66 |
| Hex | E7 | BE | 68 | 0 | 12 | 37 | 9 | 29 | 49 | 42 |
| Octal | 347 | 276 | 150 | 0 | 22 | 67 | 11 | 51 | 111 | 102 |
| Binary | 11100111 | 10111110 | 1101000 | 0 | 10010 | 110111 | 1001 | 101001 | 1001001 | 1000010 |
Color Harmonies of #E7BE68
Complementary color
Monochromatic Colors of #E7BE68
Black with #E7BE68
Text Example
Text Example
White with #E7BE68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7BE68; }
p { color: rgb(231,190,104); }
H1.HeaderClassName
{
color: #E7BE68;
}
.AnyTagClassName
{
color: #E7BE68;
}
</style>
background-color css
<style>
a { background-color: #E7BE68; }
a { background-color: rgb(231,190,104); }
div.DivClassName
{
background-color: #E7BE68;
}
.BgClassName
{
background-color: #E7BE68;
}
</style>
border-color css
<style>
span { border-color: #E7BE68; }
span { border-color: rgb(231,190,104); }
td.TdClassName
{
border-color: #E7BE68;
}
.TagClassName
{
border-color: #E7BE68;
}
</style>