Shades of Harvest Gold #E6BE6F
Tints of Harvest Gold #E6BE6F
RGB
CMYK
RGB Variations
Color information
#E6BE6F (or 0xE6BE6F) is known color: Harvest Gold. HEX triplet: E6, BE and 6F. RGB value is (230,190,111). Sum of RGB (Red+Green+Blue) = 230+190+111=531 (70% of max value = 765). Red value is 230 (90.23% from 255 or 43.31% from 531); Green value is 190 (74.61% from 255 or 35.78% from 531); Blue value is 111 (43.75% from 255 or 20.90% from 531); Max value from RGB is 230 - color contains mainly: red. Hex color #E6BE6F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E6BE6F is #194190. Grayscale: #C1C1C1. Windows color (decimal): -1655185 or 7323366. OLE color: 7323366.
HSL color Cylindrical-coordinate representation of color #E6BE6F: hue angle of 39.83º degrees, saturation: 0.7, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #E6BE6F is Cyan = 0, Magento = 0.17, Yellow = 0.52 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 190 | 111 | - |
| CMYK | 0 | 0.17 | 0.52 | 0.10 |
| HSL | 39.83º | 0.7% | 0.67% | - |
| HSV(B) | 39.83º | 0.52% | 0.9% | - |
| XYZ | 53.92 | 54.8 | 22.77 | - |
| YUV | 192.95 | 81.75 | 154.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 190 | 111 | 0 | 0.17 | 0.52 | 0.10 | 39.83 | 0.7 | 0.67 |
| Hex | E6 | BE | 6F | 0 | 11 | 34 | A | 28 | 46 | 43 |
| Octal | 346 | 276 | 157 | 0 | 21 | 64 | 12 | 50 | 106 | 103 |
| Binary | 11100110 | 10111110 | 1101111 | 0 | 10001 | 110100 | 1010 | 101000 | 1000110 | 1000011 |
Color Harmonies of #E6BE6F
Complementary color
Monochromatic Colors of #E6BE6F
Black with #E6BE6F
Text Example
Text Example
White with #E6BE6F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6BE6F; }
p { color: rgb(230,190,111); }
H1.HeaderClassName
{
color: #E6BE6F;
}
.AnyTagClassName
{
color: #E6BE6F;
}
</style>
background-color css
<style>
a { background-color: #E6BE6F; }
a { background-color: rgb(230,190,111); }
div.DivClassName
{
background-color: #E6BE6F;
}
.BgClassName
{
background-color: #E6BE6F;
}
</style>
border-color css
<style>
span { border-color: #E6BE6F; }
span { border-color: rgb(230,190,111); }
td.TdClassName
{
border-color: #E6BE6F;
}
.TagClassName
{
border-color: #E6BE6F;
}
</style>