Shades of Harvest Gold #E6BE6A
Tints of Harvest Gold #E6BE6A
RGB
CMYK
RGB Variations
Color information
#E6BE6A (or 0xE6BE6A) is known color: Harvest Gold. HEX triplet: E6, BE and 6A. RGB value is (230,190,106). Sum of RGB (Red+Green+Blue) = 230+190+106=526 (69% of max value = 765). Red value is 230 (90.23% from 255 or 43.73% from 526); Green value is 190 (74.61% from 255 or 36.12% from 526); Blue value is 106 (41.80% from 255 or 20.15% from 526); Max value from RGB is 230 - color contains mainly: red. Hex color #E6BE6A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E6BE6A is #194195. Grayscale: #C0C0C0. Windows color (decimal): -1655190 or 6995686. OLE color: 6995686.
HSL color Cylindrical-coordinate representation of color #E6BE6A: hue angle of 40.65º 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 #E6BE6A is Cyan = 0, Magento = 0.17, Yellow = 0.54 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 190 | 106 | - |
| CMYK | 0 | 0.17 | 0.54 | 0.10 |
| HSL | 40.65º | 0.71% | 0.66% | - |
| HSV(B) | 40.65º | 0.54% | 0.9% | - |
| XYZ | 53.65 | 54.69 | 21.36 | - |
| YUV | 192.38 | 79.25 | 154.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 190 | 106 | 0 | 0.17 | 0.54 | 0.10 | 40.65 | 0.71 | 0.66 |
| Hex | E6 | BE | 6A | 0 | 11 | 36 | A | 29 | 47 | 42 |
| Octal | 346 | 276 | 152 | 0 | 21 | 66 | 12 | 51 | 107 | 102 |
| Binary | 11100110 | 10111110 | 1101010 | 0 | 10001 | 110110 | 1010 | 101001 | 1000111 | 1000010 |
Color Harmonies of #E6BE6A
Complementary color
Monochromatic Colors of #E6BE6A
Black with #E6BE6A
Text Example
Text Example
White with #E6BE6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6BE6A; }
p { color: rgb(230,190,106); }
H1.HeaderClassName
{
color: #E6BE6A;
}
.AnyTagClassName
{
color: #E6BE6A;
}
</style>
background-color css
<style>
a { background-color: #E6BE6A; }
a { background-color: rgb(230,190,106); }
div.DivClassName
{
background-color: #E6BE6A;
}
.BgClassName
{
background-color: #E6BE6A;
}
</style>
border-color css
<style>
span { border-color: #E6BE6A; }
span { border-color: rgb(230,190,106); }
td.TdClassName
{
border-color: #E6BE6A;
}
.TagClassName
{
border-color: #E6BE6A;
}
</style>