Shades of Harvest Gold #EBC164
Tints of Harvest Gold #EBC164
RGB
CMYK
RGB Variations
Color information
#EBC164 (or 0xEBC164) is known color: Harvest Gold. HEX triplet: EB, C1 and 64. RGB value is (235,193,100). Sum of RGB (Red+Green+Blue) = 235+193+100=528 (69% of max value = 765). Red value is 235 (92.19% from 255 or 44.51% from 528); Green value is 193 (75.78% from 255 or 36.55% from 528); Blue value is 100 (39.45% from 255 or 18.94% from 528); Max value from RGB is 235 - color contains mainly: red. Hex color #EBC164 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EBC164 is #143E9B. Grayscale: #C3C3C3. Windows color (decimal): -1326748 or 6603243. OLE color: 6603243.
HSL color Cylindrical-coordinate representation of color #EBC164: hue angle of 41.33º 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 #EBC164 is Cyan = 0, Magento = 0.18, Yellow = 0.57 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 193 | 100 | - |
| CMYK | 0 | 0.18 | 0.57 | 0.08 |
| HSL | 41.33º | 0.77% | 0.66% | - |
| HSV(B) | 41.33º | 0.57% | 0.92% | - |
| XYZ | 55.63 | 56.72 | 20.07 | - |
| YUV | 194.96 | 74.41 | 156.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 193 | 100 | 0 | 0.18 | 0.57 | 0.08 | 41.33 | 0.77 | 0.66 |
| Hex | EB | C1 | 64 | 0 | 12 | 39 | 8 | 29 | 4D | 42 |
| Octal | 353 | 301 | 144 | 0 | 22 | 71 | 10 | 51 | 115 | 102 |
| Binary | 11101011 | 11000001 | 1100100 | 0 | 10010 | 111001 | 1000 | 101001 | 1001101 | 1000010 |
Color Harmonies of #EBC164
Complementary color
Monochromatic Colors of #EBC164
Black with #EBC164
Text Example
Text Example
White with #EBC164
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBC164; }
p { color: rgb(235,193,100); }
H1.HeaderClassName
{
color: #EBC164;
}
.AnyTagClassName
{
color: #EBC164;
}
</style>
background-color css
<style>
a { background-color: #EBC164; }
a { background-color: rgb(235,193,100); }
div.DivClassName
{
background-color: #EBC164;
}
.BgClassName
{
background-color: #EBC164;
}
</style>
border-color css
<style>
span { border-color: #EBC164; }
span { border-color: rgb(235,193,100); }
td.TdClassName
{
border-color: #EBC164;
}
.TagClassName
{
border-color: #EBC164;
}
</style>