Shades of Harvest Gold #E1B46A
Tints of Harvest Gold #E1B46A
RGB
CMYK
RGB Variations
Color information
#E1B46A (or 0xE1B46A) is known color: Harvest Gold. HEX triplet: E1, B4 and 6A. RGB value is (225,180,106). Sum of RGB (Red+Green+Blue) = 225+180+106=511 (67% of max value = 765). Red value is 225 (88.28% from 255 or 44.03% from 511); Green value is 180 (70.70% from 255 or 35.23% from 511); Blue value is 106 (41.80% from 255 or 20.74% from 511); Max value from RGB is 225 - color contains mainly: red. Hex color #E1B46A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E1B46A is #1E4B95. Grayscale: #B9B9B9. Windows color (decimal): -1985430 or 6993121. OLE color: 6993121.
HSL color Cylindrical-coordinate representation of color #E1B46A: hue angle of 37.31º degrees, saturation: 0.66, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #E1B46A is Cyan = 0, Magento = 0.2, Yellow = 0.53 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 180 | 106 | - |
| CMYK | 0 | 0.2 | 0.53 | 0.12 |
| HSL | 37.31º | 0.66% | 0.65% | - |
| HSV(B) | 37.31º | 0.53% | 0.88% | - |
| XYZ | 49.97 | 49.69 | 20.59 | - |
| YUV | 185.02 | 83.41 | 156.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 180 | 106 | 0 | 0.2 | 0.53 | 0.12 | 37.31 | 0.66 | 0.65 |
| Hex | E1 | B4 | 6A | 0 | 14 | 35 | C | 25 | 42 | 41 |
| Octal | 341 | 264 | 152 | 0 | 24 | 65 | 14 | 45 | 102 | 101 |
| Binary | 11100001 | 10110100 | 1101010 | 0 | 10100 | 110101 | 1100 | 100101 | 1000010 | 1000001 |
Color Harmonies of #E1B46A
Complementary color
Monochromatic Colors of #E1B46A
Black with #E1B46A
Text Example
Text Example
White with #E1B46A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1B46A; }
p { color: rgb(225,180,106); }
H1.HeaderClassName
{
color: #E1B46A;
}
.AnyTagClassName
{
color: #E1B46A;
}
</style>
background-color css
<style>
a { background-color: #E1B46A; }
a { background-color: rgb(225,180,106); }
div.DivClassName
{
background-color: #E1B46A;
}
.BgClassName
{
background-color: #E1B46A;
}
</style>
border-color css
<style>
span { border-color: #E1B46A; }
span { border-color: rgb(225,180,106); }
td.TdClassName
{
border-color: #E1B46A;
}
.TagClassName
{
border-color: #E1B46A;
}
</style>