Shades of Harvest Gold #E6B66E
Tints of Harvest Gold #E6B66E
RGB
CMYK
RGB Variations
Color information
#E6B66E (or 0xE6B66E) is known color: Harvest Gold. HEX triplet: E6, B6 and 6E. RGB value is (230,182,110). Sum of RGB (Red+Green+Blue) = 230+182+110=522 (69% of max value = 765). Red value is 230 (90.23% from 255 or 44.06% from 522); Green value is 182 (71.48% from 255 or 34.87% from 522); Blue value is 110 (43.36% from 255 or 21.07% from 522); Max value from RGB is 230 - color contains mainly: red. Hex color #E6B66E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E6B66E is #194991. Grayscale: #BCBCBC. Windows color (decimal): -1657234 or 7255782. OLE color: 7255782.
HSL color Cylindrical-coordinate representation of color #E6B66E: hue angle of 36º degrees, saturation: 0.71, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #E6B66E is Cyan = 0, Magento = 0.21, Yellow = 0.52 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 182 | 110 | - |
| CMYK | 0 | 0.21 | 0.52 | 0.10 |
| HSL | 36º | 0.71% | 0.67% | - |
| HSV(B) | 36º | 0.52% | 0.9% | - |
| XYZ | 52.18 | 51.4 | 21.92 | - |
| YUV | 188.14 | 83.9 | 157.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 182 | 110 | 0 | 0.21 | 0.52 | 0.10 | 36 | 0.71 | 0.67 |
| Hex | E6 | B6 | 6E | 0 | 15 | 34 | A | 24 | 47 | 43 |
| Octal | 346 | 266 | 156 | 0 | 25 | 64 | 12 | 44 | 107 | 103 |
| Binary | 11100110 | 10110110 | 1101110 | 0 | 10101 | 110100 | 1010 | 100100 | 1000111 | 1000011 |
Color Harmonies of #E6B66E
Complementary color
Monochromatic Colors of #E6B66E
Black with #E6B66E
Text Example
Text Example
White with #E6B66E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6B66E; }
p { color: rgb(230,182,110); }
H1.HeaderClassName
{
color: #E6B66E;
}
.AnyTagClassName
{
color: #E6B66E;
}
</style>
background-color css
<style>
a { background-color: #E6B66E; }
a { background-color: rgb(230,182,110); }
div.DivClassName
{
background-color: #E6B66E;
}
.BgClassName
{
background-color: #E6B66E;
}
</style>
border-color css
<style>
span { border-color: #E6B66E; }
span { border-color: rgb(230,182,110); }
td.TdClassName
{
border-color: #E6B66E;
}
.TagClassName
{
border-color: #E6B66E;
}
</style>