Shades of Harvest Gold #EFB167
Tints of Harvest Gold #EFB167
RGB
CMYK
RGB Variations
Color information
#EFB167 (or 0xEFB167) is known color: Harvest Gold. HEX triplet: EF, B1 and 67. RGB value is (239,177,103). Sum of RGB (Red+Green+Blue) = 239+177+103=519 (68% of max value = 765). Red value is 239 (93.75% from 255 or 46.05% from 519); Green value is 177 (69.53% from 255 or 34.10% from 519); Blue value is 103 (40.62% from 255 or 19.85% from 519); Max value from RGB is 239 - color contains mainly: red. Hex color #EFB167 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EFB167 is #104E98. Grayscale: #BBBBBB. Windows color (decimal): -1068697 or 6795759. OLE color: 6795759.
HSL color Cylindrical-coordinate representation of color #EFB167: hue angle of 32.65º degrees, saturation: 0.81, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #EFB167 is Cyan = 0, Magento = 0.26, Yellow = 0.57 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 177 | 103 | - |
| CMYK | 0 | 0.26 | 0.57 | 0.06 |
| HSL | 32.65º | 0.81% | 0.67% | - |
| HSV(B) | 32.65º | 0.57% | 0.94% | - |
| XYZ | 53.77 | 50.77 | 19.8 | - |
| YUV | 187.1 | 80.54 | 165.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 177 | 103 | 0 | 0.26 | 0.57 | 0.06 | 32.65 | 0.81 | 0.67 |
| Hex | EF | B1 | 67 | 0 | 1A | 39 | 6 | 21 | 51 | 43 |
| Octal | 357 | 261 | 147 | 0 | 32 | 71 | 6 | 41 | 121 | 103 |
| Binary | 11101111 | 10110001 | 1100111 | 0 | 11010 | 111001 | 110 | 100001 | 1010001 | 1000011 |
Color Harmonies of #EFB167
Complementary color
Monochromatic Colors of #EFB167
Black with #EFB167
Text Example
Text Example
White with #EFB167
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFB167; }
p { color: rgb(239,177,103); }
H1.HeaderClassName
{
color: #EFB167;
}
.AnyTagClassName
{
color: #EFB167;
}
</style>
background-color css
<style>
a { background-color: #EFB167; }
a { background-color: rgb(239,177,103); }
div.DivClassName
{
background-color: #EFB167;
}
.BgClassName
{
background-color: #EFB167;
}
</style>
border-color css
<style>
span { border-color: #EFB167; }
span { border-color: rgb(239,177,103); }
td.TdClassName
{
border-color: #EFB167;
}
.TagClassName
{
border-color: #EFB167;
}
</style>