Shades of Harvest Gold #EBC162
Tints of Harvest Gold #EBC162
RGB
CMYK
RGB Variations
Color information
#EBC162 (or 0xEBC162) is known color: Harvest Gold. HEX triplet: EB, C1 and 62. RGB value is (235,193,98). Sum of RGB (Red+Green+Blue) = 235+193+98=526 (69% of max value = 765). Red value is 235 (92.19% from 255 or 44.68% from 526); Green value is 193 (75.78% from 255 or 36.69% from 526); Blue value is 98 (38.67% from 255 or 18.63% from 526); Max value from RGB is 235 - color contains mainly: red. Hex color #EBC162 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EBC162 is #143E9D. Grayscale: #C3C3C3. Windows color (decimal): -1326750 or 6472171. OLE color: 6472171.
HSL color Cylindrical-coordinate representation of color #EBC162: hue angle of 41.61º degrees, saturation: 0.77, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #EBC162 is Cyan = 0, Magento = 0.18, Yellow = 0.58 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 193 | 98 | - |
| CMYK | 0 | 0.18 | 0.58 | 0.08 |
| HSL | 41.61º | 0.77% | 0.65% | - |
| HSV(B) | 41.61º | 0.58% | 0.92% | - |
| XYZ | 55.54 | 56.68 | 19.57 | - |
| YUV | 194.73 | 73.41 | 156.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 193 | 98 | 0 | 0.18 | 0.58 | 0.08 | 41.61 | 0.77 | 0.65 |
| Hex | EB | C1 | 62 | 0 | 12 | 3A | 8 | 2A | 4D | 41 |
| Octal | 353 | 301 | 142 | 0 | 22 | 72 | 10 | 52 | 115 | 101 |
| Binary | 11101011 | 11000001 | 1100010 | 0 | 10010 | 111010 | 1000 | 101010 | 1001101 | 1000001 |
Color Harmonies of #EBC162
Complementary color
Monochromatic Colors of #EBC162
Black with #EBC162
Text Example
Text Example
White with #EBC162
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBC162; }
p { color: rgb(235,193,98); }
H1.HeaderClassName
{
color: #EBC162;
}
.AnyTagClassName
{
color: #EBC162;
}
</style>
background-color css
<style>
a { background-color: #EBC162; }
a { background-color: rgb(235,193,98); }
div.DivClassName
{
background-color: #EBC162;
}
.BgClassName
{
background-color: #EBC162;
}
</style>
border-color css
<style>
span { border-color: #EBC162; }
span { border-color: rgb(235,193,98); }
td.TdClassName
{
border-color: #EBC162;
}
.TagClassName
{
border-color: #EBC162;
}
</style>