Shades of Harvest Gold #E1BB6A
Tints of Harvest Gold #E1BB6A
RGB
CMYK
RGB Variations
Color information
#E1BB6A (or 0xE1BB6A) is known color: Harvest Gold. HEX triplet: E1, BB and 6A. RGB value is (225,187,106). Sum of RGB (Red+Green+Blue) = 225+187+106=518 (68% of max value = 765). Red value is 225 (88.28% from 255 or 43.44% from 518); Green value is 187 (73.44% from 255 or 36.10% from 518); Blue value is 106 (41.80% from 255 or 20.46% from 518); Max value from RGB is 225 - color contains mainly: red. Hex color #E1BB6A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E1BB6A is #1E4495. Grayscale: #BDBDBD. Windows color (decimal): -1983638 or 6994913. OLE color: 6994913.
HSL color Cylindrical-coordinate representation of color #E1BB6A: hue angle of 40.84º 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 #E1BB6A is Cyan = 0, Magento = 0.17, Yellow = 0.53 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 187 | 106 | - |
| CMYK | 0 | 0.17 | 0.53 | 0.12 |
| HSL | 40.84º | 0.66% | 0.65% | - |
| HSV(B) | 40.84º | 0.53% | 0.88% | - |
| XYZ | 51.42 | 52.59 | 21.08 | - |
| YUV | 189.13 | 81.09 | 153.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 187 | 106 | 0 | 0.17 | 0.53 | 0.12 | 40.84 | 0.66 | 0.65 |
| Hex | E1 | BB | 6A | 0 | 11 | 35 | C | 29 | 42 | 41 |
| Octal | 341 | 273 | 152 | 0 | 21 | 65 | 14 | 51 | 102 | 101 |
| Binary | 11100001 | 10111011 | 1101010 | 0 | 10001 | 110101 | 1100 | 101001 | 1000010 | 1000001 |
Color Harmonies of #E1BB6A
Complementary color
Monochromatic Colors of #E1BB6A
Black with #E1BB6A
Text Example
Text Example
White with #E1BB6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1BB6A; }
p { color: rgb(225,187,106); }
H1.HeaderClassName
{
color: #E1BB6A;
}
.AnyTagClassName
{
color: #E1BB6A;
}
</style>
background-color css
<style>
a { background-color: #E1BB6A; }
a { background-color: rgb(225,187,106); }
div.DivClassName
{
background-color: #E1BB6A;
}
.BgClassName
{
background-color: #E1BB6A;
}
</style>
border-color css
<style>
span { border-color: #E1BB6A; }
span { border-color: rgb(225,187,106); }
td.TdClassName
{
border-color: #E1BB6A;
}
.TagClassName
{
border-color: #E1BB6A;
}
</style>