Shades of Harvest Gold #EBBC64
Tints of Harvest Gold #EBBC64
RGB
CMYK
RGB Variations
Color information
#EBBC64 (or 0xEBBC64) is known color: Harvest Gold. HEX triplet: EB, BC and 64. RGB value is (235,188,100). Sum of RGB (Red+Green+Blue) = 235+188+100=523 (69% of max value = 765). Red value is 235 (92.19% from 255 or 44.93% from 523); Green value is 188 (73.83% from 255 or 35.95% from 523); Blue value is 100 (39.45% from 255 or 19.12% from 523); Max value from RGB is 235 - color contains mainly: red. Hex color #EBBC64 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EBBC64 is #14439B. Grayscale: #C0C0C0. Windows color (decimal): -1328028 or 6601963. OLE color: 6601963.
HSL color Cylindrical-coordinate representation of color #EBBC64: hue angle of 39.11º 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 #EBBC64 is Cyan = 0, Magento = 0.2, Yellow = 0.57 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 188 | 100 | - |
| CMYK | 0 | 0.2 | 0.57 | 0.08 |
| HSL | 39.11º | 0.77% | 0.66% | - |
| HSV(B) | 39.11º | 0.57% | 0.92% | - |
| XYZ | 54.54 | 54.55 | 19.71 | - |
| YUV | 192.02 | 76.07 | 158.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 188 | 100 | 0 | 0.2 | 0.57 | 0.08 | 39.11 | 0.77 | 0.66 |
| Hex | EB | BC | 64 | 0 | 14 | 39 | 8 | 27 | 4D | 42 |
| Octal | 353 | 274 | 144 | 0 | 24 | 71 | 10 | 47 | 115 | 102 |
| Binary | 11101011 | 10111100 | 1100100 | 0 | 10100 | 111001 | 1000 | 100111 | 1001101 | 1000010 |
Color Harmonies of #EBBC64
Complementary color
Monochromatic Colors of #EBBC64
Black with #EBBC64
Text Example
Text Example
White with #EBBC64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBBC64; }
p { color: rgb(235,188,100); }
H1.HeaderClassName
{
color: #EBBC64;
}
.AnyTagClassName
{
color: #EBBC64;
}
</style>
background-color css
<style>
a { background-color: #EBBC64; }
a { background-color: rgb(235,188,100); }
div.DivClassName
{
background-color: #EBBC64;
}
.BgClassName
{
background-color: #EBBC64;
}
</style>
border-color css
<style>
span { border-color: #EBBC64; }
span { border-color: rgb(235,188,100); }
td.TdClassName
{
border-color: #EBBC64;
}
.TagClassName
{
border-color: #EBBC64;
}
</style>