Shades of Harvest Gold #E6BF68
Tints of Harvest Gold #E6BF68
RGB
CMYK
RGB Variations
Color information
#E6BF68 (or 0xE6BF68) is known color: Harvest Gold. HEX triplet: E6, BF and 68. RGB value is (230,191,104). Sum of RGB (Red+Green+Blue) = 230+191+104=525 (69% of max value = 765). Red value is 230 (90.23% from 255 or 43.81% from 525); Green value is 191 (75% from 255 or 36.38% from 525); Blue value is 104 (41.02% from 255 or 19.81% from 525); Max value from RGB is 230 - color contains mainly: red. Hex color #E6BF68 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E6BF68 is #194097. Grayscale: #C1C1C1. Windows color (decimal): -1654936 or 6864870. OLE color: 6864870.
HSL color Cylindrical-coordinate representation of color #E6BF68: hue angle of 41.43º degrees, saturation: 0.72, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #E6BF68 is Cyan = 0, Magento = 0.17, Yellow = 0.55 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 191 | 104 | - |
| CMYK | 0 | 0.17 | 0.55 | 0.10 |
| HSL | 41.43º | 0.72% | 0.65% | - |
| HSV(B) | 41.43º | 0.55% | 0.9% | - |
| XYZ | 53.76 | 55.08 | 20.9 | - |
| YUV | 192.74 | 77.92 | 154.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 191 | 104 | 0 | 0.17 | 0.55 | 0.10 | 41.43 | 0.72 | 0.65 |
| Hex | E6 | BF | 68 | 0 | 11 | 37 | A | 29 | 48 | 41 |
| Octal | 346 | 277 | 150 | 0 | 21 | 67 | 12 | 51 | 110 | 101 |
| Binary | 11100110 | 10111111 | 1101000 | 0 | 10001 | 110111 | 1010 | 101001 | 1001000 | 1000001 |
Color Harmonies of #E6BF68
Complementary color
Monochromatic Colors of #E6BF68
Black with #E6BF68
Text Example
Text Example
White with #E6BF68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6BF68; }
p { color: rgb(230,191,104); }
H1.HeaderClassName
{
color: #E6BF68;
}
.AnyTagClassName
{
color: #E6BF68;
}
</style>
background-color css
<style>
a { background-color: #E6BF68; }
a { background-color: rgb(230,191,104); }
div.DivClassName
{
background-color: #E6BF68;
}
.BgClassName
{
background-color: #E6BF68;
}
</style>
border-color css
<style>
span { border-color: #E6BF68; }
span { border-color: rgb(230,191,104); }
td.TdClassName
{
border-color: #E6BF68;
}
.TagClassName
{
border-color: #E6BF68;
}
</style>