Shades of Harvest Gold #E6B866
Tints of Harvest Gold #E6B866
RGB
CMYK
RGB Variations
Color information
#E6B866 (or 0xE6B866) is known color: Harvest Gold. HEX triplet: E6, B8 and 66. RGB value is (230,184,102). Sum of RGB (Red+Green+Blue) = 230+184+102=516 (68% of max value = 765). Red value is 230 (90.23% from 255 or 44.57% from 516); Green value is 184 (72.27% from 255 or 35.66% from 516); Blue value is 102 (40.23% from 255 or 19.77% from 516); Max value from RGB is 230 - color contains mainly: red. Hex color #E6B866 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E6B866 is #194799. Grayscale: #BCBCBC. Windows color (decimal): -1656730 or 6732006. OLE color: 6732006.
HSL color Cylindrical-coordinate representation of color #E6B866: hue angle of 38.44º degrees, saturation: 0.72, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #E6B866 is Cyan = 0, Magento = 0.2, Yellow = 0.56 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 184 | 102 | - |
| CMYK | 0 | 0.2 | 0.56 | 0.10 |
| HSL | 38.44º | 0.72% | 0.65% | - |
| HSV(B) | 38.44º | 0.56% | 0.9% | - |
| XYZ | 52.17 | 52.06 | 19.87 | - |
| YUV | 188.41 | 79.24 | 157.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 184 | 102 | 0 | 0.2 | 0.56 | 0.10 | 38.44 | 0.72 | 0.65 |
| Hex | E6 | B8 | 66 | 0 | 14 | 38 | A | 26 | 48 | 41 |
| Octal | 346 | 270 | 146 | 0 | 24 | 70 | 12 | 46 | 110 | 101 |
| Binary | 11100110 | 10111000 | 1100110 | 0 | 10100 | 111000 | 1010 | 100110 | 1001000 | 1000001 |
Color Harmonies of #E6B866
Complementary color
Monochromatic Colors of #E6B866
Black with #E6B866
Text Example
Text Example
White with #E6B866
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6B866; }
p { color: rgb(230,184,102); }
H1.HeaderClassName
{
color: #E6B866;
}
.AnyTagClassName
{
color: #E6B866;
}
</style>
background-color css
<style>
a { background-color: #E6B866; }
a { background-color: rgb(230,184,102); }
div.DivClassName
{
background-color: #E6B866;
}
.BgClassName
{
background-color: #E6B866;
}
</style>
border-color css
<style>
span { border-color: #E6B866; }
span { border-color: rgb(230,184,102); }
td.TdClassName
{
border-color: #E6B866;
}
.TagClassName
{
border-color: #E6B866;
}
</style>