Shades of Harvest Gold #EBBA74
Tints of Harvest Gold #EBBA74
RGB
CMYK
RGB Variations
Color information
#EBBA74 (or 0xEBBA74) is known color: Harvest Gold. HEX triplet: EB, BA and 74. RGB value is (235,186,116). Sum of RGB (Red+Green+Blue) = 235+186+116=537 (71% of max value = 765). Red value is 235 (92.19% from 255 or 43.76% from 537); Green value is 186 (73.05% from 255 or 34.64% from 537); Blue value is 116 (45.70% from 255 or 21.60% from 537); Max value from RGB is 235 - color contains mainly: red. Hex color #EBBA74 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EBBA74 is #14458B. Grayscale: #C1C1C1. Windows color (decimal): -1328524 or 7650027. OLE color: 7650027.
HSL color Cylindrical-coordinate representation of color #EBBA74: hue angle of 35.29º degrees, saturation: 0.75, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #EBBA74 is Cyan = 0, Magento = 0.21, Yellow = 0.51 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 186 | 116 | - |
| CMYK | 0 | 0.21 | 0.51 | 0.08 |
| HSL | 35.29º | 0.75% | 0.69% | - |
| HSV(B) | 35.29º | 0.51% | 0.92% | - |
| XYZ | 54.97 | 54.04 | 24.06 | - |
| YUV | 192.67 | 84.73 | 158.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 186 | 116 | 0 | 0.21 | 0.51 | 0.08 | 35.29 | 0.75 | 0.69 |
| Hex | EB | BA | 74 | 0 | 15 | 33 | 8 | 23 | 4B | 45 |
| Octal | 353 | 272 | 164 | 0 | 25 | 63 | 10 | 43 | 113 | 105 |
| Binary | 11101011 | 10111010 | 1110100 | 0 | 10101 | 110011 | 1000 | 100011 | 1001011 | 1000101 |
Color Harmonies of #EBBA74
Complementary color
Monochromatic Colors of #EBBA74
Black with #EBBA74
Text Example
Text Example
White with #EBBA74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBBA74; }
p { color: rgb(235,186,116); }
H1.HeaderClassName
{
color: #EBBA74;
}
.AnyTagClassName
{
color: #EBBA74;
}
</style>
background-color css
<style>
a { background-color: #EBBA74; }
a { background-color: rgb(235,186,116); }
div.DivClassName
{
background-color: #EBBA74;
}
.BgClassName
{
background-color: #EBBA74;
}
</style>
border-color css
<style>
span { border-color: #EBBA74; }
span { border-color: rgb(235,186,116); }
td.TdClassName
{
border-color: #EBBA74;
}
.TagClassName
{
border-color: #EBBA74;
}
</style>