Shades of Harvest Gold #EBC06B
Tints of Harvest Gold #EBC06B
RGB
CMYK
RGB Variations
Color information
#EBC06B (or 0xEBC06B) is known color: Harvest Gold. HEX triplet: EB, C0 and 6B. RGB value is (235,192,107). Sum of RGB (Red+Green+Blue) = 235+192+107=534 (70% of max value = 765). Red value is 235 (92.19% from 255 or 44.01% from 534); Green value is 192 (75.39% from 255 or 35.96% from 534); Blue value is 107 (42.19% from 255 or 20.04% from 534); Max value from RGB is 235 - color contains mainly: red. Hex color #EBC06B is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EBC06B is #143F94. Grayscale: #C3C3C3. Windows color (decimal): -1326997 or 7061739. OLE color: 7061739.
HSL color Cylindrical-coordinate representation of color #EBC06B: hue angle of 39.84º 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 #EBC06B is Cyan = 0, Magento = 0.18, Yellow = 0.54 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 192 | 107 | - |
| CMYK | 0 | 0.18 | 0.54 | 0.08 |
| HSL | 39.84º | 0.76% | 0.67% | - |
| HSV(B) | 39.84º | 0.54% | 0.92% | - |
| XYZ | 55.76 | 56.42 | 21.86 | - |
| YUV | 195.17 | 78.25 | 156.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 192 | 107 | 0 | 0.18 | 0.54 | 0.08 | 39.84 | 0.76 | 0.67 |
| Hex | EB | C0 | 6B | 0 | 12 | 36 | 8 | 28 | 4C | 43 |
| Octal | 353 | 300 | 153 | 0 | 22 | 66 | 10 | 50 | 114 | 103 |
| Binary | 11101011 | 11000000 | 1101011 | 0 | 10010 | 110110 | 1000 | 101000 | 1001100 | 1000011 |
Color Harmonies of #EBC06B
Complementary color
Monochromatic Colors of #EBC06B
Black with #EBC06B
Text Example
Text Example
White with #EBC06B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBC06B; }
p { color: rgb(235,192,107); }
H1.HeaderClassName
{
color: #EBC06B;
}
.AnyTagClassName
{
color: #EBC06B;
}
</style>
background-color css
<style>
a { background-color: #EBC06B; }
a { background-color: rgb(235,192,107); }
div.DivClassName
{
background-color: #EBC06B;
}
.BgClassName
{
background-color: #EBC06B;
}
</style>
border-color css
<style>
span { border-color: #EBC06B; }
span { border-color: rgb(235,192,107); }
td.TdClassName
{
border-color: #EBC06B;
}
.TagClassName
{
border-color: #EBC06B;
}
</style>