Shades of Harvest Gold #E6BE64
Tints of Harvest Gold #E6BE64
RGB
CMYK
RGB Variations
Color information
#E6BE64 (or 0xE6BE64) is known color: Harvest Gold. HEX triplet: E6, BE and 64. RGB value is (230,190,100). Sum of RGB (Red+Green+Blue) = 230+190+100=520 (68% of max value = 765). Red value is 230 (90.23% from 255 or 44.23% from 520); Green value is 190 (74.61% from 255 or 36.54% from 520); Blue value is 100 (39.45% from 255 or 19.23% from 520); Max value from RGB is 230 - color contains mainly: red. Hex color #E6BE64 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E6BE64 is #19419B. Grayscale: #C0C0C0. Windows color (decimal): -1655196 or 6602470. OLE color: 6602470.
HSL color Cylindrical-coordinate representation of color #E6BE64: hue angle of 41.54º degrees, saturation: 0.72, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #E6BE64 is Cyan = 0, Magento = 0.17, Yellow = 0.57 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 190 | 100 | - |
| CMYK | 0 | 0.17 | 0.57 | 0.10 |
| HSL | 41.54º | 0.72% | 0.65% | - |
| HSV(B) | 41.54º | 0.57% | 0.9% | - |
| XYZ | 53.35 | 54.57 | 19.78 | - |
| YUV | 191.7 | 76.25 | 155.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 190 | 100 | 0 | 0.17 | 0.57 | 0.10 | 41.54 | 0.72 | 0.65 |
| Hex | E6 | BE | 64 | 0 | 11 | 39 | A | 2A | 48 | 41 |
| Octal | 346 | 276 | 144 | 0 | 21 | 71 | 12 | 52 | 110 | 101 |
| Binary | 11100110 | 10111110 | 1100100 | 0 | 10001 | 111001 | 1010 | 101010 | 1001000 | 1000001 |
Color Harmonies of #E6BE64
Complementary color
Monochromatic Colors of #E6BE64
Black with #E6BE64
Text Example
Text Example
White with #E6BE64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6BE64; }
p { color: rgb(230,190,100); }
H1.HeaderClassName
{
color: #E6BE64;
}
.AnyTagClassName
{
color: #E6BE64;
}
</style>
background-color css
<style>
a { background-color: #E6BE64; }
a { background-color: rgb(230,190,100); }
div.DivClassName
{
background-color: #E6BE64;
}
.BgClassName
{
background-color: #E6BE64;
}
</style>
border-color css
<style>
span { border-color: #E6BE64; }
span { border-color: rgb(230,190,100); }
td.TdClassName
{
border-color: #E6BE64;
}
.TagClassName
{
border-color: #E6BE64;
}
</style>