Shades of Harvest Gold #E6BE69
Tints of Harvest Gold #E6BE69
RGB
CMYK
RGB Variations
Color information
#E6BE69 (or 0xE6BE69) is known color: Harvest Gold. HEX triplet: E6, BE and 69. RGB value is (230,190,105). Sum of RGB (Red+Green+Blue) = 230+190+105=525 (69% of max value = 765). Red value is 230 (90.23% from 255 or 43.81% from 525); Green value is 190 (74.61% from 255 or 36.19% from 525); Blue value is 105 (41.41% from 255 or 20% from 525); Max value from RGB is 230 - color contains mainly: red. Hex color #E6BE69 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E6BE69 is #194196. Grayscale: #C0C0C0. Windows color (decimal): -1655191 or 6930150. OLE color: 6930150.
HSL color Cylindrical-coordinate representation of color #E6BE69: hue angle of 40.8º degrees, saturation: 0.71, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #E6BE69 is Cyan = 0, Magento = 0.17, Yellow = 0.54 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 190 | 105 | - |
| CMYK | 0 | 0.17 | 0.54 | 0.10 |
| HSL | 40.8º | 0.71% | 0.66% | - |
| HSV(B) | 40.8º | 0.54% | 0.9% | - |
| XYZ | 53.6 | 54.67 | 21.09 | - |
| YUV | 192.27 | 78.75 | 154.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 190 | 105 | 0 | 0.17 | 0.54 | 0.10 | 40.8 | 0.71 | 0.66 |
| Hex | E6 | BE | 69 | 0 | 11 | 36 | A | 29 | 47 | 42 |
| Octal | 346 | 276 | 151 | 0 | 21 | 66 | 12 | 51 | 107 | 102 |
| Binary | 11100110 | 10111110 | 1101001 | 0 | 10001 | 110110 | 1010 | 101001 | 1000111 | 1000010 |
Color Harmonies of #E6BE69
Complementary color
Monochromatic Colors of #E6BE69
Black with #E6BE69
Text Example
Text Example
White with #E6BE69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6BE69; }
p { color: rgb(230,190,105); }
H1.HeaderClassName
{
color: #E6BE69;
}
.AnyTagClassName
{
color: #E6BE69;
}
</style>
background-color css
<style>
a { background-color: #E6BE69; }
a { background-color: rgb(230,190,105); }
div.DivClassName
{
background-color: #E6BE69;
}
.BgClassName
{
background-color: #E6BE69;
}
</style>
border-color css
<style>
span { border-color: #E6BE69; }
span { border-color: rgb(230,190,105); }
td.TdClassName
{
border-color: #E6BE69;
}
.TagClassName
{
border-color: #E6BE69;
}
</style>