Shades of Harvest Gold #E6B361
Tints of Harvest Gold #E6B361
RGB
CMYK
RGB Variations
Color information
#E6B361 (or 0xE6B361) is known color: Harvest Gold. HEX triplet: E6, B3 and 61. RGB value is (230,179,97). Sum of RGB (Red+Green+Blue) = 230+179+97=506 (67% of max value = 765). Red value is 230 (90.23% from 255 or 45.45% from 506); Green value is 179 (70.31% from 255 or 35.38% from 506); Blue value is 97 (38.28% from 255 or 19.17% from 506); Max value from RGB is 230 - color contains mainly: red. Hex color #E6B361 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E6B361 is #194C9E. Grayscale: #B9B9B9. Windows color (decimal): -1658015 or 6403046. OLE color: 6403046.
HSL color Cylindrical-coordinate representation of color #E6B361: hue angle of 36.99º 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 #E6B361 is Cyan = 0, Magento = 0.22, Yellow = 0.58 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 179 | 97 | - |
| CMYK | 0 | 0.22 | 0.58 | 0.10 |
| HSL | 36.99º | 0.73% | 0.64% | - |
| HSV(B) | 36.99º | 0.58% | 0.9% | - |
| XYZ | 50.91 | 49.93 | 18.26 | - |
| YUV | 184.9 | 78.4 | 160.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 179 | 97 | 0 | 0.22 | 0.58 | 0.10 | 36.99 | 0.73 | 0.64 |
| Hex | E6 | B3 | 61 | 0 | 16 | 3A | A | 25 | 49 | 40 |
| Octal | 346 | 263 | 141 | 0 | 26 | 72 | 12 | 45 | 111 | 100 |
| Binary | 11100110 | 10110011 | 1100001 | 0 | 10110 | 111010 | 1010 | 100101 | 1001001 | 1000000 |
Color Harmonies of #E6B361
Complementary color
Monochromatic Colors of #E6B361
Black with #E6B361
Text Example
Text Example
White with #E6B361
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6B361; }
p { color: rgb(230,179,97); }
H1.HeaderClassName
{
color: #E6B361;
}
.AnyTagClassName
{
color: #E6B361;
}
</style>
background-color css
<style>
a { background-color: #E6B361; }
a { background-color: rgb(230,179,97); }
div.DivClassName
{
background-color: #E6B361;
}
.BgClassName
{
background-color: #E6B361;
}
</style>
border-color css
<style>
span { border-color: #E6B361; }
span { border-color: rgb(230,179,97); }
td.TdClassName
{
border-color: #E6B361;
}
.TagClassName
{
border-color: #E6B361;
}
</style>