Shades of Harvest Gold #E6B774
Tints of Harvest Gold #E6B774
RGB
CMYK
RGB Variations
Color information
#E6B774 (or 0xE6B774) is known color: Harvest Gold. HEX triplet: E6, B7 and 74. RGB value is (230,183,116). Sum of RGB (Red+Green+Blue) = 230+183+116=529 (70% of max value = 765). Red value is 230 (90.23% from 255 or 43.48% from 529); Green value is 183 (71.88% from 255 or 34.59% from 529); Blue value is 116 (45.70% from 255 or 21.93% from 529); Max value from RGB is 230 - color contains mainly: red. Hex color #E6B774 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E6B774 is #19488B. Grayscale: #BDBDBD. Windows color (decimal): -1656972 or 7649254. OLE color: 7649254.
HSL color Cylindrical-coordinate representation of color #E6B774: hue angle of 35.26º 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 #E6B774 is Cyan = 0, Magento = 0.20, Yellow = 0.50 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 183 | 116 | - |
| CMYK | 0 | 0.20 | 0.50 | 0.10 |
| HSL | 35.26º | 0.7% | 0.68% | - |
| HSV(B) | 35.26º | 0.5% | 0.9% | - |
| XYZ | 52.72 | 51.95 | 23.77 | - |
| YUV | 189.42 | 86.57 | 156.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 183 | 116 | 0 | 0.20 | 0.50 | 0.10 | 35.26 | 0.7 | 0.68 |
| Hex | E6 | B7 | 74 | 0 | 14 | 32 | A | 23 | 46 | 44 |
| Octal | 346 | 267 | 164 | 0 | 24 | 62 | 12 | 43 | 106 | 104 |
| Binary | 11100110 | 10110111 | 1110100 | 0 | 10100 | 110010 | 1010 | 100011 | 1000110 | 1000100 |
Color Harmonies of #E6B774
Complementary color
Monochromatic Colors of #E6B774
Black with #E6B774
Text Example
Text Example
White with #E6B774
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6B774; }
p { color: rgb(230,183,116); }
H1.HeaderClassName
{
color: #E6B774;
}
.AnyTagClassName
{
color: #E6B774;
}
</style>
background-color css
<style>
a { background-color: #E6B774; }
a { background-color: rgb(230,183,116); }
div.DivClassName
{
background-color: #E6B774;
}
.BgClassName
{
background-color: #E6B774;
}
</style>
border-color css
<style>
span { border-color: #E6B774; }
span { border-color: rgb(230,183,116); }
td.TdClassName
{
border-color: #E6B774;
}
.TagClassName
{
border-color: #E6B774;
}
</style>