Shades of Harvest Gold #EFBA67
Tints of Harvest Gold #EFBA67
RGB
CMYK
RGB Variations
Color information
#EFBA67 (or 0xEFBA67) is known color: Harvest Gold. HEX triplet: EF, BA and 67. RGB value is (239,186,103). Sum of RGB (Red+Green+Blue) = 239+186+103=528 (69% of max value = 765). Red value is 239 (93.75% from 255 or 45.27% from 528); Green value is 186 (73.05% from 255 or 35.23% from 528); Blue value is 103 (40.62% from 255 or 19.51% from 528); Max value from RGB is 239 - color contains mainly: red. Hex color #EFBA67 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFBA67 is #104598. Grayscale: #C0C0C0. Windows color (decimal): -1066393 or 6798063. OLE color: 6798063.
HSL color Cylindrical-coordinate representation of color #EFBA67: hue angle of 36.62º 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 #EFBA67 is Cyan = 0, Magento = 0.22, Yellow = 0.57 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 186 | 103 | - |
| CMYK | 0 | 0.22 | 0.57 | 0.06 |
| HSL | 36.62º | 0.81% | 0.67% | - |
| HSV(B) | 36.62º | 0.57% | 0.94% | - |
| XYZ | 55.6 | 54.45 | 20.41 | - |
| YUV | 192.39 | 77.56 | 161.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 186 | 103 | 0 | 0.22 | 0.57 | 0.06 | 36.62 | 0.81 | 0.67 |
| Hex | EF | BA | 67 | 0 | 16 | 39 | 6 | 25 | 51 | 43 |
| Octal | 357 | 272 | 147 | 0 | 26 | 71 | 6 | 45 | 121 | 103 |
| Binary | 11101111 | 10111010 | 1100111 | 0 | 10110 | 111001 | 110 | 100101 | 1010001 | 1000011 |
Color Harmonies of #EFBA67
Complementary color
Monochromatic Colors of #EFBA67
Black with #EFBA67
Text Example
Text Example
White with #EFBA67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFBA67; }
p { color: rgb(239,186,103); }
H1.HeaderClassName
{
color: #EFBA67;
}
.AnyTagClassName
{
color: #EFBA67;
}
</style>
background-color css
<style>
a { background-color: #EFBA67; }
a { background-color: rgb(239,186,103); }
div.DivClassName
{
background-color: #EFBA67;
}
.BgClassName
{
background-color: #EFBA67;
}
</style>
border-color css
<style>
span { border-color: #EFBA67; }
span { border-color: rgb(239,186,103); }
td.TdClassName
{
border-color: #EFBA67;
}
.TagClassName
{
border-color: #EFBA67;
}
</style>