Shades of Harvest Gold #E1B774
Tints of Harvest Gold #E1B774
RGB
CMYK
RGB Variations
Color information
#E1B774 (or 0xE1B774) is known color: Harvest Gold. HEX triplet: E1, B7 and 74. RGB value is (225,183,116). Sum of RGB (Red+Green+Blue) = 225+183+116=524 (69% of max value = 765). Red value is 225 (88.28% from 255 or 42.94% from 524); Green value is 183 (71.88% from 255 or 34.92% from 524); Blue value is 116 (45.70% from 255 or 22.14% from 524); Max value from RGB is 225 - color contains mainly: red. Hex color #E1B774 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E1B774 is #1E488B. Grayscale: #BCBCBC. Windows color (decimal): -1984652 or 7649249. OLE color: 7649249.
HSL color Cylindrical-coordinate representation of color #E1B774: hue angle of 36.88º degrees, saturation: 0.64, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #E1B774 is Cyan = 0, Magento = 0.19, Yellow = 0.48 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 183 | 116 | - |
| CMYK | 0 | 0.19 | 0.48 | 0.12 |
| HSL | 36.88º | 0.64% | 0.67% | - |
| HSV(B) | 36.88º | 0.48% | 0.88% | - |
| XYZ | 51.14 | 51.14 | 23.7 | - |
| YUV | 187.92 | 87.41 | 154.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 183 | 116 | 0 | 0.19 | 0.48 | 0.12 | 36.88 | 0.64 | 0.67 |
| Hex | E1 | B7 | 74 | 0 | 13 | 30 | C | 25 | 40 | 43 |
| Octal | 341 | 267 | 164 | 0 | 23 | 60 | 14 | 45 | 100 | 103 |
| Binary | 11100001 | 10110111 | 1110100 | 0 | 10011 | 110000 | 1100 | 100101 | 1000000 | 1000011 |
Color Harmonies of #E1B774
Complementary color
Monochromatic Colors of #E1B774
Black with #E1B774
Text Example
Text Example
White with #E1B774
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1B774; }
p { color: rgb(225,183,116); }
H1.HeaderClassName
{
color: #E1B774;
}
.AnyTagClassName
{
color: #E1B774;
}
</style>
background-color css
<style>
a { background-color: #E1B774; }
a { background-color: rgb(225,183,116); }
div.DivClassName
{
background-color: #E1B774;
}
.BgClassName
{
background-color: #E1B774;
}
</style>
border-color css
<style>
span { border-color: #E1B774; }
span { border-color: rgb(225,183,116); }
td.TdClassName
{
border-color: #E1B774;
}
.TagClassName
{
border-color: #E1B774;
}
</style>