Shades of Harvest Gold #EBBA64
Tints of Harvest Gold #EBBA64
RGB
CMYK
RGB Variations
Color information
#EBBA64 (or 0xEBBA64) is known color: Harvest Gold. HEX triplet: EB, BA and 64. RGB value is (235,186,100). Sum of RGB (Red+Green+Blue) = 235+186+100=521 (69% of max value = 765). Red value is 235 (92.19% from 255 or 45.11% from 521); Green value is 186 (73.05% from 255 or 35.70% from 521); Blue value is 100 (39.45% from 255 or 19.19% from 521); Max value from RGB is 235 - color contains mainly: red. Hex color #EBBA64 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EBBA64 is #14459B. Grayscale: #BFBFBF. Windows color (decimal): -1328540 or 6601451. OLE color: 6601451.
HSL color Cylindrical-coordinate representation of color #EBBA64: hue angle of 38.22º degrees, saturation: 0.77, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #EBBA64 is Cyan = 0, Magento = 0.21, Yellow = 0.57 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 186 | 100 | - |
| CMYK | 0 | 0.21 | 0.57 | 0.08 |
| HSL | 38.22º | 0.77% | 0.66% | - |
| HSV(B) | 38.22º | 0.57% | 0.92% | - |
| XYZ | 54.12 | 53.7 | 19.57 | - |
| YUV | 190.85 | 76.73 | 159.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 186 | 100 | 0 | 0.21 | 0.57 | 0.08 | 38.22 | 0.77 | 0.66 |
| Hex | EB | BA | 64 | 0 | 15 | 39 | 8 | 26 | 4D | 42 |
| Octal | 353 | 272 | 144 | 0 | 25 | 71 | 10 | 46 | 115 | 102 |
| Binary | 11101011 | 10111010 | 1100100 | 0 | 10101 | 111001 | 1000 | 100110 | 1001101 | 1000010 |
Color Harmonies of #EBBA64
Complementary color
Monochromatic Colors of #EBBA64
Black with #EBBA64
Text Example
Text Example
White with #EBBA64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBBA64; }
p { color: rgb(235,186,100); }
H1.HeaderClassName
{
color: #EBBA64;
}
.AnyTagClassName
{
color: #EBBA64;
}
</style>
background-color css
<style>
a { background-color: #EBBA64; }
a { background-color: rgb(235,186,100); }
div.DivClassName
{
background-color: #EBBA64;
}
.BgClassName
{
background-color: #EBBA64;
}
</style>
border-color css
<style>
span { border-color: #EBBA64; }
span { border-color: rgb(235,186,100); }
td.TdClassName
{
border-color: #EBBA64;
}
.TagClassName
{
border-color: #EBBA64;
}
</style>