Shades of Harvest Gold #EBB770
Tints of Harvest Gold #EBB770
RGB
CMYK
RGB Variations
Color information
#EBB770 (or 0xEBB770) is known color: Harvest Gold. HEX triplet: EB, B7 and 70. RGB value is (235,183,112). Sum of RGB (Red+Green+Blue) = 235+183+112=530 (70% of max value = 765). Red value is 235 (92.19% from 255 or 44.34% from 530); Green value is 183 (71.88% from 255 or 34.53% from 530); Blue value is 112 (44.14% from 255 or 21.13% from 530); Max value from RGB is 235 - color contains mainly: red. Hex color #EBB770 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EBB770 is #14488F. Grayscale: #BEBEBE. Windows color (decimal): -1329296 or 7387115. OLE color: 7387115.
HSL color Cylindrical-coordinate representation of color #EBB770: hue angle of 34.63º 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 #EBB770 is Cyan = 0, Magento = 0.22, Yellow = 0.52 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 183 | 112 | - |
| CMYK | 0 | 0.22 | 0.52 | 0.08 |
| HSL | 34.63º | 0.75% | 0.68% | - |
| HSV(B) | 34.63º | 0.52% | 0.92% | - |
| XYZ | 54.12 | 52.7 | 22.65 | - |
| YUV | 190.45 | 83.73 | 159.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 183 | 112 | 0 | 0.22 | 0.52 | 0.08 | 34.63 | 0.75 | 0.68 |
| Hex | EB | B7 | 70 | 0 | 16 | 34 | 8 | 23 | 4B | 44 |
| Octal | 353 | 267 | 160 | 0 | 26 | 64 | 10 | 43 | 113 | 104 |
| Binary | 11101011 | 10110111 | 1110000 | 0 | 10110 | 110100 | 1000 | 100011 | 1001011 | 1000100 |
Color Harmonies of #EBB770
Complementary color
Monochromatic Colors of #EBB770
Black with #EBB770
Text Example
Text Example
White with #EBB770
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBB770; }
p { color: rgb(235,183,112); }
H1.HeaderClassName
{
color: #EBB770;
}
.AnyTagClassName
{
color: #EBB770;
}
</style>
background-color css
<style>
a { background-color: #EBB770; }
a { background-color: rgb(235,183,112); }
div.DivClassName
{
background-color: #EBB770;
}
.BgClassName
{
background-color: #EBB770;
}
</style>
border-color css
<style>
span { border-color: #EBB770; }
span { border-color: rgb(235,183,112); }
td.TdClassName
{
border-color: #EBB770;
}
.TagClassName
{
border-color: #EBB770;
}
</style>