Shades of Harvest Gold #E6BE61
Tints of Harvest Gold #E6BE61
RGB
CMYK
RGB Variations
Color information
#E6BE61 (or 0xE6BE61) is known color: Harvest Gold. HEX triplet: E6, BE and 61. RGB value is (230,190,97). Sum of RGB (Red+Green+Blue) = 230+190+97=517 (68% of max value = 765). Red value is 230 (90.23% from 255 or 44.49% from 517); Green value is 190 (74.61% from 255 or 36.75% from 517); Blue value is 97 (38.28% from 255 or 18.76% from 517); Max value from RGB is 230 - color contains mainly: red. Hex color #E6BE61 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E6BE61 is #19419E. Grayscale: #BFBFBF. Windows color (decimal): -1655199 or 6405862. OLE color: 6405862.
HSL color Cylindrical-coordinate representation of color #E6BE61: hue angle of 41.95º degrees, saturation: 0.73, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #E6BE61 is Cyan = 0, Magento = 0.17, Yellow = 0.58 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 190 | 97 | - |
| CMYK | 0 | 0.17 | 0.58 | 0.10 |
| HSL | 41.95º | 0.73% | 0.64% | - |
| HSV(B) | 41.95º | 0.58% | 0.9% | - |
| XYZ | 53.2 | 54.51 | 19.03 | - |
| YUV | 191.36 | 74.75 | 155.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 190 | 97 | 0 | 0.17 | 0.58 | 0.10 | 41.95 | 0.73 | 0.64 |
| Hex | E6 | BE | 61 | 0 | 11 | 3A | A | 2A | 49 | 40 |
| Octal | 346 | 276 | 141 | 0 | 21 | 72 | 12 | 52 | 111 | 100 |
| Binary | 11100110 | 10111110 | 1100001 | 0 | 10001 | 111010 | 1010 | 101010 | 1001001 | 1000000 |
Color Harmonies of #E6BE61
Complementary color
Monochromatic Colors of #E6BE61
Black with #E6BE61
Text Example
Text Example
White with #E6BE61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6BE61; }
p { color: rgb(230,190,97); }
H1.HeaderClassName
{
color: #E6BE61;
}
.AnyTagClassName
{
color: #E6BE61;
}
</style>
background-color css
<style>
a { background-color: #E6BE61; }
a { background-color: rgb(230,190,97); }
div.DivClassName
{
background-color: #E6BE61;
}
.BgClassName
{
background-color: #E6BE61;
}
</style>
border-color css
<style>
span { border-color: #E6BE61; }
span { border-color: rgb(230,190,97); }
td.TdClassName
{
border-color: #E6BE61;
}
.TagClassName
{
border-color: #E6BE61;
}
</style>