Shades of Harvest Gold #EBC263
Tints of Harvest Gold #EBC263
RGB
CMYK
RGB Variations
Color information
#EBC263 (or 0xEBC263) is known color: Harvest Gold. HEX triplet: EB, C2 and 63. RGB value is (235,194,99). Sum of RGB (Red+Green+Blue) = 235+194+99=528 (69% of max value = 765). Red value is 235 (92.19% from 255 or 44.51% from 528); Green value is 194 (76.17% from 255 or 36.74% from 528); Blue value is 99 (39.06% from 255 or 18.75% from 528); Max value from RGB is 235 - color contains mainly: red. Hex color #EBC263 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EBC263 is #143D9C. Grayscale: #C3C3C3. Windows color (decimal): -1326493 or 6537963. OLE color: 6537963.
HSL color Cylindrical-coordinate representation of color #EBC263: hue angle of 41.91º 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 #EBC263 is Cyan = 0, Magento = 0.17, Yellow = 0.58 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 194 | 99 | - |
| CMYK | 0 | 0.17 | 0.58 | 0.08 |
| HSL | 41.91º | 0.77% | 0.65% | - |
| HSV(B) | 41.91º | 0.58% | 0.92% | - |
| XYZ | 55.8 | 57.15 | 19.89 | - |
| YUV | 195.43 | 73.58 | 156.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 194 | 99 | 0 | 0.17 | 0.58 | 0.08 | 41.91 | 0.77 | 0.65 |
| Hex | EB | C2 | 63 | 0 | 11 | 3A | 8 | 2A | 4D | 41 |
| Octal | 353 | 302 | 143 | 0 | 21 | 72 | 10 | 52 | 115 | 101 |
| Binary | 11101011 | 11000010 | 1100011 | 0 | 10001 | 111010 | 1000 | 101010 | 1001101 | 1000001 |
Color Harmonies of #EBC263
Complementary color
Monochromatic Colors of #EBC263
Black with #EBC263
Text Example
Text Example
White with #EBC263
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBC263; }
p { color: rgb(235,194,99); }
H1.HeaderClassName
{
color: #EBC263;
}
.AnyTagClassName
{
color: #EBC263;
}
</style>
background-color css
<style>
a { background-color: #EBC263; }
a { background-color: rgb(235,194,99); }
div.DivClassName
{
background-color: #EBC263;
}
.BgClassName
{
background-color: #EBC263;
}
</style>
border-color css
<style>
span { border-color: #EBC263; }
span { border-color: rgb(235,194,99); }
td.TdClassName
{
border-color: #EBC263;
}
.TagClassName
{
border-color: #EBC263;
}
</style>