Shades of Harvest Gold #EFB16A
Tints of Harvest Gold #EFB16A
RGB
CMYK
RGB Variations
Color information
#EFB16A (or 0xEFB16A) is known color: Harvest Gold. HEX triplet: EF, B1 and 6A. RGB value is (239,177,106). Sum of RGB (Red+Green+Blue) = 239+177+106=522 (69% of max value = 765). Red value is 239 (93.75% from 255 or 45.79% from 522); Green value is 177 (69.53% from 255 or 33.91% from 522); Blue value is 106 (41.80% from 255 or 20.31% from 522); Max value from RGB is 239 - color contains mainly: red. Hex color #EFB16A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EFB16A is #104E95. Grayscale: #BBBBBB. Windows color (decimal): -1068694 or 6992367. OLE color: 6992367.
HSL color Cylindrical-coordinate representation of color #EFB16A: hue angle of 32.03º degrees, saturation: 0.81, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #EFB16A is Cyan = 0, Magento = 0.26, Yellow = 0.56 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 177 | 106 | - |
| CMYK | 0 | 0.26 | 0.56 | 0.06 |
| HSL | 32.03º | 0.81% | 0.68% | - |
| HSV(B) | 32.03º | 0.56% | 0.94% | - |
| XYZ | 53.92 | 50.84 | 20.61 | - |
| YUV | 187.44 | 82.04 | 164.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 177 | 106 | 0 | 0.26 | 0.56 | 0.06 | 32.03 | 0.81 | 0.68 |
| Hex | EF | B1 | 6A | 0 | 1A | 38 | 6 | 20 | 51 | 44 |
| Octal | 357 | 261 | 152 | 0 | 32 | 70 | 6 | 40 | 121 | 104 |
| Binary | 11101111 | 10110001 | 1101010 | 0 | 11010 | 111000 | 110 | 100000 | 1010001 | 1000100 |
Color Harmonies of #EFB16A
Complementary color
Monochromatic Colors of #EFB16A
Black with #EFB16A
Text Example
Text Example
White with #EFB16A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFB16A; }
p { color: rgb(239,177,106); }
H1.HeaderClassName
{
color: #EFB16A;
}
.AnyTagClassName
{
color: #EFB16A;
}
</style>
background-color css
<style>
a { background-color: #EFB16A; }
a { background-color: rgb(239,177,106); }
div.DivClassName
{
background-color: #EFB16A;
}
.BgClassName
{
background-color: #EFB16A;
}
</style>
border-color css
<style>
span { border-color: #EFB16A; }
span { border-color: rgb(239,177,106); }
td.TdClassName
{
border-color: #EFB16A;
}
.TagClassName
{
border-color: #EFB16A;
}
</style>