Shades of Harvest Gold #EFB762
Tints of Harvest Gold #EFB762
RGB
CMYK
RGB Variations
Color information
#EFB762 (or 0xEFB762) is known color: Harvest Gold. HEX triplet: EF, B7 and 62. RGB value is (239,183,98). Sum of RGB (Red+Green+Blue) = 239+183+98=520 (68% of max value = 765). Red value is 239 (93.75% from 255 or 45.96% from 520); Green value is 183 (71.88% from 255 or 35.19% from 520); Blue value is 98 (38.67% from 255 or 18.85% from 520); Max value from RGB is 239 - color contains mainly: red. Hex color #EFB762 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFB762 is #10489D. Grayscale: #BEBEBE. Windows color (decimal): -1067166 or 6469615. OLE color: 6469615.
HSL color Cylindrical-coordinate representation of color #EFB762: hue angle of 36.17º degrees, saturation: 0.82, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #EFB762 is Cyan = 0, Magento = 0.23, Yellow = 0.59 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 183 | 98 | - |
| CMYK | 0 | 0.23 | 0.59 | 0.06 |
| HSL | 36.17º | 0.82% | 0.66% | - |
| HSV(B) | 36.17º | 0.59% | 0.94% | - |
| XYZ | 54.73 | 53.1 | 18.92 | - |
| YUV | 190.05 | 76.05 | 162.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 183 | 98 | 0 | 0.23 | 0.59 | 0.06 | 36.17 | 0.82 | 0.66 |
| Hex | EF | B7 | 62 | 0 | 17 | 3B | 6 | 24 | 52 | 42 |
| Octal | 357 | 267 | 142 | 0 | 27 | 73 | 6 | 44 | 122 | 102 |
| Binary | 11101111 | 10110111 | 1100010 | 0 | 10111 | 111011 | 110 | 100100 | 1010010 | 1000010 |
Color Harmonies of #EFB762
Complementary color
Monochromatic Colors of #EFB762
Black with #EFB762
Text Example
Text Example
White with #EFB762
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFB762; }
p { color: rgb(239,183,98); }
H1.HeaderClassName
{
color: #EFB762;
}
.AnyTagClassName
{
color: #EFB762;
}
</style>
background-color css
<style>
a { background-color: #EFB762; }
a { background-color: rgb(239,183,98); }
div.DivClassName
{
background-color: #EFB762;
}
.BgClassName
{
background-color: #EFB762;
}
</style>
border-color css
<style>
span { border-color: #EFB762; }
span { border-color: rgb(239,183,98); }
td.TdClassName
{
border-color: #EFB762;
}
.TagClassName
{
border-color: #EFB762;
}
</style>