Shades of Harvest Gold #E5BD67
Tints of Harvest Gold #E5BD67
RGB
CMYK
RGB Variations
Color information
#E5BD67 (or 0xE5BD67) is known color: Harvest Gold. HEX triplet: E5, BD and 67. RGB value is (229,189,103). Sum of RGB (Red+Green+Blue) = 229+189+103=521 (69% of max value = 765). Red value is 229 (89.84% from 255 or 43.95% from 521); Green value is 189 (74.22% from 255 or 36.28% from 521); Blue value is 103 (40.62% from 255 or 19.77% from 521); Max value from RGB is 229 - color contains mainly: red. Hex color #E5BD67 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E5BD67 is #1A4298. Grayscale: #BFBFBF. Windows color (decimal): -1720985 or 6798821. OLE color: 6798821.
HSL color Cylindrical-coordinate representation of color #E5BD67: hue angle of 40.95º degrees, saturation: 0.71, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #E5BD67 is Cyan = 0, Magento = 0.17, Yellow = 0.55 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 189 | 103 | - |
| CMYK | 0 | 0.17 | 0.55 | 0.10 |
| HSL | 40.95º | 0.71% | 0.65% | - |
| HSV(B) | 40.95º | 0.55% | 0.9% | - |
| XYZ | 52.96 | 54.03 | 20.47 | - |
| YUV | 191.16 | 78.25 | 154.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 189 | 103 | 0 | 0.17 | 0.55 | 0.10 | 40.95 | 0.71 | 0.65 |
| Hex | E5 | BD | 67 | 0 | 11 | 37 | A | 29 | 47 | 41 |
| Octal | 345 | 275 | 147 | 0 | 21 | 67 | 12 | 51 | 107 | 101 |
| Binary | 11100101 | 10111101 | 1100111 | 0 | 10001 | 110111 | 1010 | 101001 | 1000111 | 1000001 |
Color Harmonies of #E5BD67
Complementary color
Monochromatic Colors of #E5BD67
Black with #E5BD67
Text Example
Text Example
White with #E5BD67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5BD67; }
p { color: rgb(229,189,103); }
H1.HeaderClassName
{
color: #E5BD67;
}
.AnyTagClassName
{
color: #E5BD67;
}
</style>
background-color css
<style>
a { background-color: #E5BD67; }
a { background-color: rgb(229,189,103); }
div.DivClassName
{
background-color: #E5BD67;
}
.BgClassName
{
background-color: #E5BD67;
}
</style>
border-color css
<style>
span { border-color: #E5BD67; }
span { border-color: rgb(229,189,103); }
td.TdClassName
{
border-color: #E5BD67;
}
.TagClassName
{
border-color: #E5BD67;
}
</style>