Shades of Harvest Gold #E6B266
Tints of Harvest Gold #E6B266
RGB
CMYK
RGB Variations
Color information
#E6B266 (or 0xE6B266) is known color: Harvest Gold. HEX triplet: E6, B2 and 66. RGB value is (230,178,102). Sum of RGB (Red+Green+Blue) = 230+178+102=510 (67% of max value = 765). Red value is 230 (90.23% from 255 or 45.10% from 510); Green value is 178 (69.92% from 255 or 34.90% from 510); Blue value is 102 (40.23% from 255 or 20% from 510); Max value from RGB is 230 - color contains mainly: red. Hex color #E6B266 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E6B266 is #194D99. Grayscale: #B9B9B9. Windows color (decimal): -1658266 or 6730470. OLE color: 6730470.
HSL color Cylindrical-coordinate representation of color #E6B266: hue angle of 35.62º 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 #E6B266 is Cyan = 0, Magento = 0.23, Yellow = 0.56 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 178 | 102 | - |
| CMYK | 0 | 0.23 | 0.56 | 0.10 |
| HSL | 35.63º | 0.72% | 0.65% | - |
| HSV(B) | 35.63º | 0.56% | 0.9% | - |
| XYZ | 50.95 | 49.62 | 19.46 | - |
| YUV | 184.88 | 81.23 | 160.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 178 | 102 | 0 | 0.23 | 0.56 | 0.10 | 35.63 | 0.72 | 0.65 |
| Hex | E6 | B2 | 66 | 0 | 17 | 38 | A | 24 | 48 | 41 |
| Octal | 346 | 262 | 146 | 0 | 27 | 70 | 12 | 44 | 110 | 101 |
| Binary | 11100110 | 10110010 | 1100110 | 0 | 10111 | 111000 | 1010 | 100100 | 1001000 | 1000001 |
Color Harmonies of #E6B266
Complementary color
Monochromatic Colors of #E6B266
Black with #E6B266
Text Example
Text Example
White with #E6B266
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6B266; }
p { color: rgb(230,178,102); }
H1.HeaderClassName
{
color: #E6B266;
}
.AnyTagClassName
{
color: #E6B266;
}
</style>
background-color css
<style>
a { background-color: #E6B266; }
a { background-color: rgb(230,178,102); }
div.DivClassName
{
background-color: #E6B266;
}
.BgClassName
{
background-color: #E6B266;
}
</style>
border-color css
<style>
span { border-color: #E6B266; }
span { border-color: rgb(230,178,102); }
td.TdClassName
{
border-color: #E6B266;
}
.TagClassName
{
border-color: #E6B266;
}
</style>