Shades of Harvest Gold #EBBE6B
Tints of Harvest Gold #EBBE6B
RGB
CMYK
RGB Variations
Color information
#EBBE6B (or 0xEBBE6B) is known color: Harvest Gold. HEX triplet: EB, BE and 6B. RGB value is (235,190,107). Sum of RGB (Red+Green+Blue) = 235+190+107=532 (70% of max value = 765). Red value is 235 (92.19% from 255 or 44.17% from 532); Green value is 190 (74.61% from 255 or 35.71% from 532); Blue value is 107 (42.19% from 255 or 20.11% from 532); Max value from RGB is 235 - color contains mainly: red. Hex color #EBBE6B is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EBBE6B is #144194. Grayscale: #C2C2C2. Windows color (decimal): -1327509 or 7061227. OLE color: 7061227.
HSL color Cylindrical-coordinate representation of color #EBBE6B: hue angle of 38.91º 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 #EBBE6B is Cyan = 0, Magento = 0.19, Yellow = 0.54 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 190 | 107 | - |
| CMYK | 0 | 0.19 | 0.54 | 0.08 |
| HSL | 38.91º | 0.76% | 0.67% | - |
| HSV(B) | 38.91º | 0.54% | 0.92% | - |
| XYZ | 55.33 | 55.55 | 21.72 | - |
| YUV | 193.99 | 78.91 | 157.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 190 | 107 | 0 | 0.19 | 0.54 | 0.08 | 38.91 | 0.76 | 0.67 |
| Hex | EB | BE | 6B | 0 | 13 | 36 | 8 | 27 | 4C | 43 |
| Octal | 353 | 276 | 153 | 0 | 23 | 66 | 10 | 47 | 114 | 103 |
| Binary | 11101011 | 10111110 | 1101011 | 0 | 10011 | 110110 | 1000 | 100111 | 1001100 | 1000011 |
Color Harmonies of #EBBE6B
Complementary color
Monochromatic Colors of #EBBE6B
Black with #EBBE6B
Text Example
Text Example
White with #EBBE6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBBE6B; }
p { color: rgb(235,190,107); }
H1.HeaderClassName
{
color: #EBBE6B;
}
.AnyTagClassName
{
color: #EBBE6B;
}
</style>
background-color css
<style>
a { background-color: #EBBE6B; }
a { background-color: rgb(235,190,107); }
div.DivClassName
{
background-color: #EBBE6B;
}
.BgClassName
{
background-color: #EBBE6B;
}
</style>
border-color css
<style>
span { border-color: #EBBE6B; }
span { border-color: rgb(235,190,107); }
td.TdClassName
{
border-color: #EBBE6B;
}
.TagClassName
{
border-color: #EBBE6B;
}
</style>