Shades of Harvest Gold #E6BF6A
Tints of Harvest Gold #E6BF6A
RGB
CMYK
RGB Variations
Color information
#E6BF6A (or 0xE6BF6A) is known color: Harvest Gold. HEX triplet: E6, BF and 6A. RGB value is (230,191,106). Sum of RGB (Red+Green+Blue) = 230+191+106=527 (69% of max value = 765). Red value is 230 (90.23% from 255 or 43.64% from 527); Green value is 191 (75% from 255 or 36.24% from 527); Blue value is 106 (41.80% from 255 or 20.11% from 527); Max value from RGB is 230 - color contains mainly: red. Hex color #E6BF6A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E6BF6A is #194095. Grayscale: #C1C1C1. Windows color (decimal): -1654934 or 6995942. OLE color: 6995942.
HSL color Cylindrical-coordinate representation of color #E6BF6A: hue angle of 41.13º 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 #E6BF6A is Cyan = 0, Magento = 0.17, Yellow = 0.54 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 191 | 106 | - |
| CMYK | 0 | 0.17 | 0.54 | 0.10 |
| HSL | 41.13º | 0.71% | 0.66% | - |
| HSV(B) | 41.13º | 0.54% | 0.9% | - |
| XYZ | 53.87 | 55.13 | 21.44 | - |
| YUV | 192.97 | 78.92 | 154.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 191 | 106 | 0 | 0.17 | 0.54 | 0.10 | 41.13 | 0.71 | 0.66 |
| Hex | E6 | BF | 6A | 0 | 11 | 36 | A | 29 | 47 | 42 |
| Octal | 346 | 277 | 152 | 0 | 21 | 66 | 12 | 51 | 107 | 102 |
| Binary | 11100110 | 10111111 | 1101010 | 0 | 10001 | 110110 | 1010 | 101001 | 1000111 | 1000010 |
Color Harmonies of #E6BF6A
Complementary color
Monochromatic Colors of #E6BF6A
Black with #E6BF6A
Text Example
Text Example
White with #E6BF6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6BF6A; }
p { color: rgb(230,191,106); }
H1.HeaderClassName
{
color: #E6BF6A;
}
.AnyTagClassName
{
color: #E6BF6A;
}
</style>
background-color css
<style>
a { background-color: #E6BF6A; }
a { background-color: rgb(230,191,106); }
div.DivClassName
{
background-color: #E6BF6A;
}
.BgClassName
{
background-color: #E6BF6A;
}
</style>
border-color css
<style>
span { border-color: #E6BF6A; }
span { border-color: rgb(230,191,106); }
td.TdClassName
{
border-color: #E6BF6A;
}
.TagClassName
{
border-color: #E6BF6A;
}
</style>