Shades of Harvest Gold #EBB671
Tints of Harvest Gold #EBB671
RGB
CMYK
RGB Variations
Color information
#EBB671 (or 0xEBB671) is known color: Harvest Gold. HEX triplet: EB, B6 and 71. RGB value is (235,182,113). Sum of RGB (Red+Green+Blue) = 235+182+113=530 (70% of max value = 765). Red value is 235 (92.19% from 255 or 44.34% from 530); Green value is 182 (71.48% from 255 or 34.34% from 530); Blue value is 113 (44.53% from 255 or 21.32% from 530); Max value from RGB is 235 - color contains mainly: red. Hex color #EBB671 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EBB671 is #14498E. Grayscale: #BEBEBE. Windows color (decimal): -1329551 or 7452395. OLE color: 7452395.
HSL color Cylindrical-coordinate representation of color #EBB671: hue angle of 33.93º degrees, saturation: 0.75, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #EBB671 is Cyan = 0, Magento = 0.23, Yellow = 0.52 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 182 | 113 | - |
| CMYK | 0 | 0.23 | 0.52 | 0.08 |
| HSL | 33.93º | 0.75% | 0.68% | - |
| HSV(B) | 33.93º | 0.52% | 0.92% | - |
| XYZ | 53.97 | 52.31 | 22.88 | - |
| YUV | 189.98 | 84.56 | 160.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 182 | 113 | 0 | 0.23 | 0.52 | 0.08 | 33.93 | 0.75 | 0.68 |
| Hex | EB | B6 | 71 | 0 | 17 | 34 | 8 | 22 | 4B | 44 |
| Octal | 353 | 266 | 161 | 0 | 27 | 64 | 10 | 42 | 113 | 104 |
| Binary | 11101011 | 10110110 | 1110001 | 0 | 10111 | 110100 | 1000 | 100010 | 1001011 | 1000100 |
Color Harmonies of #EBB671
Complementary color
Monochromatic Colors of #EBB671
Black with #EBB671
Text Example
Text Example
White with #EBB671
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBB671; }
p { color: rgb(235,182,113); }
H1.HeaderClassName
{
color: #EBB671;
}
.AnyTagClassName
{
color: #EBB671;
}
</style>
background-color css
<style>
a { background-color: #EBB671; }
a { background-color: rgb(235,182,113); }
div.DivClassName
{
background-color: #EBB671;
}
.BgClassName
{
background-color: #EBB671;
}
</style>
border-color css
<style>
span { border-color: #EBB671; }
span { border-color: rgb(235,182,113); }
td.TdClassName
{
border-color: #EBB671;
}
.TagClassName
{
border-color: #EBB671;
}
</style>