Shades of Harvest Gold #E8BD67
Tints of Harvest Gold #E8BD67
RGB
CMYK
RGB Variations
Color information
#E8BD67 (or 0xE8BD67) is known color: Harvest Gold. HEX triplet: E8, BD and 67. RGB value is (232,189,103). Sum of RGB (Red+Green+Blue) = 232+189+103=524 (69% of max value = 765). Red value is 232 (91.02% from 255 or 44.27% from 524); Green value is 189 (74.22% from 255 or 36.07% from 524); Blue value is 103 (40.62% from 255 or 19.66% from 524); Max value from RGB is 232 - color contains mainly: red. Hex color #E8BD67 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E8BD67 is #174298. Grayscale: #C0C0C0. Windows color (decimal): -1524377 or 6798824. OLE color: 6798824.
HSL color Cylindrical-coordinate representation of color #E8BD67: hue angle of 40º degrees, saturation: 0.74, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #E8BD67 is Cyan = 0, Magento = 0.19, Yellow = 0.56 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 189 | 103 | - |
| CMYK | 0 | 0.19 | 0.56 | 0.09 |
| HSL | 40º | 0.74% | 0.66% | - |
| HSV(B) | 40º | 0.56% | 0.91% | - |
| XYZ | 53.92 | 54.53 | 20.52 | - |
| YUV | 192.05 | 77.75 | 156.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 189 | 103 | 0 | 0.19 | 0.56 | 0.09 | 40 | 0.74 | 0.66 |
| Hex | E8 | BD | 67 | 0 | 13 | 38 | 9 | 28 | 4A | 42 |
| Octal | 350 | 275 | 147 | 0 | 23 | 70 | 11 | 50 | 112 | 102 |
| Binary | 11101000 | 10111101 | 1100111 | 0 | 10011 | 111000 | 1001 | 101000 | 1001010 | 1000010 |
Color Harmonies of #E8BD67
Complementary color
Monochromatic Colors of #E8BD67
Black with #E8BD67
Text Example
Text Example
White with #E8BD67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8BD67; }
p { color: rgb(232,189,103); }
H1.HeaderClassName
{
color: #E8BD67;
}
.AnyTagClassName
{
color: #E8BD67;
}
</style>
background-color css
<style>
a { background-color: #E8BD67; }
a { background-color: rgb(232,189,103); }
div.DivClassName
{
background-color: #E8BD67;
}
.BgClassName
{
background-color: #E8BD67;
}
</style>
border-color css
<style>
span { border-color: #E8BD67; }
span { border-color: rgb(232,189,103); }
td.TdClassName
{
border-color: #E8BD67;
}
.TagClassName
{
border-color: #E8BD67;
}
</style>