Shades of Harvest Gold #E7BD6D
Tints of Harvest Gold #E7BD6D
RGB
CMYK
RGB Variations
Color information
#E7BD6D (or 0xE7BD6D) is known color: Harvest Gold. HEX triplet: E7, BD and 6D. RGB value is (231,189,109). Sum of RGB (Red+Green+Blue) = 231+189+109=529 (70% of max value = 765). Red value is 231 (90.62% from 255 or 43.67% from 529); Green value is 189 (74.22% from 255 or 35.73% from 529); Blue value is 109 (42.97% from 255 or 20.60% from 529); Max value from RGB is 231 - color contains mainly: red. Hex color #E7BD6D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E7BD6D is #184292. Grayscale: #C0C0C0. Windows color (decimal): -1589907 or 7192039. OLE color: 7192039.
HSL color Cylindrical-coordinate representation of color #E7BD6D: hue angle of 39.34º degrees, saturation: 0.72, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #E7BD6D is Cyan = 0, Magento = 0.18, Yellow = 0.53 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 189 | 109 | - |
| CMYK | 0 | 0.18 | 0.53 | 0.09 |
| HSL | 39.34º | 0.72% | 0.67% | - |
| HSV(B) | 39.34º | 0.53% | 0.91% | - |
| XYZ | 53.91 | 54.49 | 22.14 | - |
| YUV | 192.44 | 80.91 | 155.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 189 | 109 | 0 | 0.18 | 0.53 | 0.09 | 39.34 | 0.72 | 0.67 |
| Hex | E7 | BD | 6D | 0 | 12 | 35 | 9 | 27 | 48 | 43 |
| Octal | 347 | 275 | 155 | 0 | 22 | 65 | 11 | 47 | 110 | 103 |
| Binary | 11100111 | 10111101 | 1101101 | 0 | 10010 | 110101 | 1001 | 100111 | 1001000 | 1000011 |
Color Harmonies of #E7BD6D
Complementary color
Monochromatic Colors of #E7BD6D
Black with #E7BD6D
Text Example
Text Example
White with #E7BD6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7BD6D; }
p { color: rgb(231,189,109); }
H1.HeaderClassName
{
color: #E7BD6D;
}
.AnyTagClassName
{
color: #E7BD6D;
}
</style>
background-color css
<style>
a { background-color: #E7BD6D; }
a { background-color: rgb(231,189,109); }
div.DivClassName
{
background-color: #E7BD6D;
}
.BgClassName
{
background-color: #E7BD6D;
}
</style>
border-color css
<style>
span { border-color: #E7BD6D; }
span { border-color: rgb(231,189,109); }
td.TdClassName
{
border-color: #E7BD6D;
}
.TagClassName
{
border-color: #E7BD6D;
}
</style>