Shades of Harvest Gold #E6B674
Tints of Harvest Gold #E6B674
RGB
CMYK
RGB Variations
Color information
#E6B674 (or 0xE6B674) is known color: Harvest Gold. HEX triplet: E6, B6 and 74. RGB value is (230,182,116). Sum of RGB (Red+Green+Blue) = 230+182+116=528 (69% of max value = 765). Red value is 230 (90.23% from 255 or 43.56% from 528); Green value is 182 (71.48% from 255 or 34.47% from 528); Blue value is 116 (45.70% from 255 or 21.97% from 528); Max value from RGB is 230 - color contains mainly: red. Hex color #E6B674 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E6B674 is #19498B. Grayscale: #BDBDBD. Windows color (decimal): -1657228 or 7648998. OLE color: 7648998.
HSL color Cylindrical-coordinate representation of color #E6B674: hue angle of 34.74º degrees, saturation: 0.7, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #E6B674 is Cyan = 0, Magento = 0.21, Yellow = 0.50 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 182 | 116 | - |
| CMYK | 0 | 0.21 | 0.50 | 0.10 |
| HSL | 34.74º | 0.7% | 0.68% | - |
| HSV(B) | 34.74º | 0.5% | 0.9% | - |
| XYZ | 52.51 | 51.54 | 23.7 | - |
| YUV | 188.83 | 86.9 | 157.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 182 | 116 | 0 | 0.21 | 0.50 | 0.10 | 34.74 | 0.7 | 0.68 |
| Hex | E6 | B6 | 74 | 0 | 15 | 32 | A | 23 | 46 | 44 |
| Octal | 346 | 266 | 164 | 0 | 25 | 62 | 12 | 43 | 106 | 104 |
| Binary | 11100110 | 10110110 | 1110100 | 0 | 10101 | 110010 | 1010 | 100011 | 1000110 | 1000100 |
Color Harmonies of #E6B674
Complementary color
Monochromatic Colors of #E6B674
Black with #E6B674
Text Example
Text Example
White with #E6B674
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6B674; }
p { color: rgb(230,182,116); }
H1.HeaderClassName
{
color: #E6B674;
}
.AnyTagClassName
{
color: #E6B674;
}
</style>
background-color css
<style>
a { background-color: #E6B674; }
a { background-color: rgb(230,182,116); }
div.DivClassName
{
background-color: #E6B674;
}
.BgClassName
{
background-color: #E6B674;
}
</style>
border-color css
<style>
span { border-color: #E6B674; }
span { border-color: rgb(230,182,116); }
td.TdClassName
{
border-color: #E6B674;
}
.TagClassName
{
border-color: #E6B674;
}
</style>