Shades of Harvest Gold #E6B061
Tints of Harvest Gold #E6B061
RGB
CMYK
RGB Variations
Color information
#E6B061 (or 0xE6B061) is known color: Harvest Gold. HEX triplet: E6, B0 and 61. RGB value is (230,176,97). Sum of RGB (Red+Green+Blue) = 230+176+97=503 (66% of max value = 765). Red value is 230 (90.23% from 255 or 45.73% from 503); Green value is 176 (69.14% from 255 or 34.99% from 503); Blue value is 97 (38.28% from 255 or 19.28% from 503); Max value from RGB is 230 - color contains mainly: red. Hex color #E6B061 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E6B061 is #194F9E. Grayscale: #B7B7B7. Windows color (decimal): -1658783 or 6402278. OLE color: 6402278.
HSL color Cylindrical-coordinate representation of color #E6B061: hue angle of 35.64º degrees, saturation: 0.73, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #E6B061 is Cyan = 0, Magento = 0.23, Yellow = 0.58 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 176 | 97 | - |
| CMYK | 0 | 0.23 | 0.58 | 0.10 |
| HSL | 35.64º | 0.73% | 0.64% | - |
| HSV(B) | 35.64º | 0.58% | 0.9% | - |
| XYZ | 50.32 | 48.74 | 18.06 | - |
| YUV | 183.14 | 79.39 | 161.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 176 | 97 | 0 | 0.23 | 0.58 | 0.10 | 35.64 | 0.73 | 0.64 |
| Hex | E6 | B0 | 61 | 0 | 17 | 3A | A | 24 | 49 | 40 |
| Octal | 346 | 260 | 141 | 0 | 27 | 72 | 12 | 44 | 111 | 100 |
| Binary | 11100110 | 10110000 | 1100001 | 0 | 10111 | 111010 | 1010 | 100100 | 1001001 | 1000000 |
Color Harmonies of #E6B061
Complementary color
Monochromatic Colors of #E6B061
Black with #E6B061
Text Example
Text Example
White with #E6B061
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6B061; }
p { color: rgb(230,176,97); }
H1.HeaderClassName
{
color: #E6B061;
}
.AnyTagClassName
{
color: #E6B061;
}
</style>
background-color css
<style>
a { background-color: #E6B061; }
a { background-color: rgb(230,176,97); }
div.DivClassName
{
background-color: #E6B061;
}
.BgClassName
{
background-color: #E6B061;
}
</style>
border-color css
<style>
span { border-color: #E6B061; }
span { border-color: rgb(230,176,97); }
td.TdClassName
{
border-color: #E6B061;
}
.TagClassName
{
border-color: #E6B061;
}
</style>