Shades of Harvest Gold #EBBE6C
Tints of Harvest Gold #EBBE6C
RGB
CMYK
RGB Variations
Color information
#EBBE6C (or 0xEBBE6C) is known color: Harvest Gold. HEX triplet: EB, BE and 6C. RGB value is (235,190,108). Sum of RGB (Red+Green+Blue) = 235+190+108=533 (70% of max value = 765). Red value is 235 (92.19% from 255 or 44.09% from 533); Green value is 190 (74.61% from 255 or 35.65% from 533); Blue value is 108 (42.58% from 255 or 20.26% from 533); Max value from RGB is 235 - color contains mainly: red. Hex color #EBBE6C is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EBBE6C is #144193. Grayscale: #C2C2C2. Windows color (decimal): -1327508 or 7126763. OLE color: 7126763.
HSL color Cylindrical-coordinate representation of color #EBBE6C: hue angle of 38.74º degrees, saturation: 0.76, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #EBBE6C is Cyan = 0, Magento = 0.19, Yellow = 0.54 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 190 | 108 | - |
| CMYK | 0 | 0.19 | 0.54 | 0.08 |
| HSL | 38.74º | 0.76% | 0.67% | - |
| HSV(B) | 38.74º | 0.54% | 0.92% | - |
| XYZ | 55.38 | 55.57 | 21.99 | - |
| YUV | 194.11 | 79.41 | 157.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 190 | 108 | 0 | 0.19 | 0.54 | 0.08 | 38.74 | 0.76 | 0.67 |
| Hex | EB | BE | 6C | 0 | 13 | 36 | 8 | 27 | 4C | 43 |
| Octal | 353 | 276 | 154 | 0 | 23 | 66 | 10 | 47 | 114 | 103 |
| Binary | 11101011 | 10111110 | 1101100 | 0 | 10011 | 110110 | 1000 | 100111 | 1001100 | 1000011 |
Color Harmonies of #EBBE6C
Complementary color
Monochromatic Colors of #EBBE6C
Black with #EBBE6C
Text Example
Text Example
White with #EBBE6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBBE6C; }
p { color: rgb(235,190,108); }
H1.HeaderClassName
{
color: #EBBE6C;
}
.AnyTagClassName
{
color: #EBBE6C;
}
</style>
background-color css
<style>
a { background-color: #EBBE6C; }
a { background-color: rgb(235,190,108); }
div.DivClassName
{
background-color: #EBBE6C;
}
.BgClassName
{
background-color: #EBBE6C;
}
</style>
border-color css
<style>
span { border-color: #EBBE6C; }
span { border-color: rgb(235,190,108); }
td.TdClassName
{
border-color: #EBBE6C;
}
.TagClassName
{
border-color: #EBBE6C;
}
</style>