Shades of Harvest Gold #E6B461
Tints of Harvest Gold #E6B461
RGB
CMYK
RGB Variations
Color information
#E6B461 (or 0xE6B461) is known color: Harvest Gold. HEX triplet: E6, B4 and 61. RGB value is (230,180,97). Sum of RGB (Red+Green+Blue) = 230+180+97=507 (67% of max value = 765). Red value is 230 (90.23% from 255 or 45.36% from 507); Green value is 180 (70.70% from 255 or 35.50% from 507); Blue value is 97 (38.28% from 255 or 19.13% from 507); Max value from RGB is 230 - color contains mainly: red. Hex color #E6B461 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E6B461 is #194B9E. Grayscale: #B9B9B9. Windows color (decimal): -1657759 or 6403302. OLE color: 6403302.
HSL color Cylindrical-coordinate representation of color #E6B461: hue angle of 37.44º 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 #E6B461 is Cyan = 0, Magento = 0.22, Yellow = 0.58 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 180 | 97 | - |
| CMYK | 0 | 0.22 | 0.58 | 0.10 |
| HSL | 37.44º | 0.73% | 0.64% | - |
| HSV(B) | 37.44º | 0.58% | 0.9% | - |
| XYZ | 51.11 | 50.33 | 18.33 | - |
| YUV | 185.49 | 78.07 | 159.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 180 | 97 | 0 | 0.22 | 0.58 | 0.10 | 37.44 | 0.73 | 0.64 |
| Hex | E6 | B4 | 61 | 0 | 16 | 3A | A | 25 | 49 | 40 |
| Octal | 346 | 264 | 141 | 0 | 26 | 72 | 12 | 45 | 111 | 100 |
| Binary | 11100110 | 10110100 | 1100001 | 0 | 10110 | 111010 | 1010 | 100101 | 1001001 | 1000000 |
Color Harmonies of #E6B461
Complementary color
Monochromatic Colors of #E6B461
Black with #E6B461
Text Example
Text Example
White with #E6B461
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6B461; }
p { color: rgb(230,180,97); }
H1.HeaderClassName
{
color: #E6B461;
}
.AnyTagClassName
{
color: #E6B461;
}
</style>
background-color css
<style>
a { background-color: #E6B461; }
a { background-color: rgb(230,180,97); }
div.DivClassName
{
background-color: #E6B461;
}
.BgClassName
{
background-color: #E6B461;
}
</style>
border-color css
<style>
span { border-color: #E6B461; }
span { border-color: rgb(230,180,97); }
td.TdClassName
{
border-color: #E6B461;
}
.TagClassName
{
border-color: #E6B461;
}
</style>