Shades of Harvest Gold #EBBA70
Tints of Harvest Gold #EBBA70
RGB
CMYK
RGB Variations
Color information
#EBBA70 (or 0xEBBA70) is known color: Harvest Gold. HEX triplet: EB, BA and 70. RGB value is (235,186,112). Sum of RGB (Red+Green+Blue) = 235+186+112=533 (70% of max value = 765). Red value is 235 (92.19% from 255 or 44.09% from 533); Green value is 186 (73.05% from 255 or 34.90% from 533); Blue value is 112 (44.14% from 255 or 21.01% from 533); Max value from RGB is 235 - color contains mainly: red. Hex color #EBBA70 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EBBA70 is #14458F. Grayscale: #C0C0C0. Windows color (decimal): -1328528 or 7387883. OLE color: 7387883.
HSL color Cylindrical-coordinate representation of color #EBBA70: hue angle of 36.1º degrees, saturation: 0.75, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #EBBA70 is Cyan = 0, Magento = 0.21, Yellow = 0.52 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 186 | 112 | - |
| CMYK | 0 | 0.21 | 0.52 | 0.08 |
| HSL | 36.1º | 0.75% | 0.68% | - |
| HSV(B) | 36.1º | 0.52% | 0.92% | - |
| XYZ | 54.74 | 53.95 | 22.86 | - |
| YUV | 192.22 | 82.73 | 158.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 186 | 112 | 0 | 0.21 | 0.52 | 0.08 | 36.1 | 0.75 | 0.68 |
| Hex | EB | BA | 70 | 0 | 15 | 34 | 8 | 24 | 4B | 44 |
| Octal | 353 | 272 | 160 | 0 | 25 | 64 | 10 | 44 | 113 | 104 |
| Binary | 11101011 | 10111010 | 1110000 | 0 | 10101 | 110100 | 1000 | 100100 | 1001011 | 1000100 |
Color Harmonies of #EBBA70
Complementary color
Monochromatic Colors of #EBBA70
Black with #EBBA70
Text Example
Text Example
White with #EBBA70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBBA70; }
p { color: rgb(235,186,112); }
H1.HeaderClassName
{
color: #EBBA70;
}
.AnyTagClassName
{
color: #EBBA70;
}
</style>
background-color css
<style>
a { background-color: #EBBA70; }
a { background-color: rgb(235,186,112); }
div.DivClassName
{
background-color: #EBBA70;
}
.BgClassName
{
background-color: #EBBA70;
}
</style>
border-color css
<style>
span { border-color: #EBBA70; }
span { border-color: rgb(235,186,112); }
td.TdClassName
{
border-color: #EBBA70;
}
.TagClassName
{
border-color: #EBBA70;
}
</style>