Shades of Harvest Gold #EFB772
Tints of Harvest Gold #EFB772
RGB
CMYK
RGB Variations
Color information
#EFB772 (or 0xEFB772) is known color: Harvest Gold. HEX triplet: EF, B7 and 72. RGB value is (239,183,114). Sum of RGB (Red+Green+Blue) = 239+183+114=536 (70% of max value = 765). Red value is 239 (93.75% from 255 or 44.59% from 536); Green value is 183 (71.88% from 255 or 34.14% from 536); Blue value is 114 (44.92% from 255 or 21.27% from 536); Max value from RGB is 239 - color contains mainly: red. Hex color #EFB772 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFB772 is #10488D. Grayscale: #C0C0C0. Windows color (decimal): -1067150 or 7518191. OLE color: 7518191.
HSL color Cylindrical-coordinate representation of color #EFB772: hue angle of 33.12º degrees, saturation: 0.8, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #EFB772 is Cyan = 0, Magento = 0.23, Yellow = 0.52 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 183 | 114 | - |
| CMYK | 0 | 0.23 | 0.52 | 0.06 |
| HSL | 33.12º | 0.8% | 0.69% | - |
| HSV(B) | 33.12º | 0.52% | 0.94% | - |
| XYZ | 55.57 | 53.43 | 23.3 | - |
| YUV | 191.88 | 84.05 | 161.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 183 | 114 | 0 | 0.23 | 0.52 | 0.06 | 33.12 | 0.8 | 0.69 |
| Hex | EF | B7 | 72 | 0 | 17 | 34 | 6 | 21 | 50 | 45 |
| Octal | 357 | 267 | 162 | 0 | 27 | 64 | 6 | 41 | 120 | 105 |
| Binary | 11101111 | 10110111 | 1110010 | 0 | 10111 | 110100 | 110 | 100001 | 1010000 | 1000101 |
Color Harmonies of #EFB772
Complementary color
Monochromatic Colors of #EFB772
Black with #EFB772
Text Example
Text Example
White with #EFB772
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFB772; }
p { color: rgb(239,183,114); }
H1.HeaderClassName
{
color: #EFB772;
}
.AnyTagClassName
{
color: #EFB772;
}
</style>
background-color css
<style>
a { background-color: #EFB772; }
a { background-color: rgb(239,183,114); }
div.DivClassName
{
background-color: #EFB772;
}
.BgClassName
{
background-color: #EFB772;
}
</style>
border-color css
<style>
span { border-color: #EFB772; }
span { border-color: rgb(239,183,114); }
td.TdClassName
{
border-color: #EFB772;
}
.TagClassName
{
border-color: #EFB772;
}
</style>