Shades of Harvest Gold #EFB164
Tints of Harvest Gold #EFB164
RGB
CMYK
RGB Variations
Color information
#EFB164 (or 0xEFB164) is known color: Harvest Gold. HEX triplet: EF, B1 and 64. RGB value is (239,177,100). Sum of RGB (Red+Green+Blue) = 239+177+100=516 (68% of max value = 765). Red value is 239 (93.75% from 255 or 46.32% from 516); Green value is 177 (69.53% from 255 or 34.30% from 516); Blue value is 100 (39.45% from 255 or 19.38% from 516); Max value from RGB is 239 - color contains mainly: red. Hex color #EFB164 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EFB164 is #104E9B. Grayscale: #BBBBBB. Windows color (decimal): -1068700 or 6599151. OLE color: 6599151.
HSL color Cylindrical-coordinate representation of color #EFB164: hue angle of 33.24º degrees, saturation: 0.81, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #EFB164 is Cyan = 0, Magento = 0.26, Yellow = 0.58 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 177 | 100 | - |
| CMYK | 0 | 0.26 | 0.58 | 0.06 |
| HSL | 33.24º | 0.81% | 0.66% | - |
| HSV(B) | 33.24º | 0.58% | 0.94% | - |
| XYZ | 53.62 | 50.72 | 19.02 | - |
| YUV | 186.76 | 79.04 | 165.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 177 | 100 | 0 | 0.26 | 0.58 | 0.06 | 33.24 | 0.81 | 0.66 |
| Hex | EF | B1 | 64 | 0 | 1A | 3A | 6 | 21 | 51 | 42 |
| Octal | 357 | 261 | 144 | 0 | 32 | 72 | 6 | 41 | 121 | 102 |
| Binary | 11101111 | 10110001 | 1100100 | 0 | 11010 | 111010 | 110 | 100001 | 1010001 | 1000010 |
Color Harmonies of #EFB164
Complementary color
Monochromatic Colors of #EFB164
Black with #EFB164
Text Example
Text Example
White with #EFB164
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFB164; }
p { color: rgb(239,177,100); }
H1.HeaderClassName
{
color: #EFB164;
}
.AnyTagClassName
{
color: #EFB164;
}
</style>
background-color css
<style>
a { background-color: #EFB164; }
a { background-color: rgb(239,177,100); }
div.DivClassName
{
background-color: #EFB164;
}
.BgClassName
{
background-color: #EFB164;
}
</style>
border-color css
<style>
span { border-color: #EFB164; }
span { border-color: rgb(239,177,100); }
td.TdClassName
{
border-color: #EFB164;
}
.TagClassName
{
border-color: #EFB164;
}
</style>