Shades of Harvest Gold #EBBB71
Tints of Harvest Gold #EBBB71
RGB
CMYK
RGB Variations
Color information
#EBBB71 (or 0xEBBB71) is known color: Harvest Gold. HEX triplet: EB, BB and 71. RGB value is (235,187,113). Sum of RGB (Red+Green+Blue) = 235+187+113=535 (70% of max value = 765). Red value is 235 (92.19% from 255 or 43.93% from 535); Green value is 187 (73.44% from 255 or 34.95% from 535); Blue value is 113 (44.53% from 255 or 21.12% from 535); Max value from RGB is 235 - color contains mainly: red. Hex color #EBBB71 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EBBB71 is #14448E. Grayscale: #C1C1C1. Windows color (decimal): -1328271 or 7453675. OLE color: 7453675.
HSL color Cylindrical-coordinate representation of color #EBBB71: hue angle of 36.39º 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 #EBBB71 is Cyan = 0, Magento = 0.20, Yellow = 0.52 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 187 | 113 | - |
| CMYK | 0 | 0.20 | 0.52 | 0.08 |
| HSL | 36.39º | 0.75% | 0.68% | - |
| HSV(B) | 36.39º | 0.52% | 0.92% | - |
| XYZ | 55.01 | 54.4 | 23.22 | - |
| YUV | 192.92 | 82.9 | 158.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 187 | 113 | 0 | 0.20 | 0.52 | 0.08 | 36.39 | 0.75 | 0.68 |
| Hex | EB | BB | 71 | 0 | 14 | 34 | 8 | 24 | 4B | 44 |
| Octal | 353 | 273 | 161 | 0 | 24 | 64 | 10 | 44 | 113 | 104 |
| Binary | 11101011 | 10111011 | 1110001 | 0 | 10100 | 110100 | 1000 | 100100 | 1001011 | 1000100 |
Color Harmonies of #EBBB71
Complementary color
Monochromatic Colors of #EBBB71
Black with #EBBB71
Text Example
Text Example
White with #EBBB71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBBB71; }
p { color: rgb(235,187,113); }
H1.HeaderClassName
{
color: #EBBB71;
}
.AnyTagClassName
{
color: #EBBB71;
}
</style>
background-color css
<style>
a { background-color: #EBBB71; }
a { background-color: rgb(235,187,113); }
div.DivClassName
{
background-color: #EBBB71;
}
.BgClassName
{
background-color: #EBBB71;
}
</style>
border-color css
<style>
span { border-color: #EBBB71; }
span { border-color: rgb(235,187,113); }
td.TdClassName
{
border-color: #EBBB71;
}
.TagClassName
{
border-color: #EBBB71;
}
</style>