Shades of Harvest Gold #EBC068
Tints of Harvest Gold #EBC068
RGB
CMYK
RGB Variations
Color information
#EBC068 (or 0xEBC068) is known color: Harvest Gold. HEX triplet: EB, C0 and 68. RGB value is (235,192,104). Sum of RGB (Red+Green+Blue) = 235+192+104=531 (70% of max value = 765). Red value is 235 (92.19% from 255 or 44.26% from 531); Green value is 192 (75.39% from 255 or 36.16% from 531); Blue value is 104 (41.02% from 255 or 19.59% from 531); Max value from RGB is 235 - color contains mainly: red. Hex color #EBC068 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EBC068 is #143F97. Grayscale: #C3C3C3. Windows color (decimal): -1327000 or 6865131. OLE color: 6865131.
HSL color Cylindrical-coordinate representation of color #EBC068: hue angle of 40.31º degrees, saturation: 0.77, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #EBC068 is Cyan = 0, Magento = 0.18, Yellow = 0.56 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 192 | 104 | - |
| CMYK | 0 | 0.18 | 0.56 | 0.08 |
| HSL | 40.31º | 0.77% | 0.66% | - |
| HSV(B) | 40.31º | 0.56% | 0.92% | - |
| XYZ | 55.61 | 56.36 | 21.04 | - |
| YUV | 194.83 | 76.75 | 156.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 192 | 104 | 0 | 0.18 | 0.56 | 0.08 | 40.31 | 0.77 | 0.66 |
| Hex | EB | C0 | 68 | 0 | 12 | 38 | 8 | 28 | 4D | 42 |
| Octal | 353 | 300 | 150 | 0 | 22 | 70 | 10 | 50 | 115 | 102 |
| Binary | 11101011 | 11000000 | 1101000 | 0 | 10010 | 111000 | 1000 | 101000 | 1001101 | 1000010 |
Color Harmonies of #EBC068
Complementary color
Monochromatic Colors of #EBC068
Black with #EBC068
Text Example
Text Example
White with #EBC068
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBC068; }
p { color: rgb(235,192,104); }
H1.HeaderClassName
{
color: #EBC068;
}
.AnyTagClassName
{
color: #EBC068;
}
</style>
background-color css
<style>
a { background-color: #EBC068; }
a { background-color: rgb(235,192,104); }
div.DivClassName
{
background-color: #EBC068;
}
.BgClassName
{
background-color: #EBC068;
}
</style>
border-color css
<style>
span { border-color: #EBC068; }
span { border-color: rgb(235,192,104); }
td.TdClassName
{
border-color: #EBC068;
}
.TagClassName
{
border-color: #EBC068;
}
</style>