Shades of Harvest Gold #E1BB69
Tints of Harvest Gold #E1BB69
RGB
CMYK
RGB Variations
Color information
#E1BB69 (or 0xE1BB69) is known color: Harvest Gold. HEX triplet: E1, BB and 69. RGB value is (225,187,105). Sum of RGB (Red+Green+Blue) = 225+187+105=517 (68% of max value = 765). Red value is 225 (88.28% from 255 or 43.52% from 517); Green value is 187 (73.44% from 255 or 36.17% from 517); Blue value is 105 (41.41% from 255 or 20.31% from 517); Max value from RGB is 225 - color contains mainly: red. Hex color #E1BB69 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E1BB69 is #1E4496. Grayscale: #BDBDBD. Windows color (decimal): -1983639 or 6929377. OLE color: 6929377.
HSL color Cylindrical-coordinate representation of color #E1BB69: hue angle of 41º degrees, saturation: 0.67, 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 #E1BB69 is Cyan = 0, Magento = 0.17, Yellow = 0.53 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 187 | 105 | - |
| CMYK | 0 | 0.17 | 0.53 | 0.12 |
| HSL | 41º | 0.67% | 0.65% | - |
| HSV(B) | 41º | 0.53% | 0.88% | - |
| XYZ | 51.37 | 52.57 | 20.8 | - |
| YUV | 189.01 | 80.59 | 153.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 187 | 105 | 0 | 0.17 | 0.53 | 0.12 | 41 | 0.67 | 0.65 |
| Hex | E1 | BB | 69 | 0 | 11 | 35 | C | 29 | 43 | 41 |
| Octal | 341 | 273 | 151 | 0 | 21 | 65 | 14 | 51 | 103 | 101 |
| Binary | 11100001 | 10111011 | 1101001 | 0 | 10001 | 110101 | 1100 | 101001 | 1000011 | 1000001 |
Color Harmonies of #E1BB69
Complementary color
Monochromatic Colors of #E1BB69
Black with #E1BB69
Text Example
Text Example
White with #E1BB69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1BB69; }
p { color: rgb(225,187,105); }
H1.HeaderClassName
{
color: #E1BB69;
}
.AnyTagClassName
{
color: #E1BB69;
}
</style>
background-color css
<style>
a { background-color: #E1BB69; }
a { background-color: rgb(225,187,105); }
div.DivClassName
{
background-color: #E1BB69;
}
.BgClassName
{
background-color: #E1BB69;
}
</style>
border-color css
<style>
span { border-color: #E1BB69; }
span { border-color: rgb(225,187,105); }
td.TdClassName
{
border-color: #E1BB69;
}
.TagClassName
{
border-color: #E1BB69;
}
</style>