Shades of Harvest Gold #E6B264
Tints of Harvest Gold #E6B264
RGB
CMYK
RGB Variations
Color information
#E6B264 (or 0xE6B264) is known color: Harvest Gold. HEX triplet: E6, B2 and 64. RGB value is (230,178,100). Sum of RGB (Red+Green+Blue) = 230+178+100=508 (67% of max value = 765). Red value is 230 (90.23% from 255 or 45.28% from 508); Green value is 178 (69.92% from 255 or 35.04% from 508); Blue value is 100 (39.45% from 255 or 19.69% from 508); Max value from RGB is 230 - color contains mainly: red. Hex color #E6B264 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E6B264 is #194D9B. Grayscale: #B9B9B9. Windows color (decimal): -1658268 or 6599398. OLE color: 6599398.
HSL color Cylindrical-coordinate representation of color #E6B264: hue angle of 36º degrees, saturation: 0.72, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #E6B264 is Cyan = 0, Magento = 0.23, Yellow = 0.57 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 178 | 100 | - |
| CMYK | 0 | 0.23 | 0.57 | 0.10 |
| HSL | 36º | 0.72% | 0.65% | - |
| HSV(B) | 36º | 0.57% | 0.9% | - |
| XYZ | 50.85 | 49.58 | 18.95 | - |
| YUV | 184.66 | 80.23 | 160.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 178 | 100 | 0 | 0.23 | 0.57 | 0.10 | 36 | 0.72 | 0.65 |
| Hex | E6 | B2 | 64 | 0 | 17 | 39 | A | 24 | 48 | 41 |
| Octal | 346 | 262 | 144 | 0 | 27 | 71 | 12 | 44 | 110 | 101 |
| Binary | 11100110 | 10110010 | 1100100 | 0 | 10111 | 111001 | 1010 | 100100 | 1001000 | 1000001 |
Color Harmonies of #E6B264
Complementary color
Monochromatic Colors of #E6B264
Black with #E6B264
Text Example
Text Example
White with #E6B264
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6B264; }
p { color: rgb(230,178,100); }
H1.HeaderClassName
{
color: #E6B264;
}
.AnyTagClassName
{
color: #E6B264;
}
</style>
background-color css
<style>
a { background-color: #E6B264; }
a { background-color: rgb(230,178,100); }
div.DivClassName
{
background-color: #E6B264;
}
.BgClassName
{
background-color: #E6B264;
}
</style>
border-color css
<style>
span { border-color: #E6B264; }
span { border-color: rgb(230,178,100); }
td.TdClassName
{
border-color: #E6B264;
}
.TagClassName
{
border-color: #E6B264;
}
</style>