Shades of Harvest Gold #EFBE74
Tints of Harvest Gold #EFBE74
RGB
CMYK
RGB Variations
Color information
#EFBE74 (or 0xEFBE74) is known color: Harvest Gold. HEX triplet: EF, BE and 74. RGB value is (239,190,116). Sum of RGB (Red+Green+Blue) = 239+190+116=545 (72% of max value = 765). Red value is 239 (93.75% from 255 or 43.85% from 545); Green value is 190 (74.61% from 255 or 34.86% from 545); Blue value is 116 (45.70% from 255 or 21.28% from 545); Max value from RGB is 239 - color contains mainly: red. Hex color #EFBE74 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFBE74 is #10418B. Grayscale: #C4C4C4. Windows color (decimal): -1065356 or 7651055. OLE color: 7651055.
HSL color Cylindrical-coordinate representation of color #EFBE74: hue angle of 36.1º degrees, saturation: 0.79, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #EFBE74 is Cyan = 0, Magento = 0.21, Yellow = 0.51 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 190 | 116 | - |
| CMYK | 0 | 0.21 | 0.51 | 0.06 |
| HSL | 36.1º | 0.79% | 0.7% | - |
| HSV(B) | 36.1º | 0.51% | 0.94% | - |
| XYZ | 57.16 | 56.44 | 24.4 | - |
| YUV | 196.22 | 82.73 | 158.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 190 | 116 | 0 | 0.21 | 0.51 | 0.06 | 36.1 | 0.79 | 0.7 |
| Hex | EF | BE | 74 | 0 | 15 | 33 | 6 | 24 | 4F | 46 |
| Octal | 357 | 276 | 164 | 0 | 25 | 63 | 6 | 44 | 117 | 106 |
| Binary | 11101111 | 10111110 | 1110100 | 0 | 10101 | 110011 | 110 | 100100 | 1001111 | 1000110 |
Color Harmonies of #EFBE74
Complementary color
Monochromatic Colors of #EFBE74
Black with #EFBE74
Text Example
Text Example
White with #EFBE74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFBE74; }
p { color: rgb(239,190,116); }
H1.HeaderClassName
{
color: #EFBE74;
}
.AnyTagClassName
{
color: #EFBE74;
}
</style>
background-color css
<style>
a { background-color: #EFBE74; }
a { background-color: rgb(239,190,116); }
div.DivClassName
{
background-color: #EFBE74;
}
.BgClassName
{
background-color: #EFBE74;
}
</style>
border-color css
<style>
span { border-color: #EFBE74; }
span { border-color: rgb(239,190,116); }
td.TdClassName
{
border-color: #EFBE74;
}
.TagClassName
{
border-color: #EFBE74;
}
</style>