Shades of Harvest Gold #EBBE68
Tints of Harvest Gold #EBBE68
RGB
CMYK
RGB Variations
Color information
#EBBE68 (or 0xEBBE68) is known color: Harvest Gold. HEX triplet: EB, BE and 68. RGB value is (235,190,104). Sum of RGB (Red+Green+Blue) = 235+190+104=529 (70% of max value = 765). Red value is 235 (92.19% from 255 or 44.42% from 529); Green value is 190 (74.61% from 255 or 35.92% from 529); Blue value is 104 (41.02% from 255 or 19.66% from 529); Max value from RGB is 235 - color contains mainly: red. Hex color #EBBE68 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EBBE68 is #144197. Grayscale: #C2C2C2. Windows color (decimal): -1327512 or 6864619. OLE color: 6864619.
HSL color Cylindrical-coordinate representation of color #EBBE68: hue angle of 39.39º 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 #EBBE68 is Cyan = 0, Magento = 0.19, Yellow = 0.56 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 190 | 104 | - |
| CMYK | 0 | 0.19 | 0.56 | 0.08 |
| HSL | 39.39º | 0.77% | 0.66% | - |
| HSV(B) | 39.39º | 0.56% | 0.92% | - |
| XYZ | 55.17 | 55.49 | 20.9 | - |
| YUV | 193.65 | 77.41 | 157.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 190 | 104 | 0 | 0.19 | 0.56 | 0.08 | 39.39 | 0.77 | 0.66 |
| Hex | EB | BE | 68 | 0 | 13 | 38 | 8 | 27 | 4D | 42 |
| Octal | 353 | 276 | 150 | 0 | 23 | 70 | 10 | 47 | 115 | 102 |
| Binary | 11101011 | 10111110 | 1101000 | 0 | 10011 | 111000 | 1000 | 100111 | 1001101 | 1000010 |
Color Harmonies of #EBBE68
Complementary color
Monochromatic Colors of #EBBE68
Black with #EBBE68
Text Example
Text Example
White with #EBBE68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBBE68; }
p { color: rgb(235,190,104); }
H1.HeaderClassName
{
color: #EBBE68;
}
.AnyTagClassName
{
color: #EBBE68;
}
</style>
background-color css
<style>
a { background-color: #EBBE68; }
a { background-color: rgb(235,190,104); }
div.DivClassName
{
background-color: #EBBE68;
}
.BgClassName
{
background-color: #EBBE68;
}
</style>
border-color css
<style>
span { border-color: #EBBE68; }
span { border-color: rgb(235,190,104); }
td.TdClassName
{
border-color: #EBBE68;
}
.TagClassName
{
border-color: #EBBE68;
}
</style>