Shades of Harvest Gold #E4BB6D
Tints of Harvest Gold #E4BB6D
RGB
CMYK
RGB Variations
Color information
#E4BB6D (or 0xE4BB6D) is known color: Harvest Gold. HEX triplet: E4, BB and 6D. RGB value is (228,187,109). Sum of RGB (Red+Green+Blue) = 228+187+109=524 (69% of max value = 765). Red value is 228 (89.45% from 255 or 43.51% from 524); Green value is 187 (73.44% from 255 or 35.69% from 524); Blue value is 109 (42.97% from 255 or 20.80% from 524); Max value from RGB is 228 - color contains mainly: red. Hex color #E4BB6D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E4BB6D is #1B4492. Grayscale: #BEBEBE. Windows color (decimal): -1787027 or 7191524. OLE color: 7191524.
HSL color Cylindrical-coordinate representation of color #E4BB6D: hue angle of 39.33º degrees, saturation: 0.69, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #E4BB6D is Cyan = 0, Magento = 0.18, Yellow = 0.52 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 187 | 109 | - |
| CMYK | 0 | 0.18 | 0.52 | 0.11 |
| HSL | 39.33º | 0.69% | 0.66% | - |
| HSV(B) | 39.33º | 0.52% | 0.89% | - |
| XYZ | 52.53 | 53.14 | 21.96 | - |
| YUV | 190.37 | 82.08 | 154.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 187 | 109 | 0 | 0.18 | 0.52 | 0.11 | 39.33 | 0.69 | 0.66 |
| Hex | E4 | BB | 6D | 0 | 12 | 34 | B | 27 | 45 | 42 |
| Octal | 344 | 273 | 155 | 0 | 22 | 64 | 13 | 47 | 105 | 102 |
| Binary | 11100100 | 10111011 | 1101101 | 0 | 10010 | 110100 | 1011 | 100111 | 1000101 | 1000010 |
Color Harmonies of #E4BB6D
Complementary color
Monochromatic Colors of #E4BB6D
Black with #E4BB6D
Text Example
Text Example
White with #E4BB6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E4BB6D; }
p { color: rgb(228,187,109); }
H1.HeaderClassName
{
color: #E4BB6D;
}
.AnyTagClassName
{
color: #E4BB6D;
}
</style>
background-color css
<style>
a { background-color: #E4BB6D; }
a { background-color: rgb(228,187,109); }
div.DivClassName
{
background-color: #E4BB6D;
}
.BgClassName
{
background-color: #E4BB6D;
}
</style>
border-color css
<style>
span { border-color: #E4BB6D; }
span { border-color: rgb(228,187,109); }
td.TdClassName
{
border-color: #E4BB6D;
}
.TagClassName
{
border-color: #E4BB6D;
}
</style>