Shades of Harvest Gold #EBBC70
Tints of Harvest Gold #EBBC70
RGB
CMYK
RGB Variations
Color information
#EBBC70 (or 0xEBBC70) is known color: Harvest Gold. HEX triplet: EB, BC and 70. RGB value is (235,188,112). Sum of RGB (Red+Green+Blue) = 235+188+112=535 (70% of max value = 765). Red value is 235 (92.19% from 255 or 43.93% from 535); Green value is 188 (73.83% from 255 or 35.14% from 535); Blue value is 112 (44.14% from 255 or 20.93% from 535); Max value from RGB is 235 - color contains mainly: red. Hex color #EBBC70 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EBBC70 is #14438F. Grayscale: #C1C1C1. Windows color (decimal): -1328016 or 7388395. OLE color: 7388395.
HSL color Cylindrical-coordinate representation of color #EBBC70: hue angle of 37.07º 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 #EBBC70 is Cyan = 0, Magento = 0.2, Yellow = 0.52 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 188 | 112 | - |
| CMYK | 0 | 0.2 | 0.52 | 0.08 |
| HSL | 37.07º | 0.75% | 0.68% | - |
| HSV(B) | 37.07º | 0.52% | 0.92% | - |
| XYZ | 55.17 | 54.8 | 23 | - |
| YUV | 193.39 | 82.07 | 157.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 188 | 112 | 0 | 0.2 | 0.52 | 0.08 | 37.07 | 0.75 | 0.68 |
| Hex | EB | BC | 70 | 0 | 14 | 34 | 8 | 25 | 4B | 44 |
| Octal | 353 | 274 | 160 | 0 | 24 | 64 | 10 | 45 | 113 | 104 |
| Binary | 11101011 | 10111100 | 1110000 | 0 | 10100 | 110100 | 1000 | 100101 | 1001011 | 1000100 |
Color Harmonies of #EBBC70
Complementary color
Monochromatic Colors of #EBBC70
Black with #EBBC70
Text Example
Text Example
White with #EBBC70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBBC70; }
p { color: rgb(235,188,112); }
H1.HeaderClassName
{
color: #EBBC70;
}
.AnyTagClassName
{
color: #EBBC70;
}
</style>
background-color css
<style>
a { background-color: #EBBC70; }
a { background-color: rgb(235,188,112); }
div.DivClassName
{
background-color: #EBBC70;
}
.BgClassName
{
background-color: #EBBC70;
}
</style>
border-color css
<style>
span { border-color: #EBBC70; }
span { border-color: rgb(235,188,112); }
td.TdClassName
{
border-color: #EBBC70;
}
.TagClassName
{
border-color: #EBBC70;
}
</style>