Shades of Harvest Gold #EBC16F
Tints of Harvest Gold #EBC16F
RGB
CMYK
RGB Variations
Color information
#EBC16F (or 0xEBC16F) is known color: Harvest Gold. HEX triplet: EB, C1 and 6F. RGB value is (235,193,111). Sum of RGB (Red+Green+Blue) = 235+193+111=539 (71% of max value = 765). Red value is 235 (92.19% from 255 or 43.60% from 539); Green value is 193 (75.78% from 255 or 35.81% from 539); Blue value is 111 (43.75% from 255 or 20.59% from 539); Max value from RGB is 235 - color contains mainly: red. Hex color #EBC16F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EBC16F is #143E90. Grayscale: #C4C4C4. Windows color (decimal): -1326737 or 7324139. OLE color: 7324139.
HSL color Cylindrical-coordinate representation of color #EBC16F: hue angle of 39.68º degrees, saturation: 0.76, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #EBC16F is Cyan = 0, Magento = 0.18, Yellow = 0.53 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 193 | 111 | - |
| CMYK | 0 | 0.18 | 0.53 | 0.08 |
| HSL | 39.68º | 0.76% | 0.68% | - |
| HSV(B) | 39.68º | 0.53% | 0.92% | - |
| XYZ | 56.2 | 56.95 | 23.07 | - |
| YUV | 196.21 | 79.91 | 155.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 193 | 111 | 0 | 0.18 | 0.53 | 0.08 | 39.68 | 0.76 | 0.68 |
| Hex | EB | C1 | 6F | 0 | 12 | 35 | 8 | 28 | 4C | 44 |
| Octal | 353 | 301 | 157 | 0 | 22 | 65 | 10 | 50 | 114 | 104 |
| Binary | 11101011 | 11000001 | 1101111 | 0 | 10010 | 110101 | 1000 | 101000 | 1001100 | 1000100 |
Color Harmonies of #EBC16F
Complementary color
Monochromatic Colors of #EBC16F
Black with #EBC16F
Text Example
Text Example
White with #EBC16F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBC16F; }
p { color: rgb(235,193,111); }
H1.HeaderClassName
{
color: #EBC16F;
}
.AnyTagClassName
{
color: #EBC16F;
}
</style>
background-color css
<style>
a { background-color: #EBC16F; }
a { background-color: rgb(235,193,111); }
div.DivClassName
{
background-color: #EBC16F;
}
.BgClassName
{
background-color: #EBC16F;
}
</style>
border-color css
<style>
span { border-color: #EBC16F; }
span { border-color: rgb(235,193,111); }
td.TdClassName
{
border-color: #EBC16F;
}
.TagClassName
{
border-color: #EBC16F;
}
</style>